Go to the source code of this file.
Classes | |
| class | robotide.action.actioninfo._InsertionPoint |
| class | robotide.action.actioninfo.ActionInfo |
| Used to create menu entries, keyboard shortcuts and/or toolbar buttons. More... | |
| class | robotide.action.actioninfo.MenuInfo |
Base class for ActionInfo and SeparatorInfo. More... | |
| class | robotide.action.actioninfo.SeparatorInfo |
| Used to create separators to menus. More... | |
Namespaces | |
| robotide.action.actioninfo | |
Functions | |
| def | robotide.action.actioninfo._create_action_info (eventhandler, menu, container, row) |
| def | robotide.action.actioninfo._get_eventhandler_name_and_parsed_name (name) |
| def | robotide.action.actioninfo._parse_shortcuts_from_name (name) |
| def | robotide.action.actioninfo.ActionInfoCollection (data, event_handler, container=None) |
Parses the data into a list of ActionInfo and SeparatorInfo objects. More... | |