| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
actions.OnDemandActionMixin --+
|
object --+ |
| |
debug.debugmixin --+ |
| |
actions.SelectAction --+ |
| |
actions.ListAction --+
|
actions.OnDemandGlobalListAction --+
|
WindowList
| Nested Classes | |
|
Inherited from |
| Instance Methods | |||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
| Class Methods | |||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Class Variables | |
name = "Frames"This is the name of the menu entry as it appears in the menu bar. |
|
default_menu = "Window",-100The default menu location is specified here as a tuple containing the menu path (separated by / characters) and a number between 1 and 1000 representing the position within the menu. |
|
inline = True
|
|
storage = []
|
|
|
Inherited from Inherited from Inherited from Inherited from |
|
| Properties | |
|
Inherited from |
| Method Details |
Hash calculation method to determine if menu items have changed. The default implementation is a simplistic one that changes every time calcHash is called, guaranteeing that the menu will be updated the next time. If calcHash sets cls.localhash or cls.globalhash to None, the menu will always be updated.
|
|
Override this to provide the functionality of the action. This method gets called when the user initiates the action, whether it be from the menu bar, toolbar, or keyboard.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:15 2008 | http://epydoc.sourceforge.net |