Inkscape
Vector Graphics Editor
registry.cpp
Go to the documentation of this file.
1// SPDX-License-Identifier: GPL-2.0-or-later
2/*
3 * Authors:
4 * Ralf Stephan <ralf@ark.in-berlin.de>
5 *
6 * Copyright (C) 2005 Authors
7 *
8 * Released under GNU GPL v2+, read the file 'COPYING' for more information.
9 */
10
11#include "registry.h"
12
13namespace Inkscape {
14namespace UI {
15namespace Widget {
16
17//===================================================
18
19//---------------------------------------------------
20
21Registry::Registry() : _updating(false) {}
22
23Registry::~Registry() = default;
24
25bool
27{
28 return _updating;
29}
30
31void
33{
34 _updating = upd;
35}
36
38{ //
40}
41
42//====================================================
43
44
45} // namespace Dialog
46} // namespace UI
47} // namespace Inkscape
48
49/*
50 Local Variables:
51 mode:c++
52 c-file-style:"stroustrup"
53 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
54 indent-tabs-mode:nil
55 fill-column:99
56 End:
57*/
58// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
SPDesktop * desktop() const
Definition: registry.h:27
void setDesktop(SPDesktop *desktop)
Definition: registry.cpp:37
To do: update description of desktop.
Definition: desktop.h:150
CMYK to sRGB conversion routines.