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