rfm2
22.0
A python-based rewrite of RenderMan for Maya
|
Public Member Functions | |
def | __init__ (self, parent=None) |
def | on_completer_activated (self, text) |
def | setModel (self, model) |
def | setModelColumn (self, column) |
Public Attributes | |
pFilterModel | |
completer | |
Combo box with as-you-type string matching
def rfm2.vp.debug.ExtendedComboBox.__init__ | ( | self, | |
parent = None |
|||
) |
def rfm2.vp.debug.ExtendedComboBox.on_completer_activated | ( | self, | |
text | |||
) |
on selection of an item from the completer, select the corresponding item from combobox
def rfm2.vp.debug.ExtendedComboBox.setModel | ( | self, | |
model | |||
) |
on model change, update the models of the filter and completer as well
def rfm2.vp.debug.ExtendedComboBox.setModelColumn | ( | self, | |
column | |||
) |
on model column change, update the model column of the filter and completer as well
rfm2.vp.debug.ExtendedComboBox.completer |
rfm2.vp.debug.ExtendedComboBox.pFilterModel |