Krita Source Code Documentation
Loading...
Searching...
No Matches
KisBlockBackgroundFrameGenerationLock.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2023 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef KISBLOCKBACKGROUNDFRAMEGENERATIONLOCK_H
8#define KISBLOCKBACKGROUNDFRAMEGENERATIONLOCK_H
9
10#include <kritaimage_export.h>
11#include <KisAdaptedLock.h>
12
14
15
24{
25public:
27
28 void lock();
29 void unlock();
30
31private:
33};
34
36
37#endif // KISBLOCKBACKGROUNDFRAMEGENERATIONLOCK_H
#define KIS_DECLARE_ADAPTED_LOCK(Name, Adapter)