Cortex
10.0.0-a4
|
A ui for any parameter for which parameter.presetsOnly is True. More...
Public Member Functions | |
def | __init__ (self, node, parameter, kw) |
def | replace (self, node, parameter) |
![]() | |
def | __init__ (self, parameterisedHolderNode, parameter, topLevelUI, kw) |
The parameterisedHolderNode is an MObject specifying the node holding the specified IECore.Parameter. More... | |
def | replace (self, node, parameter) |
Derived classes should override this method. More... | |
def | node (self) |
Returns the Maya node associated with this UI in the form of an OpenMaya.MObject. | |
def | nodeName (self) |
Returns an umambiguous full path for the Maya node associated with this UI. More... | |
def | plug (self) |
Returns the Maya plug associated with this UI in the form an OpenMaya.MPlug. | |
def | plugName (self) |
Returns an unambiguous full path to the plug this ui represents. More... | |
def | layout (self) |
def | label (self) |
Computes a nice label for the ui. More... | |
def | description (self) |
Computes a wrapped annotation/tooltip for the ui. | |
def | addDragCallback (self, ctrl, kw) |
def | registerPopupMenuCallback (cls, callback) |
Registers a callback which is able to modify the popup menus associated with ParameterUIs. More... | |
![]() | |
def | __init__ (self, topLevelUI) |
Derived classes must create a ui element which is the parent of the rest of their ui, and call this init function passing it as the topLevelUI parameter. More... | |
def | parent (self) |
Returns the UIElement which forms the parent for this one. More... | |
Additional Inherited Members | |
![]() | |
def | registerUI |
def | create (parameterisedHolderNode, parameter, kw) |
Returns a new ParameterUI instance suitable for representing the specified parameter on the specified parameterisedHolderNode. More... | |
![]() | |
def | instances |
Returns a list of all the active instances derived from the specified type. More... | |
![]() | |
parameter | |
![]() | |
int | textColumnWidthIndex = 145 |
int | singleWidgetWidthIndex = 70 |
int | sliderWidgetWidthIndex = 2 |
dictionary | handlers = {} |
A ui for any parameter for which parameter.presetsOnly is True.