plugins/paintops/libpaintop
Go to the documentation of this file.
8 #ifndef __KIS_PRECISION_OPTION_H
9 #define __KIS_PRECISION_OPTION_H
12 #include <kritapaintop_export.h>
13 #include <kis_properties_configuration.h>
24 void writeOptionSetting(KisPropertiesConfigurationSP settings)
const;
25 void readOptionSetting(
const KisPropertiesConfigurationSP settings);
27 int effectivePrecisionLevel(qreal effectiveDabSize)
const;
28 void setHasImprecisePositionOptions(
bool value);
29 bool hasImprecisePositionOptions()
const;
31 int precisionLevel()
const;
32 void setPrecisionLevel(
int precisionLevel);
33 void setAutoPrecisionEnabled(
int);
34 bool autoPrecisionEnabled();
38 bool m_autoPrecisionEnabled;
39 bool m_hasImprecisePositionOptions =
false;
const QString AUTO_PRECISION_ENABLED
const QString PRECISION_LEVEL
const QString STARTING_SIZE
const QString DELTA_VALUE
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Fri Apr 9 2021 23:38:03 by
doxygen 1.8.16 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.