Module implementing a toolbar manager class.
None |
E5ToolBarManager | Class implementing a toolbar manager. |
None |
Class implementing a toolbar manager.
CustomToolBarMarker |
ToolBarMarker |
VersionMarker |
None |
E5ToolBarManager | Constructor |
__findAction | Private method to find an action by name. |
__findDefaultToolBar | Private method to find a default toolbar by name. |
__toolBarByName | Private slot to get a toolbar by its object name. |
actionById | Public method to get an action given its id. |
addAction | Public method to add an action to be managed. |
addActions | Public method to add actions to be managed. |
addToolBar | Public method to add a toolbar to be managed. |
categories | Public method to get the list of categories. |
categoryActions | Public method to get the actions belonging to a category. |
createToolBar | Public method to create a custom toolbar. |
defaultToolBarActions | Public method to get a default toolbar's actions given its id. |
defaultToolBars | Public method to get all toolbars added with addToolBar(). |
deleteToolBar | Public method to remove a custom toolbar created with createToolBar(). |
isDefaultToolBar | Public method to check, if a toolbar was added with addToolBar(). |
isWidgetAction | Public method to check, if action is a widget action. |
mainWindow | Public method to get the reference to the main window. |
removeAction | Public method to remove an action from the manager. |
removeCategoryActions | Public method to remove the actions belonging to a category. |
removeToolBar | Public method to remove a toolbar added with addToolBar(). |
removeWidgetActions | Public method to remove widget actions. |
renameToolBar | Public method to give a toolbar a new title. |
resetAllToolBars | Public method to reset all toolbars to their default state. |
resetToolBar | Public method to reset a toolbar to its default state. |
restoreState | Public method to restore the state of the toolbar manager. |
saveState | Public method to save the state of the toolbar manager. |
setMainWindow | Public method to set the reference to the main window. |
setToolBar | Public method to set the actions of a toolbar. |
setToolBars | Public method to set the actions of several toolbars. |
toolBarActions | Public method to get a toolbar's actions given its id. |
toolBarById | Public method to get a toolbar given its id. |
toolBarWidgetAction | Public method to get the toolbar for a widget action. |
toolBars | Public method to get all toolbars. |
toolBarsActions | Public method to get all toolbars and their actions. |
None |
Constructor
Private method to find an action by name.
Private method to find a default toolbar by name.
Private slot to get a toolbar by its object name.
Public method to get an action given its id.
Public method to add an action to be managed.
Public method to add actions to be managed.
Public method to add a toolbar to be managed.
Public method to get the list of categories.
Public method to get the actions belonging to a category.
Public method to create a custom toolbar.
Public method to get a default toolbar's actions given its id.
Public method to get all toolbars added with addToolBar().
Public method to remove a custom toolbar created with createToolBar().
Public method to check, if a toolbar was added with addToolBar().
Public method to check, if action is a widget action.
Public method to get the reference to the main window.
Public method to remove an action from the manager.
Public method to remove the actions belonging to a category.
Public method to remove a toolbar added with addToolBar().
Public method to remove widget actions.
Public method to give a toolbar a new title.
Public method to reset all toolbars to their default state.
Public method to reset a toolbar to its default state.
Public method to restore the state of the toolbar manager.
Public method to save the state of the toolbar manager.
Public method to set the reference to the main window.
Public method to set the actions of a toolbar.
Public method to set the actions of several toolbars.
Public method to get a toolbar's actions given its id.
Public method to get a toolbar given its id.
Public method to get the toolbar for a widget action.
Public method to get all toolbars.
Public method to get all toolbars and their actions.