| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
|
__init__(self,
object,
type,
master=None) Contructor of the editor. |
||
|
createForm(self,
master) Build the form. |
||
|
addOkApplyCancel(self) Add the Ok, Apply and Cancel buttons |
||
|
manageEditorButtons(self) Helper function to enable/disable the ok apply cancel buttons. |
||
| nameEntryChange_cb(self, event=None) | ||
|
Apply(self,
event=None) Callback for Apply Button |
||
|
OK(self,
event=None) Callback for OK Button, calls Apply and Dismiss |
||
|
Cancel(self) Callback for Cancel Button |
||
|
Dismiss(self,
event=None) Destroy edit form and reset objcet's point to editor |
||
|
go(self) method for starting an editor in modal form (i.e. |
||
|
|||
Contructor of the editor.
object is the obect the editor exposes (i.e. a node of a port for
instance).
type is a string used to name the Editor window 'Node Editor' or 'Port
Editor'. master
master is an optional container into which to place the editor. If ommited
the editor will appear in its own top level.
|
|
|
|
|
|
|
|
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Fri Nov 2 14:08:29 2007 | http://epydoc.sourceforge.net |