| Home | Trees | Index | Help |
|---|
GObjBase class for all objects that can be exported to action/trigger namespace.
Descendants can define how they want to be seen in action/trigger code by setting the following properties:| Method Summary | |
|---|---|
Initialize a GTriggerCore instance. | |
__repr__(self)
| |
Construct a namespace object tree from an XML ( definitions.GObjects.GObj) object tree. | |
Return the namespace object that mirrors this object in the action/trigger namespace. | |
| Method Details |
|---|
__init__(self)
Initialize a GTriggerCore instance.
|
__repr__(self)
|
create_namespace_object(self, global_namespace, namespace_name)Construct a namespace object tree from an XML ( NamespaceElement object for each definitions.GObjects.GObj in the
object.
|
get_namespace_object(self)Return the namespace object that mirrors this object in the action/trigger namespace. |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Jan 7 23:02:12 2009 | http://epydoc.sf.net |