Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_crop_saved_extra_data.cpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2015 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
8
9#include "kis_node.h"
10
11
13 QRect cropRect,
14 KisNodeSP cropNode)
15 : m_type(type),
16 m_cropRect(cropRect),
17 m_cropNode(cropNode)
18{
19}
20
KisCropSavedExtraData(Type type, QRect cropRect, KisNodeSP cropNode=0)