Definition at line 74 of file shortcut.py.
◆ __init__()
| def robotide.action.shortcut.Shortcut.__init__ |
( |
|
self, |
|
|
|
shortcut |
|
) |
| |
◆ __eq__()
| def robotide.action.shortcut.Shortcut.__eq__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
◆ __hash__()
| def robotide.action.shortcut.Shortcut.__hash__ |
( |
|
self | ) |
|
◆ __lt__()
| def robotide.action.shortcut.Shortcut.__lt__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
◆ __nonzero__()
| def robotide.action.shortcut.Shortcut.__nonzero__ |
( |
|
self | ) |
|
◆ __repr__()
| def robotide.action.shortcut.Shortcut.__repr__ |
( |
|
self | ) |
|
◆ _get_key()
| def robotide.action.shortcut.Shortcut._get_key |
( |
|
self, |
|
|
|
key |
|
) |
| |
|
private |
◆ _get_printable()
| def robotide.action.shortcut.Shortcut._get_printable |
( |
|
self, |
|
|
|
value |
|
) |
| |
|
private |
◆ _get_wx_key_constant()
| def robotide.action.shortcut.Shortcut._get_wx_key_constant |
( |
|
self, |
|
|
|
prefix, |
|
|
|
name |
|
) |
| |
|
private |
◆ _handle_ctrlcmd()
| def robotide.action.shortcut.Shortcut._handle_ctrlcmd |
( |
|
self, |
|
|
|
key |
|
) |
| |
|
private |
◆ _normalize()
| def robotide.action.shortcut.Shortcut._normalize |
( |
|
self, |
|
|
|
shortcut |
|
) |
| |
|
private |
◆ _normalize_key()
| def robotide.action.shortcut.Shortcut._normalize_key |
( |
|
self, |
|
|
|
key |
|
) |
| |
|
private |
◆ _replace_chars_in_mac()
| def robotide.action.shortcut.Shortcut._replace_chars_in_mac |
( |
|
self, |
|
|
|
shortcut |
|
) |
| |
|
private |
◆ _split()
| def robotide.action.shortcut.Shortcut._split |
( |
|
self, |
|
|
|
shortcut |
|
) |
| |
|
private |
◆ parse()
| def robotide.action.shortcut.Shortcut.parse |
( |
|
self | ) |
|
◆ printable
| robotide.action.shortcut.Shortcut.printable |
◆ value
| robotide.action.shortcut.Shortcut.value |
The documentation for this class was generated from the following file: