actionAndMenu¶
Action¶
- class ORSServiceClass.actionAndMenu.action.Action(enterAction='', action='', exitAction='', actionDict=None)¶
Descriptor of an action.
Elements:
enterAction (optional): string to be executed when the action starts
action (optional): string to be executed when the action is activated
exitAction (optional): string to be executed when the action ends
Menu¶
- class ORSServiceClass.actionAndMenu.menu.Menu(id_='', title='', section='', action='', visible=True, enabled=True, checked=False, submenu=None, menuDict=None, sortOrder=None, tooltip='')¶