| Home | Trees | Index | Help |
|
|---|
| Package mmLib :: Module GLViewer :: Class GLAtom |
|
object--+ |GLObject--+ | GLAtom
| Method Summary | |
|---|---|
__init__(self,
**args)
| |
Called by GLObject.__init__ to install properties. | |
Returns the GLObject name. | |
| Inherited from GLObject | |
| |
Adds a new property to the GLObject. | |
Adds a function which is called whenever property values change. | |
Adds a child GLObject to the end of the GLObject's child list. | |
Counts all decendant GLObjects. | |
Returns the child GLObject matching the given gl_object_id. | |
Returns the number of children (degree). | |
Returns the depth, the root composite is depth 0. | |
Returns the parent GLStructure object, or None if the GLObject is not a child of a GLStructure. | |
Returns the tree-path to the GLObject as a list of its integer indexes. | |
Returns the lowest common ancesotry of self and argument composite. | |
Returns the parent GLObject. | |
Returns a list of the parent GLObjects back to the root. | |
Returns the tree-path to the composite as a list of its parent composites. | |
| |
Return the property description dictionary for the given property name. | |
Returns the root GLObject. | |
This is a special form of update which propagates all linked values, not just the changed ones. | |
Returns true if self composite is a decent of argument GLObject. | |
Iterate immediate children. | |
Preorder Traversal for GLObject composite. | |
Iterates over all property descriptions. | |
Link the value of the GLObject's property to the value of a child property. | |
Adds a child GLObject to the beginning of the GLObject's child list. | |
The GLObject removes itself from its parent. | |
Removes the child GLObject. | |
Removes the update callback. | |
Sets the GLObject name. | |
Set the property name for this GLObject. | |
Update property values and trigger update callbacks. | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Inherited from type | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
| Class Variable Summary | |
|---|---|
| Inherited from GLObject | |
GLPropertyDefault |
PropertyDefault = <mmLib.GLViewer.GLPropertyDefault obje...
|
| Method Details |
|---|
glo_install_properties(self)Called by GLObject.__init__ to install properties.
|
glo_name(self)Returns the GLObject name.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Wed Nov 24 17:34:56 2004 | http://epydoc.sf.net |