| Trees | Indices | Help |
|
|---|
|
|
Base class for storing notes.
Starting in 3.0 branch, the objects may have multiple notes. Internally, this class maintains a list of Note handles, as a note_list attribute of the NoteBase object.
| Instance Methods | |||
|
|||
|
|||
|
|||
| bool |
|
||
|
|||
| list |
|
||
| list |
|
||
|
|||
| list |
|
||
| Method Details |
Create a new NoteBase, copying from source if not None.
|
Add the Note handle to the list of note handles.
|
Remove the specified handle from the list of note handles, and all secondary child objects.
|
Return the list of child secondary objects that may refer notes. All methods which inherit from NoteBase and have other child objects with notes, should return here a list of child objects which are NoteBase
|
Return the list of Note handles associated with the object.
|
Assign the passed list to be object's list of Note handles.
|
Return the list of (classname, handle) tuples for all referenced notes. This method should be used to get the Note portion of the list by objects that store note lists.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Mar 9 21:52:38 2008 | http://epydoc.sourceforge.net |