Home
last modified time | relevance | path

Searched refs:ItemDouble (Results 1 – 9 of 9) sorted by relevance

/dports/devel/kf5-kconfig/kconfig-5.89.0/autotests/kconfig_compiler/
H A Dtest_param_minmax.cpp.ref11 KConfigSkeleton::ItemDouble *itemFoo[6];
12 …itemFoo[0] = new KConfigSkeleton::ItemDouble( currentGroup(), QStringLiteral( "foo_#0" ), mFoo[0],…
16 …itemFoo[1] = new KConfigSkeleton::ItemDouble( currentGroup(), QStringLiteral( "foo_#1" ), mFoo[1],…
20 …itemFoo[2] = new KConfigSkeleton::ItemDouble( currentGroup(), QStringLiteral( "foo_#2" ), mFoo[2],…
24 …itemFoo[3] = new KConfigSkeleton::ItemDouble( currentGroup(), QStringLiteral( "foo_#3" ), mFoo[3],…
28 …itemFoo[4] = new KConfigSkeleton::ItemDouble( currentGroup(), QStringLiteral( "foo_#4" ), mFoo[4],…
32 …itemFoo[5] = new KConfigSkeleton::ItemDouble( currentGroup(), QStringLiteral( "foo_#5" ), mFoo[5],…
H A Dtest13.cpp.ref17 KConfigSkeleton::ItemDouble *innerItemBrightness;
18 …innerItemBrightness = new KConfigSkeleton::ItemDouble( currentGroup(), QStringLiteral( "brightness…
/dports/graphics/kipi-plugins/kipi-plugins-21.12.3/printimages/wizard/
H A Dprintimagesconfig.cpp100 …KConfigSkeleton::ItemDouble* itemPrintWidth = new KConfigSkeleton::ItemDouble( currentGroup(), QLa… in PrintImagesConfig()
103 …KConfigSkeleton::ItemDouble* itemPrintHeight = new KConfigSkeleton::ItemDouble( currentGroup(), QL… in PrintImagesConfig()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/editor/file/print/
H A Dprintconfig.cpp111 KConfigSkeleton::ItemDouble* const itemPrintWidth in PrintConfig()
112 = new KConfigSkeleton::ItemDouble(currentGroup(), QLatin1String("PrintWidth"), in PrintConfig()
116 KConfigSkeleton::ItemDouble* const itemPrintHeight in PrintConfig()
117 = new KConfigSkeleton::ItemDouble(currentGroup(), QLatin1String("PrintHeight"), in PrintConfig()
/dports/devel/kf5-kconfig/kconfig-5.89.0/src/core/
H A Dkcoreconfigskeleton.cpp783 KCoreConfigSkeleton::ItemDouble::ItemDouble(const QString &_group, const QString &_key, double &ref… in ItemDouble() function in KCoreConfigSkeleton::ItemDouble
790 void KCoreConfigSkeleton::ItemDouble::readConfig(KConfig *config) in readConfig()
805 void KCoreConfigSkeleton::ItemDouble::setProperty(const QVariant &p) in setProperty()
810 bool KCoreConfigSkeleton::ItemDouble::isEqual(const QVariant &v) const in isEqual()
815 QVariant KCoreConfigSkeleton::ItemDouble::property() const in property()
820 QVariant KCoreConfigSkeleton::ItemDouble::minValue() const in minValue()
828 QVariant KCoreConfigSkeleton::ItemDouble::maxValue() const in maxValue()
836 void KCoreConfigSkeleton::ItemDouble::setMinValue(double v) in setMinValue()
842 void KCoreConfigSkeleton::ItemDouble::setMaxValue(double v) in setMaxValue()
1416 KCoreConfigSkeleton::ItemDouble *item; in addItemDouble()
[all …]
H A Dkcoreconfigskeleton.h904 class KCONFIGCORE_EXPORT ItemDouble : public KConfigSkeletonGenericItem<double>
908ItemDouble(const QString &_group, const QString &_key, double &reference, double defaultValue = 0);
1369ItemDouble *addItemDouble(const QString &name, double &reference, double defaultValue = 0.0, const…
/dports/devel/kf5-kconfig/kconfig-5.89.0/autotests/
H A Dkconfigloadertest.cpp133 GET_CONFIG_ITEM_VALUE(KCoreConfigSkeleton::ItemDouble *, QStringLiteral("DefaultDoubleItem")); in doubleDefaultValue()
/dports/devel/kf5-kconfig/kconfig-5.89.0/src/gui/
H A Dkconfigloader.cpp225 …KConfigSkeleton::ItemDouble *doubleItem = m_config->addItemDouble(m_name, *d->newDouble(), m_defau… in addItem()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdecore.py1964 return KCoreConfigSkeleton.ItemDouble()
2594 class ItemDouble(KConfigSkeletonItem): class in KCoreConfigSkeleton