rfm2  22.0
A python-based rewrite of RenderMan for Maya
rfm2.vp.debug.ExtendedComboBox Class Reference
+ Inheritance diagram for rfm2.vp.debug.ExtendedComboBox:
+ Collaboration diagram for rfm2.vp.debug.ExtendedComboBox:

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
 

Detailed Description

Combo box with as-you-type string matching

Constructor & Destructor Documentation

◆ __init__()

def rfm2.vp.debug.ExtendedComboBox.__init__ (   self,
  parent = None 
)

Member Function Documentation

◆ on_completer_activated()

def rfm2.vp.debug.ExtendedComboBox.on_completer_activated (   self,
  text 
)
on selection of an item from the completer, select the corresponding
item from combobox
+ Here is the call graph for this function:

◆ setModel()

def rfm2.vp.debug.ExtendedComboBox.setModel (   self,
  model 
)
on model change, update the models of the filter and completer
as well
+ Here is the caller graph for this function:

◆ setModelColumn()

def rfm2.vp.debug.ExtendedComboBox.setModelColumn (   self,
  column 
)
on model column change, update the model column of the filter and
completer as well

Member Data Documentation

◆ completer

rfm2.vp.debug.ExtendedComboBox.completer

◆ pFilterModel

rfm2.vp.debug.ExtendedComboBox.pFilterModel

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