KDEUI
KUndoStack Class Reference
#include <kundostack.h>
Inheritance diagram for KUndoStack:
Public Member Functions | |
KUndoStack (QObject *parent=0) | |
QAction * | createRedoAction (KActionCollection *actionCollection, const QString &actionName=QString()) |
QAction * | createUndoAction (KActionCollection *actionCollection, const QString &actionName=QString()) |
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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.