Krita Source Code Documentation
Loading...
Searching...
No Matches
KisCroppedOriginalLayerInterface.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2019 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6#ifndef KISCROPPEDORIGINALLAYERINTERFACE_H
7#define KISCROPPEDORIGINALLAYERINTERFACE_H
8
9#include "kritaimage_export.h"
10
11class KRITAIMAGE_EXPORT KisCroppedOriginalLayerInterface
12{
13public:
15
16
24};
25
26#endif // KISCROPPEDORIGINALLAYERINTERFACE_H
virtual void forceUpdateHiddenAreaOnOriginal()=0