Definition at line 23 of file action.py.
◆ __init__()
| def robotide.action.action._Registrable.__init__ |
( |
|
self, |
|
|
|
action_info |
|
) |
| |
◆ get_insertion_index()
| def robotide.action.action._Registrable.get_insertion_index |
( |
|
self, |
|
|
|
menu |
|
) |
| |
◆ has_action()
| def robotide.action.action._Registrable.has_action |
( |
|
self | ) |
|
◆ has_icon()
| def robotide.action.action._Registrable.has_icon |
( |
|
self | ) |
|
◆ has_shortcut()
| def robotide.action.action._Registrable.has_shortcut |
( |
|
self | ) |
|
◆ inform_changes_in_enabled_status()
| def robotide.action.action._Registrable.inform_changes_in_enabled_status |
( |
|
self, |
|
|
|
listener |
|
) |
| |
◆ is_separator()
| def robotide.action.action._Registrable.is_separator |
( |
|
self | ) |
|
◆ register()
| def robotide.action.action._Registrable.register |
( |
|
self, |
|
|
|
registerer |
|
) |
| |
◆ unregister()
| def robotide.action.action._Registrable.unregister |
( |
|
self | ) |
|
◆ _enabled
| robotide.action.action._Registrable._enabled |
|
private |
◆ _enabled_status_listeners
| robotide.action.action._Registrable._enabled_status_listeners |
|
private |
◆ _insertion_point
| robotide.action.action._Registrable._insertion_point |
|
private |
◆ _registered_to
| robotide.action.action._Registrable._registered_to |
|
private |
◆ action
| robotide.action.action._Registrable.action |
◆ disable
| robotide.action.action._Registrable.disable = lambda event: None |
|
static |
◆ icon
| robotide.action.action._Registrable.icon |
◆ shortcut
| robotide.action.action._Registrable.shortcut |
The documentation for this class was generated from the following file: