Krita Source Code Documentation
Loading...
Searching...
No Matches
kundoactions.h
Go to the documentation of this file.
1/* This file is part of the KDE project
2 SPDX-FileCopyrightText: 2006 Peter Simonsson <peter.simonsson@gmail.com>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6
7#ifndef KUNDOACTIONS_H
8#define KUNDOACTIONS_H
9
10#include <kritawidgetutils_export.h>
11
12#include <QString>
13
15class QAction;
16class QUndoStack;
17
25{
33KRITAWIDGETUTILS_EXPORT QAction *createRedoAction(QUndoStack *undoStack, KisKActionCollection *actionCollection, const QString &actionName = QString());
34
42KRITAWIDGETUTILS_EXPORT QAction *createUndoAction(QUndoStack *undoStack, KisKActionCollection *actionCollection, const QString &actionName = QString());
43}
44
45#endif
A container for a set of QAction objects.
KRITAWIDGETUTILS_EXPORT QAction * createUndoAction(QUndoStack *undoStack, KisKActionCollection *actionCollection, const QString &actionName=QString())
KRITAWIDGETUTILS_EXPORT QAction * createRedoAction(QUndoStack *undoStack, KisKActionCollection *actionCollection, const QString &actionName=QString())