Krita Source Code Documentation
Loading...
Searching...
No Matches
KisDelayedUpdateNodeInterface.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2017 Dmitry Kazakov <dimula73@gmail.com>
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
7
#ifndef KISDELAYEDUPDATENODEINTERFACE_H
8
#define KISDELAYEDUPDATENODEINTERFACE_H
9
10
#include "kritaimage_export.h"
11
12
18
class
KRITAIMAGE_EXPORT
KisDelayedUpdateNodeInterface
19
{
20
public
:
21
virtual
~KisDelayedUpdateNodeInterface
();
22
27
virtual
void
forceUpdateTimedNode
() = 0;
28
34
virtual
bool
hasPendingTimedUpdates
()
const
= 0;
35
};
36
37
#endif
// KISDELAYEDUPDATENODEINTERFACE_H
KisDelayedUpdateNodeInterface
The KisDelayedUpdateNodeInterface class is an interface for nodes that delay their real updates with ...
Definition
KisDelayedUpdateNodeInterface.h:19
KisDelayedUpdateNodeInterface::forceUpdateTimedNode
virtual void forceUpdateTimedNode()=0
forceUpdateTimedNode forces the node to regenerate its project. The update might be asynchronous,...
KisDelayedUpdateNodeInterface::hasPendingTimedUpdates
virtual bool hasPendingTimedUpdates() const =0
libs
image
KisDelayedUpdateNodeInterface.h
Generated at
2026-01-15 02:30:07+01:00
from
Krita
branch
master
, commit
38b517ca06286bb65279453cbf9a2b4fbd1153d1