rfm2  22.0
A python-based rewrite of RenderMan for Maya
rfm2.ui.abc_editor.EditsDataModel Class Reference
+ Inheritance diagram for rfm2.ui.abc_editor.EditsDataModel:
+ Collaboration diagram for rfm2.ui.abc_editor.EditsDataModel:

Public Member Functions

def __init__ (self, *args, **kwargs)
 
def load_icons (self)
 
def rowCount (self, _parent=qtc.QModelIndex())
 
def columnCount (self, _parent=qtc.QModelIndex())
 
def data (self, mindex, role)
 
def headerData (self, section, orientation, role)
 
def setData (self, index, value, role=qtc.Qt.EditRole)
 
def flags (self, index)
 
def supportedDropActions (self)
 
def canDropMimeData (self, mimedata, _action, _row, _col, _index)
 
def dropMimeData (self, mimedata, _action, _row, _col, index)
 
def reorder_rules (self, logical_idx, new_visual_idx)
 
def serialize (self)
 
def deserialize (self, str_data)
 

Public Attributes

 icons
 
 edits
 

Constructor & Destructor Documentation

◆ __init__()

def rfm2.ui.abc_editor.EditsDataModel.__init__ (   self,
args,
**  kwargs 
)

Member Function Documentation

◆ canDropMimeData()

def rfm2.ui.abc_editor.EditsDataModel.canDropMimeData (   self,
  mimedata,
  _action,
  _row,
  _col,
  _index 
)

◆ columnCount()

def rfm2.ui.abc_editor.EditsDataModel.columnCount (   self,
  _parent = qtc.QModelIndex() 
)

◆ data()

def rfm2.ui.abc_editor.EditsDataModel.data (   self,
  mindex,
  role 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ deserialize()

def rfm2.ui.abc_editor.EditsDataModel.deserialize (   self,
  str_data 
)
+ Here is the call graph for this function:

◆ dropMimeData()

def rfm2.ui.abc_editor.EditsDataModel.dropMimeData (   self,
  mimedata,
  _action,
  _row,
  _col,
  index 
)
+ Here is the call graph for this function:

◆ flags()

def rfm2.ui.abc_editor.EditsDataModel.flags (   self,
  index 
)

◆ headerData()

def rfm2.ui.abc_editor.EditsDataModel.headerData (   self,
  section,
  orientation,
  role 
)
+ Here is the call graph for this function:

◆ load_icons()

def rfm2.ui.abc_editor.EditsDataModel.load_icons (   self)
+ Here is the caller graph for this function:

◆ reorder_rules()

def rfm2.ui.abc_editor.EditsDataModel.reorder_rules (   self,
  logical_idx,
  new_visual_idx 
)

◆ rowCount()

def rfm2.ui.abc_editor.EditsDataModel.rowCount (   self,
  _parent = qtc.QModelIndex() 
)
+ Here is the caller graph for this function:

◆ serialize()

def rfm2.ui.abc_editor.EditsDataModel.serialize (   self)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setData()

def rfm2.ui.abc_editor.EditsDataModel.setData (   self,
  index,
  value,
  role = qtc.Qt.EditRole 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ supportedDropActions()

def rfm2.ui.abc_editor.EditsDataModel.supportedDropActions (   self)

Member Data Documentation

◆ edits

rfm2.ui.abc_editor.EditsDataModel.edits

◆ icons

rfm2.ui.abc_editor.EditsDataModel.icons

The documentation for this class was generated from the following file: