Cortex  10.0.0-a4
Public Member Functions | List of all members
IECoreMaya.OpWindow Class Reference

This class creates a window holding an instance of IECore.Op, presenting a ui for the modification of it's parameters. More...

+ Inheritance diagram for IECoreMaya.OpWindow:

Public Member Functions

def __init__ (self, op)
 
- Public Member Functions inherited from IECoreMaya.UIElement
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

- Static Public Member Functions inherited from IECoreMaya.UIElement
def instances
 Returns a list of all the active instances derived from the specified type. More...
 

Detailed Description

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.

Todo:
We need to close this window if the node is deleted - for instance when the user makes a fresh scene.

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