KDEUI
kundostack.h
Go to the documentation of this file.
49 QAction* createRedoAction(KActionCollection* actionCollection, const QString& actionName = QString());
56 QAction* createUndoAction(KActionCollection* actionCollection, const QString& actionName = QString());
QAction * createUndoAction(KActionCollection *actionCollection, const QString &actionName=QString())
Creates an undo action with the default KDE shortcut and icon and adds it to actionCollection.
Definition kundostack.cpp:56
KUndoStack(QObject *parent=0)
Constructs a KUndoStack with parent as parent.
Definition kundostack.cpp:32
QAction * createRedoAction(KActionCollection *actionCollection, const QString &actionName=QString())
Creates an redo action with the default shortcut and icon and adds it to actionCollection.
Definition kundostack.cpp:37
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.