Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_gui_context_command_p.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2014 Dmitry Kazakov <dimula73@gmail.com>
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
7
#ifndef __KIS_GUI_CONTEXT_COMMAND_P_H
8
#define __KIS_GUI_CONTEXT_COMMAND_P_H
9
10
#include <QObject>
11
class
KUndo2Command
;
12
13
class
KisGuiContextCommandDelegate
:
public
QObject
14
{
15
Q_OBJECT
16
public
:
17
KisGuiContextCommandDelegate
(QObject *parent = 0);
18
19
public
Q_SLOTS:
20
void
executeCommand
(
KUndo2Command
*command,
bool
undo);
21
};
22
23
24
#endif
/* __KIS_GUI_CONTEXT_COMMAND_P_H */
KUndo2Command
Definition
kundo2stack.h:87
KisGuiContextCommandDelegate
Definition
kis_gui_context_command_p.h:14
KisGuiContextCommandDelegate::KisGuiContextCommandDelegate
KisGuiContextCommandDelegate(QObject *parent=0)
Definition
kis_gui_context_command_p.cpp:10
KisGuiContextCommandDelegate::executeCommand
void executeCommand(KUndo2Command *command, bool undo)
Definition
kis_gui_context_command_p.cpp:15
libs
ui
kis_gui_context_command_p.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52