Module implementing data classes for the various tray starter menu items.
| None |
| TrayStarterAction | Class defining a tray starter action. |
| TrayStarterMenu | Class defining a tray starter menu. |
| TrayStarterSeparator | Class defining a tray starter menu separator. |
| None |
Class defining a tray starter action.
| add_it |
| command |
| icon |
| name |
| text |
| typ |
| fromDict | Class method to create an action instance from a given action dictionary. |
| fromJSON | Class method to create an action instance given a JSON string. |
| toDict | Public method to convert the action to a dictionary. |
| toJSON | Public method to convert the action to a JSON string. |
| None |
Class method to create an action instance from a given action dictionary.
Class method to create an action instance given a JSON string.
Public method to convert the action to a dictionary.
Public method to convert the action to a JSON string.
Class defining a tray starter menu.
| add_it |
| icon |
| items |
| name |
| title |
| typ |
| fromDict | Class method to create a menu instance from a given menu dictionary. |
| fromJSON | Class method to create a menu instance given a JSON string. |
| toDict | Public method to convert the menu to a dictionary. |
| toJSON | Public method to convert the menu to a JSON string. |
| None |
Class method to create a menu instance from a given menu dictionary.
Class method to create a menu instance given a JSON string.
Public method to convert the menu to a dictionary.
Public method to convert the menu to a JSON string.
Class defining a tray starter menu separator.
| typ |
| fromDict | Class method to create a separator instance from a given separator dictionary. |
| fromJSON | Class method to create a separator instance given a JSON string. |
| toDict | Public method to convert the separator to a dictionary. |
| toJSON | Public method to convert the separator to a JSON string. |
| None |
Class method to create a separator instance from a given separator dictionary.
Class method to create a separator instance given a JSON string.
Public method to convert the separator to a dictionary.
Public method to convert the separator to a JSON string.