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

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)
 

Public Attributes

 icons
 
 scope
 

Constructor & Destructor Documentation

◆ __init__()

def rfm2.ui.rlf_editor.RlfDataModel.__init__ (   self,
args,
**  kwargs 
)

Member Function Documentation

◆ canDropMimeData()

def rfm2.ui.rlf_editor.RlfDataModel.canDropMimeData (   self,
  mimedata,
  _action,
  _row,
  _col,
  _index 
)

◆ columnCount()

def rfm2.ui.rlf_editor.RlfDataModel.columnCount (   self,
  _parent = qtc.QModelIndex() 
)

◆ data()

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

◆ dropMimeData()

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

◆ flags()

def rfm2.ui.rlf_editor.RlfDataModel.flags (   self,
  index 
)

◆ headerData()

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

◆ load_icons()

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

◆ reorder_rules()

def rfm2.ui.rlf_editor.RlfDataModel.reorder_rules (   self,
  logical_idx,
  new_visual_idx 
)

◆ rowCount()

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

◆ setData()

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

◆ supportedDropActions()

def rfm2.ui.rlf_editor.RlfDataModel.supportedDropActions (   self)

Member Data Documentation

◆ icons

rfm2.ui.rlf_editor.RlfDataModel.icons

◆ scope

rfm2.ui.rlf_editor.RlfDataModel.scope

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