Krita Source Code Documentation
Loading...
Searching...
No Matches
SvgTextShapeManagerBlocker.cpp
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
8
10 :m_manager(shapeManager), m_managerState(shapeManager->updatesBlocked())
11{
12
13}
14
19
void setUpdatesBlocked(bool value)
SvgTextShapeManagerBlockerAdapter(KoShapeManager *shapeManager)