Krita Source Code Documentation
Loading...
Searching...
No Matches
SvgTextShapeManagerBlocker.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2023 Wolthera van Hövell tot Westerflier <griffinvalley@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef SVGTEXTSHAPEMANAGERBLOCKER_H
8#define SVGTEXTSHAPEMANAGERBLOCKER_H
9
10#include <KisAdaptedLock.h>
11#include <KoShapeManager.h>
12
14{
15public:
17
19
20 void lock();
21 void unlock();
22
23private:
25 bool m_managerState {false};
26};
27
29
30#endif // SVGTEXTSHAPEMANAGERBLOCKER_H
#define KIS_DECLARE_ADAPTED_LOCK(Name, Adapter)
SvgTextShapeManagerBlockerAdapter(KoShapeManager *shapeManager)