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

Public Member Functions

def __init__ (self, node, **kwargs)
 
def set_data (self, data_str)
 
def get_data (self)
 
def clear_data (self)
 
def add_empty_rule (self)
 
def delete_selected_rule (self)
 
def duplicate_selected_rule (self)
 
def focusOutEvent (self, event)
 
def contextMenuEvent (self, event)
 
def selectionChanged (self, selected, deselected)
 
def set_payload_action (self, value, index)
 

Public Attributes

 node
 
 t_delegate
 
 p_delegate
 
 e_delegate
 

Static Public Attributes

 selection_signal = qtc.Signal(bool)
 

Constructor & Destructor Documentation

◆ __init__()

def rfm2.ui.abc_editor.EditsTable.__init__ (   self,
  node,
**  kwargs 
)

Member Function Documentation

◆ add_empty_rule()

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

◆ clear_data()

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

◆ contextMenuEvent()

def rfm2.ui.abc_editor.EditsTable.contextMenuEvent (   self,
  event 
)
Contextual menu for:
- payload: list available edits.
+ Here is the call graph for this function:

◆ delete_selected_rule()

def rfm2.ui.abc_editor.EditsTable.delete_selected_rule (   self)

◆ duplicate_selected_rule()

def rfm2.ui.abc_editor.EditsTable.duplicate_selected_rule (   self)

◆ focusOutEvent()

def rfm2.ui.abc_editor.EditsTable.focusOutEvent (   self,
  event 
)
+ Here is the call graph for this function:

◆ get_data()

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

◆ selectionChanged()

def rfm2.ui.abc_editor.EditsTable.selectionChanged (   self,
  selected,
  deselected 
)

◆ set_data()

def rfm2.ui.abc_editor.EditsTable.set_data (   self,
  data_str 
)
+ Here is the call graph for this function:

◆ set_payload_action()

def rfm2.ui.abc_editor.EditsTable.set_payload_action (   self,
  value,
  index 
)
+ Here is the caller graph for this function:

Member Data Documentation

◆ e_delegate

rfm2.ui.abc_editor.EditsTable.e_delegate

◆ node

rfm2.ui.abc_editor.EditsTable.node

◆ p_delegate

rfm2.ui.abc_editor.EditsTable.p_delegate

◆ selection_signal

rfm2.ui.abc_editor.EditsTable.selection_signal = qtc.Signal(bool)
static

◆ t_delegate

rfm2.ui.abc_editor.EditsTable.t_delegate

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