Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_node_command.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2002 Patrick Julien <freak@codepimps.org>
3 * SPDX-FileCopyrightText: 2005 C. Boemann <cbo@boemann.dk>
4 *
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 */
7#ifndef KIS_NODE_COMMAND_H_
8#define KIS_NODE_COMMAND_H_
9
10#include <kritaimage_export.h>
11#include <kundo2command.h>
12#include "kis_types.h"
13
14class KisNode;
15
17class KRITAIMAGE_EXPORT KisNodeCommand : public KUndo2Command
18{
19
20public:
27 ~KisNodeCommand() override;
28
29protected:
31};
32
33#endif /* KIS_NODE_COMMAND_H_*/
the base command for commands altering a node