class KUndoStack |
|
|
Extends QUndoStack with functions that creates actions with KDE's default icons and shortcuts. See QUndoStack for more information. |
|
Constructs a KUndoStack with parent as parent parent - parent of the object |
|
Creates an redo action with the default shortcut and icon and adds it to actionCollection actionCollection - the KActionCollection that should be the parent of the action actionName - the created action's object name, empty string will set it to the KDE default Returns the created action. |
|
Creates an undo action with the default KDE shortcut and icon and adds it to actionCollection actionCollection - the KActionCollection that should be the parent of the action actionName - the created action's object name, empty string will set it to the KDE default Returns the created action. |