Cortex
10.0.0-a4
|
This class creates a window holding an instance of IECore.Op, presenting a ui for the modification of it's parameters. More...
Public Member Functions | |
def | __init__ (self, op) |
![]() | |
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... | |
This class creates a window holding an instance of IECore.Op, presenting a ui for the modification of it's parameters.
The user can then execute the op interactively.