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

A class for making maya menus from an IECore.MenuDefinition. More...

+ Inheritance diagram for IECoreMaya.Menu:

Public Member Functions

def __init__
 
- 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

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.


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