Package mrv :: Package maya :: Package ui :: Module typ
[hide private]
[frames] | no frames]

Module typ

source code

Module containing helpers to create the UI types at runtime.
Classes [hide private]
  MetaClassCreatorUI
Builds the base hierarchy for the given classname based on our typetree.
Functions [hide private]
    Initialization
 
init_classhierarchy()
Read a simple hiearchy file and create an Indexed tree from it
source code
 
initWrappers()
Create Standin Classes that will delay the creation of the actual class till the first instance is requested
source code
Variables [hide private]
  _uipackage = __import__("mrv.maya.ui", globals(), locals(), ['...
  _typetree = None
hash(x)
  _typemap = {"floatingWindow": "window", "field": "textField"}
Variables Details [hide private]

_uipackage

Value:
__import__("mrv.maya.ui", globals(), locals(), ['ui'])