#include <shortcuts.h>
Static Public Member Functions | |
void | pairActions (QAction *globalAction, QAction *editAction) |
void | synchronizeActions () |
QPtrList< QAction > * | globalActions () |
QPtrList< QAction > * | globalActionsWithoutEditActions () |
QPtrList< QAction > * | editActions () |
QPtrList< QAction > * | actions () |
Static Protected Member Functions | |
QPtrList< QAction > * | editGlobalActions () |
|
retrieves all actions |
|
retrieves all edit actions |
|
retrieves a list of global actions, which contains an edit shortcut |
|
retrieves all global actions |
|
retrieves all global actions without action, which contains an edit shortcut |
|
global action must have the same shortcut as edit action |
|
synchronize all global with edit actions |