Definition at line 308 of file actiontriggers.py.
◆ __init__()
| def robotide.ui.actiontriggers.ActionDelegator.__init__ |
( |
|
self, |
|
|
|
frame, |
|
|
|
shortcut = None |
|
) |
| |
◆ __call__()
| def robotide.ui.actiontriggers.ActionDelegator.__call__ |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ add()
| def robotide.ui.actiontriggers.ActionDelegator.add |
( |
|
self, |
|
|
|
action |
|
) |
| |
◆ is_active()
| def robotide.ui.actiontriggers.ActionDelegator.is_active |
( |
|
self | ) |
|
◆ remove()
| def robotide.ui.actiontriggers.ActionDelegator.remove |
( |
|
self, |
|
|
|
action |
|
) |
| |
Removes action and returns True if delegator is empty.
Definition at line 322 of file actiontriggers.py.
◆ _actions
| robotide.ui.actiontriggers.ActionDelegator._actions |
|
private |
◆ _frame
| robotide.ui.actiontriggers.ActionDelegator._frame |
|
private |
◆ id
| robotide.ui.actiontriggers.ActionDelegator.id |
◆ shortcut
| robotide.ui.actiontriggers.ActionDelegator.shortcut |
The documentation for this class was generated from the following file: