KXmlGui
kundoactions.h
20 * Provides functions that creates undo/redo actions for a QUndoStack with KDE's default icons and shortcuts.
31 * @param actionName the created action's object name, empty string will set it to the KDE default
34KXMLGUI_EXPORT QAction *createRedoAction(QUndoStack *undoStack, KActionCollection *actionCollection, const QString &actionName = QString());
37 * Creates an undo action with the default KDE shortcut and icon and adds it to @p actionCollection
40 * @param actionName the created action's object name, empty string will set it to the KDE default
43KXMLGUI_EXPORT QAction *createUndoAction(QUndoStack *undoStack, KActionCollection *actionCollection, const QString &actionName = QString());
Provides functions that creates undo/redo actions for a QUndoStack with KDE's default icons and short...
Definition kundoactions.h:26
KXMLGUI_EXPORT QAction * createRedoAction(QUndoStack *undoStack, KActionCollection *actionCollection, const QString &actionName=QString())
Creates an redo action with the default shortcut and icon and adds it to actionCollection.
Definition kundoactions.cpp:19
KXMLGUI_EXPORT QAction * createUndoAction(QUndoStack *undoStack, KActionCollection *actionCollection, const QString &actionName=QString())
Creates an undo action with the default KDE shortcut and icon and adds it to actionCollection.
Definition kundoactions.cpp:38
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:19:32 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:19:32 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.