KDEUI
KUndoStack Class Reference
Extends QUndoStack with functions that creates actions with KDE's default icons and shortcuts. More...
#include <kundostack.h>
Inheritance diagram for KUndoStack:

Public Member Functions | |
QAction * | createRedoAction (KActionCollection *actionCollection, const QString &actionName=QString()) |
QAction * | createUndoAction (KActionCollection *actionCollection, const QString &actionName=QString()) |
KUndoStack (QObject *parent=0) |
Detailed Description
Extends QUndoStack with functions that creates actions with KDE's default icons and shortcuts.See QUndoStack for more information.
Definition at line 33 of file kundostack.h.
Constructor & Destructor Documentation
KUndoStack::KUndoStack | ( | QObject * | parent = 0 |
) |
Constructs a KUndoStack with parent
as parent.
- Parameters:
-
parent parent of the object
Definition at line 32 of file kundostack.cpp.
Member Function Documentation
QAction * KUndoStack::createRedoAction | ( | KActionCollection * | actionCollection, | |
const QString & | actionName = QString() | |||
) |
Creates an redo action with the default shortcut and icon and adds it to actionCollection
.
- Parameters:
-
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.
Definition at line 37 of file kundostack.cpp.
QAction * KUndoStack::createUndoAction | ( | KActionCollection * | actionCollection, | |
const QString & | actionName = QString() | |||
) |
Creates an undo action with the default KDE shortcut and icon and adds it to actionCollection
.
- Parameters:
-
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.
Definition at line 56 of file kundostack.cpp.
The documentation for this class was generated from the following files: