Trees | Indices | Help |
|
---|
|
object --+ | AEUserInterface.AEUserInterface --+ | AEChooser
Most abstract base class for all AEChooser dialogs.
This class is abstract as most of its methods raise NotImplementedError and need to be overriden in subclasses.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
string |
|
||
|
|||
Inherited from Inherited from |
|
|||
boolean |
GLOBAL_SINGLETON = False Allow only one instance of a chooser to exist at a time globally? This flag should be overriden by a subclass to indicate whether the chooser is a global singleton or not. |
||
boolean |
APP_SINGLETON = False Allow only one instance of a chooser to exist at a time for a given application? This flag should be overriden by a subclass to indicate whether the chooser is an application singleton or not. |
||
integer |
CANCEL = -1000 Indicates the chooser is canceling and its options should be ignored |
||
integer |
APPLY = -1001 Indicates the chooser options should be applied immediately with no changes to its state |
||
integer |
OK = -1002 Indicates the chooser is completing and its options should be applied |
|
|||
opaque |
aid Unique identifier for the application AETier with which the AEChooser that fired this event is associated |
||
boolean |
block_signals Blocks future signals from being sent by the _signal method after a OK or CANCEL signal is sent |
|
|||
Inherited from |
|
|
|
|
|
|
|
|
Posts an AEEvent.ChooserChange event to the AEEventManager. Chooser change events should have an arbitrary kind or one of the special OK, APPLY, CANCEL valus. Any keyword arguments will be delivered to the observer. The event will also include a reference to this AEChooser such that an observer can call the update method on it. The event is delivered only to the AEScript responsible for managing this chooser. After one cancel or one OK signal is fired, no more signals are sent. |
|
APP_SINGLETONAllow only one instance of a chooser to exist at a time for a given application? This flag should be overriden by a subclass to indicate whether the chooser is an application singleton or not. Meaningless if GLOBAL_SINGLETON is set.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Mon Jun 30 13:05:53 2008 | http://epydoc.sourceforge.net |