Cortex
10.0.0-a4
|
A class for making maya menus from an IECore.MenuDefinition. More...
Public Member Functions | |
def | __init__ |
![]() | |
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 | instances |
Returns a list of all the active instances derived from the specified type. More... | |
A class for making maya menus from an IECore.MenuDefinition.
The menu is built dynamically when it's displayed, so the definition can be edited at any time to change the menu.