Home | Trees | Indices | Help |
|
---|
|
object --+ | DetailNode
A node of the detail tree which can have children.
If the data must be editable, also derive the class from one of the delegate classes defined in pyffi.object_models.editable, and make sure that the get_value and set_value functions are implemented.
|
|||
generator yielding DetailNodes |
|
||
generator yielding strs |
|
||
|
|||
str |
|
||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Generator which yields all children of this item in the detail view (by default, all acyclic and active ones). Override this method if the node has children.
|
Generator which yields all child names of this item in the detail view. Override this method if the node has children.
|
Generator which yields all edge types of this item in the detail view, one edge type for each child. Override this method if you rely on more than one edge type. |
Object used to display the instance in the detail view. Override this method if the node has data to display in the detail view.
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 10 19:04:04 2011 | http://epydoc.sourceforge.net |