mirror of
https://github.com/QuasarApp/qt-solutions.git
synced 2025-05-02 00:09:33 +00:00
This commit adds the contents of distribution packages of the relevant subset of the Qt Solutions components, generated from the last versions in Perforce.
1426 lines
233 KiB
XML
1426 lines
233 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE QDOCINDEX>
|
|
<INDEX url="" title="Qt Solutions: Property Browser Documentation" version="">
|
|
<namespace access="public" threadsafety="unspecified" status="commendable" name="" href="" location="" module="">
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtGroupPropertyManager" href="qtgrouppropertymanager.html" location="qtpropertymanager.h" bases="QtAbstractPropertyManager" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtGroupPropertyManager" fullname="QtGroupPropertyManager::QtGroupPropertyManager" href="qtgrouppropertymanager.html#QtGroupPropertyManager" location="qtpropertymanager.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtGroupPropertyManager(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtGroupPropertyManager" fullname="QtGroupPropertyManager::~QtGroupPropertyManager" href="qtgrouppropertymanager.html#dtor.QtGroupPropertyManager" location="qtpropertymanager.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtGroupPropertyManager()"/>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="hasValue" fullname="QtGroupPropertyManager::hasValue" href="qtgrouppropertymanager.html#hasValue" location="qtpropertymanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasValue(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="initializeProperty" fullname="QtGroupPropertyManager::initializeProperty" href="qtgrouppropertymanager.html#initializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="initializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="uninitializeProperty" fullname="QtGroupPropertyManager::uninitializeProperty" href="qtgrouppropertymanager.html#uninitializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="uninitializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtIntPropertyManager" href="qtintpropertymanager.html" location="qtpropertymanager.h" bases="QtAbstractPropertyManager" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtIntPropertyManager" fullname="QtIntPropertyManager::QtIntPropertyManager" href="qtintpropertymanager.html#QtIntPropertyManager" location="qtpropertymanager.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtIntPropertyManager(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtIntPropertyManager" fullname="QtIntPropertyManager::~QtIntPropertyManager" href="qtintpropertymanager.html#dtor.QtIntPropertyManager" location="qtpropertymanager.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtIntPropertyManager()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QtIntPropertyManager::value" href="qtintpropertymanager.html#value" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="value(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="minimum" fullname="QtIntPropertyManager::minimum" href="qtintpropertymanager.html#minimum" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="minimum(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="maximum" fullname="QtIntPropertyManager::maximum" href="qtintpropertymanager.html#maximum" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="maximum(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="singleStep" fullname="QtIntPropertyManager::singleStep" href="qtintpropertymanager.html#singleStep" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="singleStep(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QtIntPropertyManager::setValue" href="qtintpropertymanager.html#setValue" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setValue(QtProperty * property, int value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="int" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setMinimum" fullname="QtIntPropertyManager::setMinimum" href="qtintpropertymanager.html#setMinimum" location="qtpropertymanager.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setMinimum(QtProperty * property, int minVal)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="int" right="" name="minVal" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setMaximum" fullname="QtIntPropertyManager::setMaximum" href="qtintpropertymanager.html#setMaximum" location="qtpropertymanager.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setMaximum(QtProperty * property, int maxVal)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="int" right="" name="maxVal" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setRange" fullname="QtIntPropertyManager::setRange" href="qtintpropertymanager.html#setRange" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setRange(QtProperty * property, int minimum, int maximum)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="int" right="" name="minimum" default=""/>
|
|
<parameter left="int" right="" name="maximum" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setSingleStep" fullname="QtIntPropertyManager::setSingleStep" href="qtintpropertymanager.html#setSingleStep" location="qtpropertymanager.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setSingleStep(QtProperty * property, int step)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="int" right="" name="step" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QtIntPropertyManager::valueChanged" href="qtintpropertymanager.html#valueChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(QtProperty * property, int value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="int" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="rangeChanged" fullname="QtIntPropertyManager::rangeChanged" href="qtintpropertymanager.html#rangeChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="rangeChanged(QtProperty * property, int minimum, int maximum)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="int" right="" name="minimum" default=""/>
|
|
<parameter left="int" right="" name="maximum" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="singleStepChanged" fullname="QtIntPropertyManager::singleStepChanged" href="qtintpropertymanager.html#singleStepChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="singleStepChanged(QtProperty * property, int step)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="int" right="" name="step" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueText" fullname="QtIntPropertyManager::valueText" href="qtintpropertymanager.html#valueText" location="qtpropertymanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="valueText(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="initializeProperty" fullname="QtIntPropertyManager::initializeProperty" href="qtintpropertymanager.html#initializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="initializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="uninitializeProperty" fullname="QtIntPropertyManager::uninitializeProperty" href="qtintpropertymanager.html#uninitializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="uninitializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtBoolPropertyManager" href="qtboolpropertymanager.html" location="qtpropertymanager.h" bases="QtAbstractPropertyManager" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtBoolPropertyManager" fullname="QtBoolPropertyManager::QtBoolPropertyManager" href="qtboolpropertymanager.html#QtBoolPropertyManager" location="qtpropertymanager.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtBoolPropertyManager(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtBoolPropertyManager" fullname="QtBoolPropertyManager::~QtBoolPropertyManager" href="qtboolpropertymanager.html#dtor.QtBoolPropertyManager" location="qtpropertymanager.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtBoolPropertyManager()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QtBoolPropertyManager::value" href="qtboolpropertymanager.html#value" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="value(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QtBoolPropertyManager::setValue" href="qtboolpropertymanager.html#setValue" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setValue(QtProperty * property, bool value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="bool" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QtBoolPropertyManager::valueChanged" href="qtboolpropertymanager.html#valueChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(QtProperty * property, bool value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="bool" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueText" fullname="QtBoolPropertyManager::valueText" href="qtboolpropertymanager.html#valueText" location="qtpropertymanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="valueText(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueIcon" fullname="QtBoolPropertyManager::valueIcon" href="qtboolpropertymanager.html#valueIcon" location="qtpropertymanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QIcon" signature="valueIcon(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="initializeProperty" fullname="QtBoolPropertyManager::initializeProperty" href="qtboolpropertymanager.html#initializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="initializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="uninitializeProperty" fullname="QtBoolPropertyManager::uninitializeProperty" href="qtboolpropertymanager.html#uninitializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="uninitializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtDoublePropertyManager" href="qtdoublepropertymanager.html" location="qtpropertymanager.h" bases="QtAbstractPropertyManager" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtDoublePropertyManager" fullname="QtDoublePropertyManager::QtDoublePropertyManager" href="qtdoublepropertymanager.html#QtDoublePropertyManager" location="qtpropertymanager.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtDoublePropertyManager(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtDoublePropertyManager" fullname="QtDoublePropertyManager::~QtDoublePropertyManager" href="qtdoublepropertymanager.html#dtor.QtDoublePropertyManager" location="qtpropertymanager.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtDoublePropertyManager()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QtDoublePropertyManager::value" href="qtdoublepropertymanager.html#value" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="double" signature="value(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="minimum" fullname="QtDoublePropertyManager::minimum" href="qtdoublepropertymanager.html#minimum" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="double" signature="minimum(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="maximum" fullname="QtDoublePropertyManager::maximum" href="qtdoublepropertymanager.html#maximum" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="double" signature="maximum(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="singleStep" fullname="QtDoublePropertyManager::singleStep" href="qtdoublepropertymanager.html#singleStep" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="double" signature="singleStep(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="decimals" fullname="QtDoublePropertyManager::decimals" href="qtdoublepropertymanager.html#decimals" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="decimals(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QtDoublePropertyManager::setValue" href="qtdoublepropertymanager.html#setValue" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setValue(QtProperty * property, double value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="double" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setMinimum" fullname="QtDoublePropertyManager::setMinimum" href="qtdoublepropertymanager.html#setMinimum" location="qtpropertymanager.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setMinimum(QtProperty * property, double minVal)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="double" right="" name="minVal" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setMaximum" fullname="QtDoublePropertyManager::setMaximum" href="qtdoublepropertymanager.html#setMaximum" location="qtpropertymanager.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setMaximum(QtProperty * property, double maxVal)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="double" right="" name="maxVal" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setRange" fullname="QtDoublePropertyManager::setRange" href="qtdoublepropertymanager.html#setRange" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setRange(QtProperty * property, double minimum, double maximum)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="double" right="" name="minimum" default=""/>
|
|
<parameter left="double" right="" name="maximum" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setSingleStep" fullname="QtDoublePropertyManager::setSingleStep" href="qtdoublepropertymanager.html#setSingleStep" location="qtpropertymanager.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setSingleStep(QtProperty * property, double step)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="double" right="" name="step" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setDecimals" fullname="QtDoublePropertyManager::setDecimals" href="qtdoublepropertymanager.html#setDecimals" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setDecimals(QtProperty * property, int prec)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="int" right="" name="prec" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QtDoublePropertyManager::valueChanged" href="qtdoublepropertymanager.html#valueChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(QtProperty * property, double value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="double" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="rangeChanged" fullname="QtDoublePropertyManager::rangeChanged" href="qtdoublepropertymanager.html#rangeChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="rangeChanged(QtProperty * property, double minimum, double maximum)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="double" right="" name="minimum" default=""/>
|
|
<parameter left="double" right="" name="maximum" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="singleStepChanged" fullname="QtDoublePropertyManager::singleStepChanged" href="qtdoublepropertymanager.html#singleStepChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="singleStepChanged(QtProperty * property, double step)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="double" right="" name="step" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="decimalsChanged" fullname="QtDoublePropertyManager::decimalsChanged" href="qtdoublepropertymanager.html#decimalsChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="decimalsChanged(QtProperty * property, int prec)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="int" right="" name="prec" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueText" fullname="QtDoublePropertyManager::valueText" href="qtdoublepropertymanager.html#valueText" location="qtpropertymanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="valueText(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="initializeProperty" fullname="QtDoublePropertyManager::initializeProperty" href="qtdoublepropertymanager.html#initializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="initializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="uninitializeProperty" fullname="QtDoublePropertyManager::uninitializeProperty" href="qtdoublepropertymanager.html#uninitializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="uninitializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtStringPropertyManager" href="qtstringpropertymanager.html" location="qtpropertymanager.h" bases="QtAbstractPropertyManager" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtStringPropertyManager" fullname="QtStringPropertyManager::QtStringPropertyManager" href="qtstringpropertymanager.html#QtStringPropertyManager" location="qtpropertymanager.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtStringPropertyManager(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtStringPropertyManager" fullname="QtStringPropertyManager::~QtStringPropertyManager" href="qtstringpropertymanager.html#dtor.QtStringPropertyManager" location="qtpropertymanager.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtStringPropertyManager()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QtStringPropertyManager::value" href="qtstringpropertymanager.html#value" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="value(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="regExp" fullname="QtStringPropertyManager::regExp" href="qtstringpropertymanager.html#regExp" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRegExp" signature="regExp(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QtStringPropertyManager::setValue" href="qtstringpropertymanager.html#setValue" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setValue(QtProperty * property, const QString & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QString &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setRegExp" fullname="QtStringPropertyManager::setRegExp" href="qtstringpropertymanager.html#setRegExp" location="qtpropertymanager.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setRegExp(QtProperty * property, const QRegExp & regExp)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QRegExp &" right="" name="regExp" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QtStringPropertyManager::valueChanged" href="qtstringpropertymanager.html#valueChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(QtProperty * property, const QString & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QString &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="regExpChanged" fullname="QtStringPropertyManager::regExpChanged" href="qtstringpropertymanager.html#regExpChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="regExpChanged(QtProperty * property, const QRegExp & regExp)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QRegExp &" right="" name="regExp" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueText" fullname="QtStringPropertyManager::valueText" href="qtstringpropertymanager.html#valueText" location="qtpropertymanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="valueText(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="initializeProperty" fullname="QtStringPropertyManager::initializeProperty" href="qtstringpropertymanager.html#initializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="initializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="uninitializeProperty" fullname="QtStringPropertyManager::uninitializeProperty" href="qtstringpropertymanager.html#uninitializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="uninitializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtDatePropertyManager" href="qtdatepropertymanager.html" location="qtpropertymanager.h" bases="QtAbstractPropertyManager" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtDatePropertyManager" fullname="QtDatePropertyManager::QtDatePropertyManager" href="qtdatepropertymanager.html#QtDatePropertyManager" location="qtpropertymanager.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtDatePropertyManager(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtDatePropertyManager" fullname="QtDatePropertyManager::~QtDatePropertyManager" href="qtdatepropertymanager.html#dtor.QtDatePropertyManager" location="qtpropertymanager.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtDatePropertyManager()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QtDatePropertyManager::value" href="qtdatepropertymanager.html#value" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDate" signature="value(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="minimum" fullname="QtDatePropertyManager::minimum" href="qtdatepropertymanager.html#minimum" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDate" signature="minimum(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="maximum" fullname="QtDatePropertyManager::maximum" href="qtdatepropertymanager.html#maximum" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDate" signature="maximum(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QtDatePropertyManager::setValue" href="qtdatepropertymanager.html#setValue" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setValue(QtProperty * property, const QDate & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QDate &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setMinimum" fullname="QtDatePropertyManager::setMinimum" href="qtdatepropertymanager.html#setMinimum" location="qtpropertymanager.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setMinimum(QtProperty * property, const QDate & minVal)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QDate &" right="" name="minVal" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setMaximum" fullname="QtDatePropertyManager::setMaximum" href="qtdatepropertymanager.html#setMaximum" location="qtpropertymanager.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setMaximum(QtProperty * property, const QDate & maxVal)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QDate &" right="" name="maxVal" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setRange" fullname="QtDatePropertyManager::setRange" href="qtdatepropertymanager.html#setRange" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setRange(QtProperty * property, const QDate & minimum, const QDate & maximum)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QDate &" right="" name="minimum" default=""/>
|
|
<parameter left="const QDate &" right="" name="maximum" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QtDatePropertyManager::valueChanged" href="qtdatepropertymanager.html#valueChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(QtProperty * property, const QDate & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QDate &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="rangeChanged" fullname="QtDatePropertyManager::rangeChanged" href="qtdatepropertymanager.html#rangeChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="rangeChanged(QtProperty * property, const QDate & minimum, const QDate & maximum)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QDate &" right="" name="minimum" default=""/>
|
|
<parameter left="const QDate &" right="" name="maximum" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueText" fullname="QtDatePropertyManager::valueText" href="qtdatepropertymanager.html#valueText" location="qtpropertymanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="valueText(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="initializeProperty" fullname="QtDatePropertyManager::initializeProperty" href="qtdatepropertymanager.html#initializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="initializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="uninitializeProperty" fullname="QtDatePropertyManager::uninitializeProperty" href="qtdatepropertymanager.html#uninitializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="uninitializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtTimePropertyManager" href="qttimepropertymanager.html" location="qtpropertymanager.h" bases="QtAbstractPropertyManager" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtTimePropertyManager" fullname="QtTimePropertyManager::QtTimePropertyManager" href="qttimepropertymanager.html#QtTimePropertyManager" location="qtpropertymanager.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtTimePropertyManager(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtTimePropertyManager" fullname="QtTimePropertyManager::~QtTimePropertyManager" href="qttimepropertymanager.html#dtor.QtTimePropertyManager" location="qtpropertymanager.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtTimePropertyManager()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QtTimePropertyManager::value" href="qttimepropertymanager.html#value" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QTime" signature="value(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QtTimePropertyManager::setValue" href="qttimepropertymanager.html#setValue" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setValue(QtProperty * property, const QTime & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QTime &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QtTimePropertyManager::valueChanged" href="qttimepropertymanager.html#valueChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(QtProperty * property, const QTime & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QTime &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueText" fullname="QtTimePropertyManager::valueText" href="qttimepropertymanager.html#valueText" location="qtpropertymanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="valueText(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="initializeProperty" fullname="QtTimePropertyManager::initializeProperty" href="qttimepropertymanager.html#initializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="initializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="uninitializeProperty" fullname="QtTimePropertyManager::uninitializeProperty" href="qttimepropertymanager.html#uninitializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="uninitializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtDateTimePropertyManager" href="qtdatetimepropertymanager.html" location="qtpropertymanager.h" bases="QtAbstractPropertyManager" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtDateTimePropertyManager" fullname="QtDateTimePropertyManager::QtDateTimePropertyManager" href="qtdatetimepropertymanager.html#QtDateTimePropertyManager" location="qtpropertymanager.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtDateTimePropertyManager(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtDateTimePropertyManager" fullname="QtDateTimePropertyManager::~QtDateTimePropertyManager" href="qtdatetimepropertymanager.html#dtor.QtDateTimePropertyManager" location="qtpropertymanager.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtDateTimePropertyManager()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QtDateTimePropertyManager::value" href="qtdatetimepropertymanager.html#value" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QDateTime" signature="value(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QtDateTimePropertyManager::setValue" href="qtdatetimepropertymanager.html#setValue" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setValue(QtProperty * property, const QDateTime & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QDateTime &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QtDateTimePropertyManager::valueChanged" href="qtdatetimepropertymanager.html#valueChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(QtProperty * property, const QDateTime & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QDateTime &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueText" fullname="QtDateTimePropertyManager::valueText" href="qtdatetimepropertymanager.html#valueText" location="qtpropertymanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="valueText(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="initializeProperty" fullname="QtDateTimePropertyManager::initializeProperty" href="qtdatetimepropertymanager.html#initializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="initializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="uninitializeProperty" fullname="QtDateTimePropertyManager::uninitializeProperty" href="qtdatetimepropertymanager.html#uninitializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="uninitializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtKeySequencePropertyManager" href="qtkeysequencepropertymanager.html" location="qtpropertymanager.h" bases="QtAbstractPropertyManager" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtKeySequencePropertyManager" fullname="QtKeySequencePropertyManager::QtKeySequencePropertyManager" href="qtkeysequencepropertymanager.html#QtKeySequencePropertyManager" location="qtpropertymanager.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtKeySequencePropertyManager(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtKeySequencePropertyManager" fullname="QtKeySequencePropertyManager::~QtKeySequencePropertyManager" href="qtkeysequencepropertymanager.html#dtor.QtKeySequencePropertyManager" location="qtpropertymanager.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtKeySequencePropertyManager()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QtKeySequencePropertyManager::value" href="qtkeysequencepropertymanager.html#value" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QKeySequence" signature="value(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QtKeySequencePropertyManager::setValue" href="qtkeysequencepropertymanager.html#setValue" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setValue(QtProperty * property, const QKeySequence & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QKeySequence &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QtKeySequencePropertyManager::valueChanged" href="qtkeysequencepropertymanager.html#valueChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(QtProperty * property, const QKeySequence & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QKeySequence &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueText" fullname="QtKeySequencePropertyManager::valueText" href="qtkeysequencepropertymanager.html#valueText" location="qtpropertymanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="valueText(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="initializeProperty" fullname="QtKeySequencePropertyManager::initializeProperty" href="qtkeysequencepropertymanager.html#initializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="initializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="uninitializeProperty" fullname="QtKeySequencePropertyManager::uninitializeProperty" href="qtkeysequencepropertymanager.html#uninitializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="uninitializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtCharPropertyManager" href="qtcharpropertymanager.html" location="qtpropertymanager.h" bases="QtAbstractPropertyManager" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtCharPropertyManager" fullname="QtCharPropertyManager::QtCharPropertyManager" href="qtcharpropertymanager.html#QtCharPropertyManager" location="qtpropertymanager.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtCharPropertyManager(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtCharPropertyManager" fullname="QtCharPropertyManager::~QtCharPropertyManager" href="qtcharpropertymanager.html#dtor.QtCharPropertyManager" location="qtpropertymanager.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtCharPropertyManager()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QtCharPropertyManager::value" href="qtcharpropertymanager.html#value" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QChar" signature="value(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QtCharPropertyManager::setValue" href="qtcharpropertymanager.html#setValue" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setValue(QtProperty * property, const QChar & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QChar &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QtCharPropertyManager::valueChanged" href="qtcharpropertymanager.html#valueChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(QtProperty * property, const QChar & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QChar &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueText" fullname="QtCharPropertyManager::valueText" href="qtcharpropertymanager.html#valueText" location="qtpropertymanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="valueText(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="initializeProperty" fullname="QtCharPropertyManager::initializeProperty" href="qtcharpropertymanager.html#initializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="initializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="uninitializeProperty" fullname="QtCharPropertyManager::uninitializeProperty" href="qtcharpropertymanager.html#uninitializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="uninitializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtLocalePropertyManager" href="qtlocalepropertymanager.html" location="qtpropertymanager.h" bases="QtAbstractPropertyManager" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtLocalePropertyManager" fullname="QtLocalePropertyManager::QtLocalePropertyManager" href="qtlocalepropertymanager.html#QtLocalePropertyManager" location="qtpropertymanager.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtLocalePropertyManager(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtLocalePropertyManager" fullname="QtLocalePropertyManager::~QtLocalePropertyManager" href="qtlocalepropertymanager.html#dtor.QtLocalePropertyManager" location="qtpropertymanager.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtLocalePropertyManager()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="subEnumPropertyManager" fullname="QtLocalePropertyManager::subEnumPropertyManager" href="qtlocalepropertymanager.html#subEnumPropertyManager" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QtEnumPropertyManager *" signature="subEnumPropertyManager() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QtLocalePropertyManager::value" href="qtlocalepropertymanager.html#value" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QLocale" signature="value(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QtLocalePropertyManager::setValue" href="qtlocalepropertymanager.html#setValue" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setValue(QtProperty * property, const QLocale & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QLocale &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QtLocalePropertyManager::valueChanged" href="qtlocalepropertymanager.html#valueChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(QtProperty * property, const QLocale & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QLocale &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueText" fullname="QtLocalePropertyManager::valueText" href="qtlocalepropertymanager.html#valueText" location="qtpropertymanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="valueText(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="initializeProperty" fullname="QtLocalePropertyManager::initializeProperty" href="qtlocalepropertymanager.html#initializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="initializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="uninitializeProperty" fullname="QtLocalePropertyManager::uninitializeProperty" href="qtlocalepropertymanager.html#uninitializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="uninitializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtPointPropertyManager" href="qtpointpropertymanager.html" location="qtpropertymanager.h" bases="QtAbstractPropertyManager" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtPointPropertyManager" fullname="QtPointPropertyManager::QtPointPropertyManager" href="qtpointpropertymanager.html#QtPointPropertyManager" location="qtpropertymanager.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtPointPropertyManager(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtPointPropertyManager" fullname="QtPointPropertyManager::~QtPointPropertyManager" href="qtpointpropertymanager.html#dtor.QtPointPropertyManager" location="qtpropertymanager.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtPointPropertyManager()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="subIntPropertyManager" fullname="QtPointPropertyManager::subIntPropertyManager" href="qtpointpropertymanager.html#subIntPropertyManager" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QtIntPropertyManager *" signature="subIntPropertyManager() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QtPointPropertyManager::value" href="qtpointpropertymanager.html#value" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPoint" signature="value(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QtPointPropertyManager::setValue" href="qtpointpropertymanager.html#setValue" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setValue(QtProperty * property, const QPoint & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QPoint &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QtPointPropertyManager::valueChanged" href="qtpointpropertymanager.html#valueChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(QtProperty * property, const QPoint & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QPoint &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueText" fullname="QtPointPropertyManager::valueText" href="qtpointpropertymanager.html#valueText" location="qtpropertymanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="valueText(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="initializeProperty" fullname="QtPointPropertyManager::initializeProperty" href="qtpointpropertymanager.html#initializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="initializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="uninitializeProperty" fullname="QtPointPropertyManager::uninitializeProperty" href="qtpointpropertymanager.html#uninitializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="uninitializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtPointFPropertyManager" href="qtpointfpropertymanager.html" location="qtpropertymanager.h" bases="QtAbstractPropertyManager" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtPointFPropertyManager" fullname="QtPointFPropertyManager::QtPointFPropertyManager" href="qtpointfpropertymanager.html#QtPointFPropertyManager" location="qtpropertymanager.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtPointFPropertyManager(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtPointFPropertyManager" fullname="QtPointFPropertyManager::~QtPointFPropertyManager" href="qtpointfpropertymanager.html#dtor.QtPointFPropertyManager" location="qtpropertymanager.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtPointFPropertyManager()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="subDoublePropertyManager" fullname="QtPointFPropertyManager::subDoublePropertyManager" href="qtpointfpropertymanager.html#subDoublePropertyManager" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QtDoublePropertyManager *" signature="subDoublePropertyManager() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QtPointFPropertyManager::value" href="qtpointfpropertymanager.html#value" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QPointF" signature="value(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="decimals" fullname="QtPointFPropertyManager::decimals" href="qtpointfpropertymanager.html#decimals" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="decimals(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QtPointFPropertyManager::setValue" href="qtpointfpropertymanager.html#setValue" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setValue(QtProperty * property, const QPointF & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QPointF &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setDecimals" fullname="QtPointFPropertyManager::setDecimals" href="qtpointfpropertymanager.html#setDecimals" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setDecimals(QtProperty * property, int prec)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="int" right="" name="prec" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QtPointFPropertyManager::valueChanged" href="qtpointfpropertymanager.html#valueChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(QtProperty * property, const QPointF & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QPointF &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="decimalsChanged" fullname="QtPointFPropertyManager::decimalsChanged" href="qtpointfpropertymanager.html#decimalsChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="decimalsChanged(QtProperty * property, int prec)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="int" right="" name="prec" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueText" fullname="QtPointFPropertyManager::valueText" href="qtpointfpropertymanager.html#valueText" location="qtpropertymanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="valueText(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="initializeProperty" fullname="QtPointFPropertyManager::initializeProperty" href="qtpointfpropertymanager.html#initializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="initializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="uninitializeProperty" fullname="QtPointFPropertyManager::uninitializeProperty" href="qtpointfpropertymanager.html#uninitializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="uninitializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtSizePropertyManager" href="qtsizepropertymanager.html" location="qtpropertymanager.h" bases="QtAbstractPropertyManager" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtSizePropertyManager" fullname="QtSizePropertyManager::QtSizePropertyManager" href="qtsizepropertymanager.html#QtSizePropertyManager" location="qtpropertymanager.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtSizePropertyManager(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtSizePropertyManager" fullname="QtSizePropertyManager::~QtSizePropertyManager" href="qtsizepropertymanager.html#dtor.QtSizePropertyManager" location="qtpropertymanager.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtSizePropertyManager()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="subIntPropertyManager" fullname="QtSizePropertyManager::subIntPropertyManager" href="qtsizepropertymanager.html#subIntPropertyManager" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QtIntPropertyManager *" signature="subIntPropertyManager() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QtSizePropertyManager::value" href="qtsizepropertymanager.html#value" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSize" signature="value(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="minimum" fullname="QtSizePropertyManager::minimum" href="qtsizepropertymanager.html#minimum" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSize" signature="minimum(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="maximum" fullname="QtSizePropertyManager::maximum" href="qtsizepropertymanager.html#maximum" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSize" signature="maximum(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QtSizePropertyManager::setValue" href="qtsizepropertymanager.html#setValue" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setValue(QtProperty * property, const QSize & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QSize &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setMinimum" fullname="QtSizePropertyManager::setMinimum" href="qtsizepropertymanager.html#setMinimum" location="qtpropertymanager.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setMinimum(QtProperty * property, const QSize & minVal)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QSize &" right="" name="minVal" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setMaximum" fullname="QtSizePropertyManager::setMaximum" href="qtsizepropertymanager.html#setMaximum" location="qtpropertymanager.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setMaximum(QtProperty * property, const QSize & maxVal)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QSize &" right="" name="maxVal" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setRange" fullname="QtSizePropertyManager::setRange" href="qtsizepropertymanager.html#setRange" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setRange(QtProperty * property, const QSize & minimum, const QSize & maximum)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QSize &" right="" name="minimum" default=""/>
|
|
<parameter left="const QSize &" right="" name="maximum" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QtSizePropertyManager::valueChanged" href="qtsizepropertymanager.html#valueChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(QtProperty * property, const QSize & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QSize &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="rangeChanged" fullname="QtSizePropertyManager::rangeChanged" href="qtsizepropertymanager.html#rangeChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="rangeChanged(QtProperty * property, const QSize & minimum, const QSize & maximum)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QSize &" right="" name="minimum" default=""/>
|
|
<parameter left="const QSize &" right="" name="maximum" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueText" fullname="QtSizePropertyManager::valueText" href="qtsizepropertymanager.html#valueText" location="qtpropertymanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="valueText(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="initializeProperty" fullname="QtSizePropertyManager::initializeProperty" href="qtsizepropertymanager.html#initializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="initializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="uninitializeProperty" fullname="QtSizePropertyManager::uninitializeProperty" href="qtsizepropertymanager.html#uninitializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="uninitializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtSizeFPropertyManager" href="qtsizefpropertymanager.html" location="qtpropertymanager.h" bases="QtAbstractPropertyManager" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtSizeFPropertyManager" fullname="QtSizeFPropertyManager::QtSizeFPropertyManager" href="qtsizefpropertymanager.html#QtSizeFPropertyManager" location="qtpropertymanager.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtSizeFPropertyManager(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtSizeFPropertyManager" fullname="QtSizeFPropertyManager::~QtSizeFPropertyManager" href="qtsizefpropertymanager.html#dtor.QtSizeFPropertyManager" location="qtpropertymanager.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtSizeFPropertyManager()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="subDoublePropertyManager" fullname="QtSizeFPropertyManager::subDoublePropertyManager" href="qtsizefpropertymanager.html#subDoublePropertyManager" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QtDoublePropertyManager *" signature="subDoublePropertyManager() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QtSizeFPropertyManager::value" href="qtsizefpropertymanager.html#value" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSizeF" signature="value(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="minimum" fullname="QtSizeFPropertyManager::minimum" href="qtsizefpropertymanager.html#minimum" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSizeF" signature="minimum(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="maximum" fullname="QtSizeFPropertyManager::maximum" href="qtsizefpropertymanager.html#maximum" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSizeF" signature="maximum(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="decimals" fullname="QtSizeFPropertyManager::decimals" href="qtsizefpropertymanager.html#decimals" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="decimals(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QtSizeFPropertyManager::setValue" href="qtsizefpropertymanager.html#setValue" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setValue(QtProperty * property, const QSizeF & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QSizeF &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setMinimum" fullname="QtSizeFPropertyManager::setMinimum" href="qtsizefpropertymanager.html#setMinimum" location="qtpropertymanager.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setMinimum(QtProperty * property, const QSizeF & minVal)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QSizeF &" right="" name="minVal" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setMaximum" fullname="QtSizeFPropertyManager::setMaximum" href="qtsizefpropertymanager.html#setMaximum" location="qtpropertymanager.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setMaximum(QtProperty * property, const QSizeF & maxVal)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QSizeF &" right="" name="maxVal" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setRange" fullname="QtSizeFPropertyManager::setRange" href="qtsizefpropertymanager.html#setRange" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setRange(QtProperty * property, const QSizeF & minimum, const QSizeF & maximum)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QSizeF &" right="" name="minimum" default=""/>
|
|
<parameter left="const QSizeF &" right="" name="maximum" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setDecimals" fullname="QtSizeFPropertyManager::setDecimals" href="qtsizefpropertymanager.html#setDecimals" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setDecimals(QtProperty * property, int prec)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="int" right="" name="prec" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QtSizeFPropertyManager::valueChanged" href="qtsizefpropertymanager.html#valueChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(QtProperty * property, const QSizeF & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QSizeF &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="rangeChanged" fullname="QtSizeFPropertyManager::rangeChanged" href="qtsizefpropertymanager.html#rangeChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="rangeChanged(QtProperty * property, const QSizeF & minimum, const QSizeF & maximum)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QSizeF &" right="" name="minimum" default=""/>
|
|
<parameter left="const QSizeF &" right="" name="maximum" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="decimalsChanged" fullname="QtSizeFPropertyManager::decimalsChanged" href="qtsizefpropertymanager.html#decimalsChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="decimalsChanged(QtProperty * property, int prec)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="int" right="" name="prec" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueText" fullname="QtSizeFPropertyManager::valueText" href="qtsizefpropertymanager.html#valueText" location="qtpropertymanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="valueText(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="initializeProperty" fullname="QtSizeFPropertyManager::initializeProperty" href="qtsizefpropertymanager.html#initializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="initializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="uninitializeProperty" fullname="QtSizeFPropertyManager::uninitializeProperty" href="qtsizefpropertymanager.html#uninitializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="uninitializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtRectPropertyManager" href="qtrectpropertymanager.html" location="qtpropertymanager.h" bases="QtAbstractPropertyManager" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtRectPropertyManager" fullname="QtRectPropertyManager::QtRectPropertyManager" href="qtrectpropertymanager.html#QtRectPropertyManager" location="qtpropertymanager.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtRectPropertyManager(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtRectPropertyManager" fullname="QtRectPropertyManager::~QtRectPropertyManager" href="qtrectpropertymanager.html#dtor.QtRectPropertyManager" location="qtpropertymanager.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtRectPropertyManager()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="subIntPropertyManager" fullname="QtRectPropertyManager::subIntPropertyManager" href="qtrectpropertymanager.html#subIntPropertyManager" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QtIntPropertyManager *" signature="subIntPropertyManager() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QtRectPropertyManager::value" href="qtrectpropertymanager.html#value" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="value(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="constraint" fullname="QtRectPropertyManager::constraint" href="qtrectpropertymanager.html#constraint" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRect" signature="constraint(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QtRectPropertyManager::setValue" href="qtrectpropertymanager.html#setValue" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setValue(QtProperty * property, const QRect & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QRect &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setConstraint" fullname="QtRectPropertyManager::setConstraint" href="qtrectpropertymanager.html#setConstraint" location="qtpropertymanager.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setConstraint(QtProperty * property, const QRect & constraint)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QRect &" right="" name="constraint" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QtRectPropertyManager::valueChanged" href="qtrectpropertymanager.html#valueChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(QtProperty * property, const QRect & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QRect &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="constraintChanged" fullname="QtRectPropertyManager::constraintChanged" href="qtrectpropertymanager.html#constraintChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="constraintChanged(QtProperty * property, const QRect & constraint)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QRect &" right="" name="constraint" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueText" fullname="QtRectPropertyManager::valueText" href="qtrectpropertymanager.html#valueText" location="qtpropertymanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="valueText(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="initializeProperty" fullname="QtRectPropertyManager::initializeProperty" href="qtrectpropertymanager.html#initializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="initializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="uninitializeProperty" fullname="QtRectPropertyManager::uninitializeProperty" href="qtrectpropertymanager.html#uninitializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="uninitializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtRectFPropertyManager" href="qtrectfpropertymanager.html" location="qtpropertymanager.h" bases="QtAbstractPropertyManager" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtRectFPropertyManager" fullname="QtRectFPropertyManager::QtRectFPropertyManager" href="qtrectfpropertymanager.html#QtRectFPropertyManager" location="qtpropertymanager.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtRectFPropertyManager(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtRectFPropertyManager" fullname="QtRectFPropertyManager::~QtRectFPropertyManager" href="qtrectfpropertymanager.html#dtor.QtRectFPropertyManager" location="qtpropertymanager.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtRectFPropertyManager()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="subDoublePropertyManager" fullname="QtRectFPropertyManager::subDoublePropertyManager" href="qtrectfpropertymanager.html#subDoublePropertyManager" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QtDoublePropertyManager *" signature="subDoublePropertyManager() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QtRectFPropertyManager::value" href="qtrectfpropertymanager.html#value" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="value(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="constraint" fullname="QtRectFPropertyManager::constraint" href="qtrectfpropertymanager.html#constraint" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QRectF" signature="constraint(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="decimals" fullname="QtRectFPropertyManager::decimals" href="qtrectfpropertymanager.html#decimals" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="decimals(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QtRectFPropertyManager::setValue" href="qtrectfpropertymanager.html#setValue" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setValue(QtProperty * property, const QRectF & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QRectF &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setConstraint" fullname="QtRectFPropertyManager::setConstraint" href="qtrectfpropertymanager.html#setConstraint" location="qtpropertymanager.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setConstraint(QtProperty * property, const QRectF & constraint)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QRectF &" right="" name="constraint" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setDecimals" fullname="QtRectFPropertyManager::setDecimals" href="qtrectfpropertymanager.html#setDecimals" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setDecimals(QtProperty * property, int prec)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="int" right="" name="prec" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QtRectFPropertyManager::valueChanged" href="qtrectfpropertymanager.html#valueChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(QtProperty * property, const QRectF & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QRectF &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="constraintChanged" fullname="QtRectFPropertyManager::constraintChanged" href="qtrectfpropertymanager.html#constraintChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="constraintChanged(QtProperty * property, const QRectF & constraint)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QRectF &" right="" name="constraint" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="decimalsChanged" fullname="QtRectFPropertyManager::decimalsChanged" href="qtrectfpropertymanager.html#decimalsChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="decimalsChanged(QtProperty * property, int prec)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="int" right="" name="prec" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueText" fullname="QtRectFPropertyManager::valueText" href="qtrectfpropertymanager.html#valueText" location="qtpropertymanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="valueText(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="initializeProperty" fullname="QtRectFPropertyManager::initializeProperty" href="qtrectfpropertymanager.html#initializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="initializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="uninitializeProperty" fullname="QtRectFPropertyManager::uninitializeProperty" href="qtrectfpropertymanager.html#uninitializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="uninitializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtEnumPropertyManager" href="qtenumpropertymanager.html" location="qtpropertymanager.h" bases="QtAbstractPropertyManager" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtEnumPropertyManager" fullname="QtEnumPropertyManager::QtEnumPropertyManager" href="qtenumpropertymanager.html#QtEnumPropertyManager" location="qtpropertymanager.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtEnumPropertyManager(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtEnumPropertyManager" fullname="QtEnumPropertyManager::~QtEnumPropertyManager" href="qtenumpropertymanager.html#dtor.QtEnumPropertyManager" location="qtpropertymanager.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtEnumPropertyManager()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QtEnumPropertyManager::value" href="qtenumpropertymanager.html#value" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="value(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="enumNames" fullname="QtEnumPropertyManager::enumNames" href="qtenumpropertymanager.html#enumNames" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="enumNames(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="enumIcons" fullname="QtEnumPropertyManager::enumIcons" href="qtenumpropertymanager.html#enumIcons" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QMap<int, QIcon>" signature="enumIcons(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QtEnumPropertyManager::setValue" href="qtenumpropertymanager.html#setValue" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setValue(QtProperty * property, int value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="int" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setEnumNames" fullname="QtEnumPropertyManager::setEnumNames" href="qtenumpropertymanager.html#setEnumNames" location="qtpropertymanager.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setEnumNames(QtProperty * property, const QStringList & enumNames)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QStringList &" right="" name="enumNames" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setEnumIcons" fullname="QtEnumPropertyManager::setEnumIcons" href="qtenumpropertymanager.html#setEnumIcons" location="qtpropertymanager.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setEnumIcons(QtProperty * property, const QMap<int, QIcon> & enumIcons)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QMap<int, QIcon> &" right="" name="enumIcons" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QtEnumPropertyManager::valueChanged" href="qtenumpropertymanager.html#valueChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(QtProperty * property, int value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="int" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="enumNamesChanged" fullname="QtEnumPropertyManager::enumNamesChanged" href="qtenumpropertymanager.html#enumNamesChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="enumNamesChanged(QtProperty * property, const QStringList & names)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QStringList &" right="" name="names" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="enumIconsChanged" fullname="QtEnumPropertyManager::enumIconsChanged" href="qtenumpropertymanager.html#enumIconsChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="enumIconsChanged(QtProperty * property, const QMap<int, QIcon> & icons)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QMap<int, QIcon> &" right="" name="icons" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueText" fullname="QtEnumPropertyManager::valueText" href="qtenumpropertymanager.html#valueText" location="qtpropertymanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="valueText(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueIcon" fullname="QtEnumPropertyManager::valueIcon" href="qtenumpropertymanager.html#valueIcon" location="qtpropertymanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QIcon" signature="valueIcon(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="initializeProperty" fullname="QtEnumPropertyManager::initializeProperty" href="qtenumpropertymanager.html#initializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="initializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="uninitializeProperty" fullname="QtEnumPropertyManager::uninitializeProperty" href="qtenumpropertymanager.html#uninitializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="uninitializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtFlagPropertyManager" href="qtflagpropertymanager.html" location="qtpropertymanager.h" bases="QtAbstractPropertyManager" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtFlagPropertyManager" fullname="QtFlagPropertyManager::QtFlagPropertyManager" href="qtflagpropertymanager.html#QtFlagPropertyManager" location="qtpropertymanager.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtFlagPropertyManager(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtFlagPropertyManager" fullname="QtFlagPropertyManager::~QtFlagPropertyManager" href="qtflagpropertymanager.html#dtor.QtFlagPropertyManager" location="qtpropertymanager.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtFlagPropertyManager()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="subBoolPropertyManager" fullname="QtFlagPropertyManager::subBoolPropertyManager" href="qtflagpropertymanager.html#subBoolPropertyManager" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QtBoolPropertyManager *" signature="subBoolPropertyManager() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QtFlagPropertyManager::value" href="qtflagpropertymanager.html#value" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="value(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="flagNames" fullname="QtFlagPropertyManager::flagNames" href="qtflagpropertymanager.html#flagNames" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="flagNames(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QtFlagPropertyManager::setValue" href="qtflagpropertymanager.html#setValue" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setValue(QtProperty * property, int value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="int" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setFlagNames" fullname="QtFlagPropertyManager::setFlagNames" href="qtflagpropertymanager.html#setFlagNames" location="qtpropertymanager.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setFlagNames(QtProperty * property, const QStringList & flagNames)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QStringList &" right="" name="flagNames" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QtFlagPropertyManager::valueChanged" href="qtflagpropertymanager.html#valueChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(QtProperty * property, int value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="int" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="flagNamesChanged" fullname="QtFlagPropertyManager::flagNamesChanged" href="qtflagpropertymanager.html#flagNamesChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="flagNamesChanged(QtProperty * property, const QStringList & names)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QStringList &" right="" name="names" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueText" fullname="QtFlagPropertyManager::valueText" href="qtflagpropertymanager.html#valueText" location="qtpropertymanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="valueText(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="initializeProperty" fullname="QtFlagPropertyManager::initializeProperty" href="qtflagpropertymanager.html#initializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="initializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="uninitializeProperty" fullname="QtFlagPropertyManager::uninitializeProperty" href="qtflagpropertymanager.html#uninitializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="uninitializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtSizePolicyPropertyManager" href="qtsizepolicypropertymanager.html" location="qtpropertymanager.h" bases="QtAbstractPropertyManager" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtSizePolicyPropertyManager" fullname="QtSizePolicyPropertyManager::QtSizePolicyPropertyManager" href="qtsizepolicypropertymanager.html#QtSizePolicyPropertyManager" location="qtpropertymanager.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtSizePolicyPropertyManager(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtSizePolicyPropertyManager" fullname="QtSizePolicyPropertyManager::~QtSizePolicyPropertyManager" href="qtsizepolicypropertymanager.html#dtor.QtSizePolicyPropertyManager" location="qtpropertymanager.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtSizePolicyPropertyManager()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="subIntPropertyManager" fullname="QtSizePolicyPropertyManager::subIntPropertyManager" href="qtsizepolicypropertymanager.html#subIntPropertyManager" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QtIntPropertyManager *" signature="subIntPropertyManager() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="subEnumPropertyManager" fullname="QtSizePolicyPropertyManager::subEnumPropertyManager" href="qtsizepolicypropertymanager.html#subEnumPropertyManager" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QtEnumPropertyManager *" signature="subEnumPropertyManager() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QtSizePolicyPropertyManager::value" href="qtsizepolicypropertymanager.html#value" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSizePolicy" signature="value(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QtSizePolicyPropertyManager::setValue" href="qtsizepolicypropertymanager.html#setValue" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setValue(QtProperty * property, const QSizePolicy & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QSizePolicy &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QtSizePolicyPropertyManager::valueChanged" href="qtsizepolicypropertymanager.html#valueChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(QtProperty * property, const QSizePolicy & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QSizePolicy &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueText" fullname="QtSizePolicyPropertyManager::valueText" href="qtsizepolicypropertymanager.html#valueText" location="qtpropertymanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="valueText(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="initializeProperty" fullname="QtSizePolicyPropertyManager::initializeProperty" href="qtsizepolicypropertymanager.html#initializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="initializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="uninitializeProperty" fullname="QtSizePolicyPropertyManager::uninitializeProperty" href="qtsizepolicypropertymanager.html#uninitializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="uninitializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtFontPropertyManager" href="qtfontpropertymanager.html" location="qtpropertymanager.h" bases="QtAbstractPropertyManager" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtFontPropertyManager" fullname="QtFontPropertyManager::QtFontPropertyManager" href="qtfontpropertymanager.html#QtFontPropertyManager" location="qtpropertymanager.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtFontPropertyManager(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtFontPropertyManager" fullname="QtFontPropertyManager::~QtFontPropertyManager" href="qtfontpropertymanager.html#dtor.QtFontPropertyManager" location="qtpropertymanager.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtFontPropertyManager()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="subIntPropertyManager" fullname="QtFontPropertyManager::subIntPropertyManager" href="qtfontpropertymanager.html#subIntPropertyManager" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QtIntPropertyManager *" signature="subIntPropertyManager() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="subEnumPropertyManager" fullname="QtFontPropertyManager::subEnumPropertyManager" href="qtfontpropertymanager.html#subEnumPropertyManager" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QtEnumPropertyManager *" signature="subEnumPropertyManager() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="subBoolPropertyManager" fullname="QtFontPropertyManager::subBoolPropertyManager" href="qtfontpropertymanager.html#subBoolPropertyManager" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QtBoolPropertyManager *" signature="subBoolPropertyManager() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QtFontPropertyManager::value" href="qtfontpropertymanager.html#value" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QFont" signature="value(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QtFontPropertyManager::setValue" href="qtfontpropertymanager.html#setValue" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setValue(QtProperty * property, const QFont & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QFont &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QtFontPropertyManager::valueChanged" href="qtfontpropertymanager.html#valueChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(QtProperty * property, const QFont & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QFont &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueText" fullname="QtFontPropertyManager::valueText" href="qtfontpropertymanager.html#valueText" location="qtpropertymanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="valueText(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueIcon" fullname="QtFontPropertyManager::valueIcon" href="qtfontpropertymanager.html#valueIcon" location="qtpropertymanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QIcon" signature="valueIcon(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="initializeProperty" fullname="QtFontPropertyManager::initializeProperty" href="qtfontpropertymanager.html#initializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="initializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="uninitializeProperty" fullname="QtFontPropertyManager::uninitializeProperty" href="qtfontpropertymanager.html#uninitializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="uninitializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtColorPropertyManager" href="qtcolorpropertymanager.html" location="qtpropertymanager.h" bases="QtAbstractPropertyManager" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtColorPropertyManager" fullname="QtColorPropertyManager::QtColorPropertyManager" href="qtcolorpropertymanager.html#QtColorPropertyManager" location="qtpropertymanager.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtColorPropertyManager(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtColorPropertyManager" fullname="QtColorPropertyManager::~QtColorPropertyManager" href="qtcolorpropertymanager.html#dtor.QtColorPropertyManager" location="qtpropertymanager.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtColorPropertyManager()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="subIntPropertyManager" fullname="QtColorPropertyManager::subIntPropertyManager" href="qtcolorpropertymanager.html#subIntPropertyManager" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QtIntPropertyManager *" signature="subIntPropertyManager() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QtColorPropertyManager::value" href="qtcolorpropertymanager.html#value" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="value(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QtColorPropertyManager::setValue" href="qtcolorpropertymanager.html#setValue" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setValue(QtProperty * property, const QColor & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QColor &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QtColorPropertyManager::valueChanged" href="qtcolorpropertymanager.html#valueChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(QtProperty * property, const QColor & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QColor &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueText" fullname="QtColorPropertyManager::valueText" href="qtcolorpropertymanager.html#valueText" location="qtpropertymanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="valueText(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueIcon" fullname="QtColorPropertyManager::valueIcon" href="qtcolorpropertymanager.html#valueIcon" location="qtpropertymanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QIcon" signature="valueIcon(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="initializeProperty" fullname="QtColorPropertyManager::initializeProperty" href="qtcolorpropertymanager.html#initializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="initializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="uninitializeProperty" fullname="QtColorPropertyManager::uninitializeProperty" href="qtcolorpropertymanager.html#uninitializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="uninitializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtCursorPropertyManager" href="qtcursorpropertymanager.html" location="qtpropertymanager.h" bases="QtAbstractPropertyManager" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtCursorPropertyManager" fullname="QtCursorPropertyManager::QtCursorPropertyManager" href="qtcursorpropertymanager.html#QtCursorPropertyManager" location="qtpropertymanager.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtCursorPropertyManager(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtCursorPropertyManager" fullname="QtCursorPropertyManager::~QtCursorPropertyManager" href="qtcursorpropertymanager.html#dtor.QtCursorPropertyManager" location="qtpropertymanager.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtCursorPropertyManager()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QtCursorPropertyManager::value" href="qtcursorpropertymanager.html#value" location="qtpropertymanager.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QCursor" signature="value(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QtCursorPropertyManager::setValue" href="qtcursorpropertymanager.html#setValue" location="qtpropertymanager.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="setValue(QtProperty * property, const QCursor & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QCursor &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QtCursorPropertyManager::valueChanged" href="qtcursorpropertymanager.html#valueChanged" location="qtpropertymanager.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(QtProperty * property, const QCursor & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QCursor &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueText" fullname="QtCursorPropertyManager::valueText" href="qtcursorpropertymanager.html#valueText" location="qtpropertymanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="valueText(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueIcon" fullname="QtCursorPropertyManager::valueIcon" href="qtcursorpropertymanager.html#valueIcon" location="qtpropertymanager.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QIcon" signature="valueIcon(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="initializeProperty" fullname="QtCursorPropertyManager::initializeProperty" href="qtcursorpropertymanager.html#initializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="initializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="uninitializeProperty" fullname="QtCursorPropertyManager::uninitializeProperty" href="qtcursorpropertymanager.html#uninitializeProperty" location="qtpropertymanager.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="uninitializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtButtonPropertyBrowser" href="qtbuttonpropertybrowser.html" location="qtbuttonpropertybrowser.h" bases="QtAbstractPropertyBrowser" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtButtonPropertyBrowser" fullname="QtButtonPropertyBrowser::QtButtonPropertyBrowser" href="qtbuttonpropertybrowser.html#QtButtonPropertyBrowser" location="qtbuttonpropertybrowser.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtButtonPropertyBrowser(QWidget * parent)">
|
|
<parameter left="QWidget *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtButtonPropertyBrowser" fullname="QtButtonPropertyBrowser::~QtButtonPropertyBrowser" href="qtbuttonpropertybrowser.html#dtor.QtButtonPropertyBrowser" location="qtbuttonpropertybrowser.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtButtonPropertyBrowser()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setExpanded" fullname="QtButtonPropertyBrowser::setExpanded" href="qtbuttonpropertybrowser.html#setExpanded" location="qtbuttonpropertybrowser.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setExpanded(QtBrowserItem * item, bool expanded)">
|
|
<parameter left="QtBrowserItem *" right="" name="item" default=""/>
|
|
<parameter left="bool" right="" name="expanded" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="isExpanded" fullname="QtButtonPropertyBrowser::isExpanded" href="qtbuttonpropertybrowser.html#isExpanded" location="qtbuttonpropertybrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isExpanded(QtBrowserItem * item) const">
|
|
<parameter left="QtBrowserItem *" right="" name="item" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="collapsed" fullname="QtButtonPropertyBrowser::collapsed" href="qtbuttonpropertybrowser.html#collapsed" location="qtbuttonpropertybrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="collapsed(QtBrowserItem * item)">
|
|
<parameter left="QtBrowserItem *" right="" name="item" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="expanded" fullname="QtButtonPropertyBrowser::expanded" href="qtbuttonpropertybrowser.html#expanded" location="qtbuttonpropertybrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="expanded(QtBrowserItem * item)">
|
|
<parameter left="QtBrowserItem *" right="" name="item" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="itemInserted" fullname="QtButtonPropertyBrowser::itemInserted" href="qtbuttonpropertybrowser.html#itemInserted" location="qtbuttonpropertybrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="itemInserted(QtBrowserItem * item, QtBrowserItem * afterItem)">
|
|
<parameter left="QtBrowserItem *" right="" name="item" default=""/>
|
|
<parameter left="QtBrowserItem *" right="" name="afterItem" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="itemRemoved" fullname="QtButtonPropertyBrowser::itemRemoved" href="qtbuttonpropertybrowser.html#itemRemoved" location="qtbuttonpropertybrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="itemRemoved(QtBrowserItem * item)">
|
|
<parameter left="QtBrowserItem *" right="" name="item" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="itemChanged" fullname="QtButtonPropertyBrowser::itemChanged" href="qtbuttonpropertybrowser.html#itemChanged" location="qtbuttonpropertybrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="itemChanged(QtBrowserItem * item)">
|
|
<parameter left="QtBrowserItem *" right="" name="item" default=""/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtTreePropertyBrowser" href="qttreepropertybrowser.html" location="qttreepropertybrowser.h" bases="QtAbstractPropertyBrowser" module="">
|
|
<property access="public" threadsafety="unspecified" status="commendable" name="indentation" fullname="QtTreePropertyBrowser::indentation" href="qttreepropertybrowser.html#indentation-prop" location="qttreepropertybrowser.h" type="int">
|
|
<getter name="indentation"/>
|
|
<setter name="setIndentation"/>
|
|
</property>
|
|
<property access="public" threadsafety="unspecified" status="commendable" name="rootIsDecorated" fullname="QtTreePropertyBrowser::rootIsDecorated" href="qttreepropertybrowser.html#rootIsDecorated-prop" location="qttreepropertybrowser.h" type="bool">
|
|
<getter name="rootIsDecorated"/>
|
|
<setter name="setRootIsDecorated"/>
|
|
</property>
|
|
<property access="public" threadsafety="unspecified" status="commendable" name="alternatingRowColors" fullname="QtTreePropertyBrowser::alternatingRowColors" href="qttreepropertybrowser.html#alternatingRowColors-prop" location="qttreepropertybrowser.h" type="bool">
|
|
<getter name="alternatingRowColors"/>
|
|
<setter name="setAlternatingRowColors"/>
|
|
</property>
|
|
<property access="public" threadsafety="unspecified" status="commendable" name="headerVisible" fullname="QtTreePropertyBrowser::headerVisible" href="qttreepropertybrowser.html#headerVisible-prop" location="qttreepropertybrowser.h" type="bool">
|
|
<getter name="isHeaderVisible"/>
|
|
<setter name="setHeaderVisible"/>
|
|
</property>
|
|
<property access="public" threadsafety="unspecified" status="commendable" name="resizeMode" fullname="QtTreePropertyBrowser::resizeMode" href="qttreepropertybrowser.html#resizeMode-prop" location="qttreepropertybrowser.h" type="ResizeMode">
|
|
<getter name="resizeMode"/>
|
|
<setter name="setResizeMode"/>
|
|
</property>
|
|
<property access="public" threadsafety="unspecified" status="commendable" name="splitterPosition" fullname="QtTreePropertyBrowser::splitterPosition" href="qttreepropertybrowser.html#splitterPosition-prop" location="qttreepropertybrowser.h" type="int">
|
|
<getter name="splitterPosition"/>
|
|
<setter name="setSplitterPosition"/>
|
|
</property>
|
|
<property access="public" threadsafety="unspecified" status="commendable" name="propertiesWithoutValueMarked" fullname="QtTreePropertyBrowser::propertiesWithoutValueMarked" href="qttreepropertybrowser.html#propertiesWithoutValueMarked-prop" location="qttreepropertybrowser.h" type="bool">
|
|
<getter name="propertiesWithoutValueMarked"/>
|
|
<setter name="setPropertiesWithoutValueMarked"/>
|
|
</property>
|
|
<enum access="public" threadsafety="unspecified" status="commendable" name="ResizeMode" fullname="QtTreePropertyBrowser::ResizeMode" href="qttreepropertybrowser.html#ResizeMode-enum" location="qttreepropertybrowser.h">
|
|
<value name="Interactive" value="0"/>
|
|
<value name="Stretch" value="1"/>
|
|
<value name="Fixed" value="2"/>
|
|
<value name="ResizeToContents" value="3"/>
|
|
</enum>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtTreePropertyBrowser" fullname="QtTreePropertyBrowser::QtTreePropertyBrowser" href="qttreepropertybrowser.html#QtTreePropertyBrowser" location="qttreepropertybrowser.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtTreePropertyBrowser(QWidget * parent)">
|
|
<parameter left="QWidget *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtTreePropertyBrowser" fullname="QtTreePropertyBrowser::~QtTreePropertyBrowser" href="qttreepropertybrowser.html#dtor.QtTreePropertyBrowser" location="qttreepropertybrowser.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtTreePropertyBrowser()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="indentation" fullname="QtTreePropertyBrowser::indentation" href="qttreepropertybrowser.html#indentation-prop" location="qttreepropertybrowser.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="indentation" type="int" signature="indentation() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setIndentation" fullname="QtTreePropertyBrowser::setIndentation" href="qttreepropertybrowser.html#indentation-prop" location="qttreepropertybrowser.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="indentation" type="void" signature="setIndentation(int i)">
|
|
<parameter left="int" right="" name="i" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="rootIsDecorated" fullname="QtTreePropertyBrowser::rootIsDecorated" href="qttreepropertybrowser.html#rootIsDecorated-prop" location="qttreepropertybrowser.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="rootIsDecorated" type="bool" signature="rootIsDecorated() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setRootIsDecorated" fullname="QtTreePropertyBrowser::setRootIsDecorated" href="qttreepropertybrowser.html#rootIsDecorated-prop" location="qttreepropertybrowser.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="rootIsDecorated" type="void" signature="setRootIsDecorated(bool show)">
|
|
<parameter left="bool" right="" name="show" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="alternatingRowColors" fullname="QtTreePropertyBrowser::alternatingRowColors" href="qttreepropertybrowser.html#alternatingRowColors-prop" location="qttreepropertybrowser.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="alternatingRowColors" type="bool" signature="alternatingRowColors() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setAlternatingRowColors" fullname="QtTreePropertyBrowser::setAlternatingRowColors" href="qttreepropertybrowser.html#alternatingRowColors-prop" location="qttreepropertybrowser.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="alternatingRowColors" type="void" signature="setAlternatingRowColors(bool enable)">
|
|
<parameter left="bool" right="" name="enable" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="isHeaderVisible" fullname="QtTreePropertyBrowser::isHeaderVisible" href="qttreepropertybrowser.html#headerVisible-prop" location="qttreepropertybrowser.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="headerVisible" type="bool" signature="isHeaderVisible() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setHeaderVisible" fullname="QtTreePropertyBrowser::setHeaderVisible" href="qttreepropertybrowser.html#headerVisible-prop" location="qttreepropertybrowser.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="headerVisible" type="void" signature="setHeaderVisible(bool visible)">
|
|
<parameter left="bool" right="" name="visible" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="resizeMode" fullname="QtTreePropertyBrowser::resizeMode" href="qttreepropertybrowser.html#resizeMode-prop" location="qttreepropertybrowser.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="resizeMode" type="ResizeMode" signature="resizeMode() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setResizeMode" fullname="QtTreePropertyBrowser::setResizeMode" href="qttreepropertybrowser.html#resizeMode-prop" location="qttreepropertybrowser.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="resizeMode" type="void" signature="setResizeMode(ResizeMode mode)">
|
|
<parameter left="ResizeMode" right="" name="mode" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="splitterPosition" fullname="QtTreePropertyBrowser::splitterPosition" href="qttreepropertybrowser.html#splitterPosition-prop" location="qttreepropertybrowser.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="splitterPosition" type="int" signature="splitterPosition() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setSplitterPosition" fullname="QtTreePropertyBrowser::setSplitterPosition" href="qttreepropertybrowser.html#splitterPosition-prop" location="qttreepropertybrowser.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="splitterPosition" type="void" signature="setSplitterPosition(int position)">
|
|
<parameter left="int" right="" name="position" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setExpanded" fullname="QtTreePropertyBrowser::setExpanded" href="qttreepropertybrowser.html#setExpanded" location="qttreepropertybrowser.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setExpanded(QtBrowserItem * item, bool expanded)">
|
|
<parameter left="QtBrowserItem *" right="" name="item" default=""/>
|
|
<parameter left="bool" right="" name="expanded" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="isExpanded" fullname="QtTreePropertyBrowser::isExpanded" href="qttreepropertybrowser.html#isExpanded" location="qttreepropertybrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isExpanded(QtBrowserItem * item) const">
|
|
<parameter left="QtBrowserItem *" right="" name="item" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="isItemVisible" fullname="QtTreePropertyBrowser::isItemVisible" href="qttreepropertybrowser.html#isItemVisible" location="qttreepropertybrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isItemVisible(QtBrowserItem * item) const">
|
|
<parameter left="QtBrowserItem *" right="" name="item" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setItemVisible" fullname="QtTreePropertyBrowser::setItemVisible" href="qttreepropertybrowser.html#setItemVisible" location="qttreepropertybrowser.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setItemVisible(QtBrowserItem * item, bool visible)">
|
|
<parameter left="QtBrowserItem *" right="" name="item" default=""/>
|
|
<parameter left="bool" right="" name="visible" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setBackgroundColor" fullname="QtTreePropertyBrowser::setBackgroundColor" href="qttreepropertybrowser.html#setBackgroundColor" location="qttreepropertybrowser.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setBackgroundColor(QtBrowserItem * item, const QColor & color)">
|
|
<parameter left="QtBrowserItem *" right="" name="item" default=""/>
|
|
<parameter left="const QColor &" right="" name="color" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="backgroundColor" fullname="QtTreePropertyBrowser::backgroundColor" href="qttreepropertybrowser.html#backgroundColor" location="qttreepropertybrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="backgroundColor(QtBrowserItem * item) const">
|
|
<parameter left="QtBrowserItem *" right="" name="item" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="calculatedBackgroundColor" fullname="QtTreePropertyBrowser::calculatedBackgroundColor" href="qttreepropertybrowser.html#calculatedBackgroundColor" location="qttreepropertybrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QColor" signature="calculatedBackgroundColor(QtBrowserItem * item) const">
|
|
<parameter left="QtBrowserItem *" right="" name="item" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setPropertiesWithoutValueMarked" fullname="QtTreePropertyBrowser::setPropertiesWithoutValueMarked" href="qttreepropertybrowser.html#propertiesWithoutValueMarked-prop" location="qttreepropertybrowser.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" associated-property="propertiesWithoutValueMarked" type="void" signature="setPropertiesWithoutValueMarked(bool mark)">
|
|
<parameter left="bool" right="" name="mark" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="propertiesWithoutValueMarked" fullname="QtTreePropertyBrowser::propertiesWithoutValueMarked" href="qttreepropertybrowser.html#propertiesWithoutValueMarked-prop" location="qttreepropertybrowser.cpp" virtual="non" meta="plain" const="true" static="false" overload="false" associated-property="propertiesWithoutValueMarked" type="bool" signature="propertiesWithoutValueMarked() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="editItem" fullname="QtTreePropertyBrowser::editItem" href="qttreepropertybrowser.html#editItem" location="qttreepropertybrowser.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="editItem(QtBrowserItem * item)">
|
|
<parameter left="QtBrowserItem *" right="" name="item" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="collapsed" fullname="QtTreePropertyBrowser::collapsed" href="qttreepropertybrowser.html#collapsed" location="qttreepropertybrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="collapsed(QtBrowserItem * item)">
|
|
<parameter left="QtBrowserItem *" right="" name="item" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="expanded" fullname="QtTreePropertyBrowser::expanded" href="qttreepropertybrowser.html#expanded" location="qttreepropertybrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="expanded(QtBrowserItem * item)">
|
|
<parameter left="QtBrowserItem *" right="" name="item" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="itemInserted" fullname="QtTreePropertyBrowser::itemInserted" href="qttreepropertybrowser.html#itemInserted" location="qttreepropertybrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="itemInserted(QtBrowserItem * item, QtBrowserItem * afterItem)">
|
|
<parameter left="QtBrowserItem *" right="" name="item" default=""/>
|
|
<parameter left="QtBrowserItem *" right="" name="afterItem" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="itemRemoved" fullname="QtTreePropertyBrowser::itemRemoved" href="qttreepropertybrowser.html#itemRemoved" location="qttreepropertybrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="itemRemoved(QtBrowserItem * item)">
|
|
<parameter left="QtBrowserItem *" right="" name="item" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="itemChanged" fullname="QtTreePropertyBrowser::itemChanged" href="qttreepropertybrowser.html#itemChanged" location="qttreepropertybrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="itemChanged(QtBrowserItem * item)">
|
|
<parameter left="QtBrowserItem *" right="" name="item" default=""/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtProperty" href="qtproperty.html" location="qtpropertybrowser.h" bases="" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtProperty" fullname="QtProperty::~QtProperty" href="qtproperty.html#dtor.QtProperty" location="qtpropertybrowser.h" virtual="impure" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtProperty()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="subProperties" fullname="QtProperty::subProperties" href="qtproperty.html#subProperties" location="qtpropertybrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList<QtProperty *>" signature="subProperties() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="propertyManager" fullname="QtProperty::propertyManager" href="qtproperty.html#propertyManager" location="qtpropertybrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QtAbstractPropertyManager *" signature="propertyManager() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="toolTip" fullname="QtProperty::toolTip" href="qtproperty.html#toolTip" location="qtpropertybrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="toolTip() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="statusTip" fullname="QtProperty::statusTip" href="qtproperty.html#statusTip" location="qtpropertybrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="statusTip() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="whatsThis" fullname="QtProperty::whatsThis" href="qtproperty.html#whatsThis" location="qtpropertybrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="whatsThis() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="propertyName" fullname="QtProperty::propertyName" href="qtproperty.html#propertyName" location="qtpropertybrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="propertyName() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="isEnabled" fullname="QtProperty::isEnabled" href="qtproperty.html#isEnabled" location="qtpropertybrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isEnabled() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="isModified" fullname="QtProperty::isModified" href="qtproperty.html#isModified" location="qtpropertybrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="isModified() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="hasValue" fullname="QtProperty::hasValue" href="qtproperty.html#hasValue" location="qtpropertybrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasValue() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="valueIcon" fullname="QtProperty::valueIcon" href="qtproperty.html#valueIcon" location="qtpropertybrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QIcon" signature="valueIcon() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="valueText" fullname="QtProperty::valueText" href="qtproperty.html#valueText" location="qtpropertybrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QString" signature="valueText() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setToolTip" fullname="QtProperty::setToolTip" href="qtproperty.html#setToolTip" location="qtpropertybrowser.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setToolTip(const QString & text)">
|
|
<parameter left="const QString &" right="" name="text" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setStatusTip" fullname="QtProperty::setStatusTip" href="qtproperty.html#setStatusTip" location="qtpropertybrowser.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setStatusTip(const QString & text)">
|
|
<parameter left="const QString &" right="" name="text" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setWhatsThis" fullname="QtProperty::setWhatsThis" href="qtproperty.html#setWhatsThis" location="qtpropertybrowser.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setWhatsThis(const QString & text)">
|
|
<parameter left="const QString &" right="" name="text" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setPropertyName" fullname="QtProperty::setPropertyName" href="qtproperty.html#setPropertyName" location="qtpropertybrowser.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setPropertyName(const QString & name)">
|
|
<parameter left="const QString &" right="" name="name" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setEnabled" fullname="QtProperty::setEnabled" href="qtproperty.html#setEnabled" location="qtpropertybrowser.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setEnabled(bool enable)">
|
|
<parameter left="bool" right="" name="enable" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setModified" fullname="QtProperty::setModified" href="qtproperty.html#setModified" location="qtpropertybrowser.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setModified(bool modified)">
|
|
<parameter left="bool" right="" name="modified" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="addSubProperty" fullname="QtProperty::addSubProperty" href="qtproperty.html#addSubProperty" location="qtpropertybrowser.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addSubProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="insertSubProperty" fullname="QtProperty::insertSubProperty" href="qtproperty.html#insertSubProperty" location="qtpropertybrowser.cpp" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="insertSubProperty(QtProperty * property, QtProperty * precedingProperty)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="QtProperty *" right="" name="precedingProperty" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="removeSubProperty" fullname="QtProperty::removeSubProperty" href="qtproperty.html#removeSubProperty" location="qtpropertybrowser.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removeSubProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="QtProperty" fullname="QtProperty::QtProperty" href="qtproperty.html#QtProperty" location="qtpropertybrowser.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtProperty(QtAbstractPropertyManager * manager)">
|
|
<parameter left="QtAbstractPropertyManager *" right="" name="manager" default=""/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtAbstractPropertyManager" href="qtabstractpropertymanager.html" location="qtpropertybrowser.h" bases="QObject" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtAbstractPropertyManager" fullname="QtAbstractPropertyManager::QtAbstractPropertyManager" href="qtabstractpropertymanager.html#QtAbstractPropertyManager" location="qtpropertybrowser.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtAbstractPropertyManager(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtAbstractPropertyManager" fullname="QtAbstractPropertyManager::~QtAbstractPropertyManager" href="qtabstractpropertymanager.html#dtor.QtAbstractPropertyManager" location="qtpropertybrowser.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtAbstractPropertyManager()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="properties" fullname="QtAbstractPropertyManager::properties" href="qtabstractpropertymanager.html#properties" location="qtpropertybrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSet<QtProperty *>" signature="properties() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QtAbstractPropertyManager::clear" href="qtabstractpropertymanager.html#clear" location="qtpropertybrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="void" signature="clear() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="addProperty" fullname="QtAbstractPropertyManager::addProperty" href="qtabstractpropertymanager.html#addProperty" location="qtpropertybrowser.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="QtProperty *" signature="addProperty(const QString & name)">
|
|
<parameter left="const QString &" right="" name="name" default="QString()"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="propertyInserted" fullname="QtAbstractPropertyManager::propertyInserted" href="qtabstractpropertymanager.html#propertyInserted" location="qtpropertybrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="propertyInserted(QtProperty * newProperty, QtProperty * parentProperty, QtProperty * precedingProperty)">
|
|
<parameter left="QtProperty *" right="" name="newProperty" default=""/>
|
|
<parameter left="QtProperty *" right="" name="parentProperty" default=""/>
|
|
<parameter left="QtProperty *" right="" name="precedingProperty" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="propertyChanged" fullname="QtAbstractPropertyManager::propertyChanged" href="qtabstractpropertymanager.html#propertyChanged" location="qtpropertybrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="propertyChanged(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="propertyRemoved" fullname="QtAbstractPropertyManager::propertyRemoved" href="qtabstractpropertymanager.html#propertyRemoved" location="qtpropertybrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="propertyRemoved(QtProperty * property, QtProperty * parent)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="QtProperty *" right="" name="parent" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="propertyDestroyed" fullname="QtAbstractPropertyManager::propertyDestroyed" href="qtabstractpropertymanager.html#propertyDestroyed" location="qtpropertybrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="propertyDestroyed(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="hasValue" fullname="QtAbstractPropertyManager::hasValue" href="qtabstractpropertymanager.html#hasValue" location="qtpropertybrowser.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasValue(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueIcon" fullname="QtAbstractPropertyManager::valueIcon" href="qtabstractpropertymanager.html#valueIcon" location="qtpropertybrowser.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QIcon" signature="valueIcon(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueText" fullname="QtAbstractPropertyManager::valueText" href="qtabstractpropertymanager.html#valueText" location="qtpropertybrowser.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="valueText(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="initializeProperty" fullname="QtAbstractPropertyManager::initializeProperty" href="qtabstractpropertymanager.html#initializeProperty" location="qtpropertybrowser.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="initializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="uninitializeProperty" fullname="QtAbstractPropertyManager::uninitializeProperty" href="qtabstractpropertymanager.html#uninitializeProperty" location="qtpropertybrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="uninitializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="createProperty" fullname="QtAbstractPropertyManager::createProperty" href="qtabstractpropertymanager.html#createProperty" location="qtpropertybrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QtProperty *" signature="createProperty()"/>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtAbstractEditorFactoryBase" href="qtabstracteditorfactorybase.html" location="qtpropertybrowser.h" bases="QObject" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="createEditor" fullname="QtAbstractEditorFactoryBase::createEditor" href="qtabstracteditorfactorybase.html#createEditor" location="qtpropertybrowser.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="QWidget *" signature="createEditor(QtProperty * property, QWidget * parent)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="QWidget *" right="" name="parent" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="QtAbstractEditorFactoryBase" fullname="QtAbstractEditorFactoryBase::QtAbstractEditorFactoryBase" href="qtabstracteditorfactorybase.html#QtAbstractEditorFactoryBase" location="qtpropertybrowser.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtAbstractEditorFactoryBase(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtAbstractEditorFactory" href="qtabstracteditorfactory.html" location="qtpropertybrowser.h" bases="QtAbstractEditorFactoryBase" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtAbstractEditorFactory" fullname="QtAbstractEditorFactory::QtAbstractEditorFactory" href="qtabstracteditorfactory.html#QtAbstractEditorFactory" location="qtpropertybrowser.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtAbstractEditorFactory(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="createEditor" fullname="QtAbstractEditorFactory::createEditor" href="qtabstracteditorfactory.html#createEditor" location="qtpropertybrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QWidget *" signature="createEditor(QtProperty * property, QWidget * parent)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="QWidget *" right="" name="parent" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="addPropertyManager" fullname="QtAbstractEditorFactory::addPropertyManager" href="qtabstracteditorfactory.html#addPropertyManager" location="qtpropertybrowser.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="addPropertyManager(PropertyManager * manager)">
|
|
<parameter left="PropertyManager *" right="" name="manager" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="removePropertyManager" fullname="QtAbstractEditorFactory::removePropertyManager" href="qtabstracteditorfactory.html#removePropertyManager" location="qtpropertybrowser.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="removePropertyManager(PropertyManager * manager)">
|
|
<parameter left="PropertyManager *" right="" name="manager" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="propertyManagers" fullname="QtAbstractEditorFactory::propertyManagers" href="qtabstracteditorfactory.html#propertyManagers" location="qtpropertybrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QSet<PropertyManager *>" signature="propertyManagers() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="propertyManager" fullname="QtAbstractEditorFactory::propertyManager" href="qtabstracteditorfactory.html#propertyManager" location="qtpropertybrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="PropertyManager *" signature="propertyManager(QtProperty * property) const">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="connectPropertyManager" fullname="QtAbstractEditorFactory::connectPropertyManager" href="qtabstracteditorfactory.html#connectPropertyManager" location="qtpropertybrowser.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="connectPropertyManager(PropertyManager * manager)">
|
|
<parameter left="PropertyManager *" right="" name="manager" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="createEditor" fullname="QtAbstractEditorFactory::createEditor" href="qtabstracteditorfactory.html#createEditor-2" location="qtpropertybrowser.h" virtual="pure" meta="plain" const="false" static="false" overload="true" overload-number="2" type="QWidget *" signature="createEditor(PropertyManager * manager, QtProperty * property, QWidget * parent)">
|
|
<parameter left="PropertyManager *" right="" name="manager" default=""/>
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="QWidget *" right="" name="parent" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="disconnectPropertyManager" fullname="QtAbstractEditorFactory::disconnectPropertyManager" href="qtabstracteditorfactory.html#disconnectPropertyManager" location="qtpropertybrowser.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="disconnectPropertyManager(PropertyManager * manager)">
|
|
<parameter left="PropertyManager *" right="" name="manager" default=""/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtBrowserItem" href="qtbrowseritem.html" location="qtpropertybrowser.h" bases="" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="property" fullname="QtBrowserItem::property" href="qtbrowseritem.html#property" location="qtpropertybrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QtProperty *" signature="property() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="parent" fullname="QtBrowserItem::parent" href="qtbrowseritem.html#parent" location="qtpropertybrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QtBrowserItem *" signature="parent() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="children" fullname="QtBrowserItem::children" href="qtbrowseritem.html#children" location="qtpropertybrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList<QtBrowserItem *>" signature="children() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="browser" fullname="QtBrowserItem::browser" href="qtbrowseritem.html#browser" location="qtpropertybrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QtAbstractPropertyBrowser *" signature="browser() const"/>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtAbstractPropertyBrowser" href="qtabstractpropertybrowser.html" location="qtpropertybrowser.h" bases="QWidget" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtAbstractPropertyBrowser" fullname="QtAbstractPropertyBrowser::QtAbstractPropertyBrowser" href="qtabstractpropertybrowser.html#QtAbstractPropertyBrowser" location="qtpropertybrowser.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtAbstractPropertyBrowser(QWidget * parent)">
|
|
<parameter left="QWidget *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtAbstractPropertyBrowser" fullname="QtAbstractPropertyBrowser::~QtAbstractPropertyBrowser" href="qtabstractpropertybrowser.html#dtor.QtAbstractPropertyBrowser" location="qtpropertybrowser.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtAbstractPropertyBrowser()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="properties" fullname="QtAbstractPropertyBrowser::properties" href="qtabstractpropertybrowser.html#properties" location="qtpropertybrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList<QtProperty *>" signature="properties() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="items" fullname="QtAbstractPropertyBrowser::items" href="qtabstractpropertybrowser.html#items" location="qtpropertybrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList<QtBrowserItem *>" signature="items(QtProperty * property) const">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="topLevelItem" fullname="QtAbstractPropertyBrowser::topLevelItem" href="qtabstractpropertybrowser.html#topLevelItem" location="qtpropertybrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QtBrowserItem *" signature="topLevelItem(QtProperty * property) const">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="topLevelItems" fullname="QtAbstractPropertyBrowser::topLevelItems" href="qtabstractpropertybrowser.html#topLevelItems" location="qtpropertybrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QList<QtBrowserItem *>" signature="topLevelItems() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="clear" fullname="QtAbstractPropertyBrowser::clear" href="qtabstractpropertybrowser.html#clear" location="qtpropertybrowser.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="clear()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setFactoryForManager" fullname="QtAbstractPropertyBrowser::setFactoryForManager" href="qtabstractpropertybrowser.html#setFactoryForManager" location="qtpropertybrowser.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setFactoryForManager(PropertyManager * manager, QtAbstractEditorFactory<PropertyManager> * factory)">
|
|
<parameter left="PropertyManager *" right="" name="manager" default=""/>
|
|
<parameter left="QtAbstractEditorFactory<PropertyManager> *" right="" name="factory" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="unsetFactoryForManager" fullname="QtAbstractPropertyBrowser::unsetFactoryForManager" href="qtabstractpropertybrowser.html#unsetFactoryForManager" location="qtpropertybrowser.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="unsetFactoryForManager(QtAbstractPropertyManager * manager)">
|
|
<parameter left="QtAbstractPropertyManager *" right="" name="manager" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="currentItem" fullname="QtAbstractPropertyBrowser::currentItem" href="qtabstractpropertybrowser.html#currentItem" location="qtpropertybrowser.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QtBrowserItem *" signature="currentItem() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setCurrentItem" fullname="QtAbstractPropertyBrowser::setCurrentItem" href="qtabstractpropertybrowser.html#setCurrentItem" location="qtpropertybrowser.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setCurrentItem(QtBrowserItem * item)">
|
|
<parameter left="QtBrowserItem *" right="" name="item" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="currentItemChanged" fullname="QtAbstractPropertyBrowser::currentItemChanged" href="qtabstractpropertybrowser.html#currentItemChanged" location="qtpropertybrowser.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="currentItemChanged(QtBrowserItem * current)">
|
|
<parameter left="QtBrowserItem *" right="" name="current" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="addProperty" fullname="QtAbstractPropertyBrowser::addProperty" href="qtabstractpropertybrowser.html#addProperty" location="qtpropertybrowser.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="QtBrowserItem *" signature="addProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="insertProperty" fullname="QtAbstractPropertyBrowser::insertProperty" href="qtabstractpropertybrowser.html#insertProperty" location="qtpropertybrowser.cpp" virtual="non" meta="slot" const="false" static="false" overload="false" type="QtBrowserItem *" signature="insertProperty(QtProperty * property, QtProperty * afterProperty)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="QtProperty *" right="" name="afterProperty" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="removeProperty" fullname="QtAbstractPropertyBrowser::removeProperty" href="qtabstractpropertybrowser.html#removeProperty" location="qtpropertybrowser.h" virtual="non" meta="slot" const="false" static="false" overload="false" type="void" signature="removeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="itemInserted" fullname="QtAbstractPropertyBrowser::itemInserted" href="qtabstractpropertybrowser.html#itemInserted" location="qtpropertybrowser.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="itemInserted(QtBrowserItem * insertedItem, QtBrowserItem * precedingItem)">
|
|
<parameter left="QtBrowserItem *" right="" name="insertedItem" default=""/>
|
|
<parameter left="QtBrowserItem *" right="" name="precedingItem" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="itemRemoved" fullname="QtAbstractPropertyBrowser::itemRemoved" href="qtabstractpropertybrowser.html#itemRemoved" location="qtpropertybrowser.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="itemRemoved(QtBrowserItem * item)">
|
|
<parameter left="QtBrowserItem *" right="" name="item" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="itemChanged" fullname="QtAbstractPropertyBrowser::itemChanged" href="qtabstractpropertybrowser.html#itemChanged" location="qtpropertybrowser.h" virtual="pure" meta="plain" const="false" static="false" overload="false" type="void" signature="itemChanged(QtBrowserItem * item)">
|
|
<parameter left="QtBrowserItem *" right="" name="item" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="createEditor" fullname="QtAbstractPropertyBrowser::createEditor" href="qtabstractpropertybrowser.html#createEditor" location="qtpropertybrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QWidget *" signature="createEditor(QtProperty * property, QWidget * parent)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="QWidget *" right="" name="parent" default=""/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtSpinBoxFactory" href="qtspinboxfactory.html" location="qteditorfactory.h" bases="QtAbstractEditorFactory" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtSpinBoxFactory" fullname="QtSpinBoxFactory::QtSpinBoxFactory" href="qtspinboxfactory.html#QtSpinBoxFactory" location="qteditorfactory.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtSpinBoxFactory(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtSpinBoxFactory" fullname="QtSpinBoxFactory::~QtSpinBoxFactory" href="qtspinboxfactory.html#dtor.QtSpinBoxFactory" location="qteditorfactory.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtSpinBoxFactory()"/>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtSliderFactory" href="qtsliderfactory.html" location="qteditorfactory.h" bases="QtAbstractEditorFactory" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtSliderFactory" fullname="QtSliderFactory::QtSliderFactory" href="qtsliderfactory.html#QtSliderFactory" location="qteditorfactory.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtSliderFactory(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtSliderFactory" fullname="QtSliderFactory::~QtSliderFactory" href="qtsliderfactory.html#dtor.QtSliderFactory" location="qteditorfactory.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtSliderFactory()"/>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtScrollBarFactory" href="qtscrollbarfactory.html" location="qteditorfactory.h" bases="QtAbstractEditorFactory" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtScrollBarFactory" fullname="QtScrollBarFactory::QtScrollBarFactory" href="qtscrollbarfactory.html#QtScrollBarFactory" location="qteditorfactory.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtScrollBarFactory(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtScrollBarFactory" fullname="QtScrollBarFactory::~QtScrollBarFactory" href="qtscrollbarfactory.html#dtor.QtScrollBarFactory" location="qteditorfactory.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtScrollBarFactory()"/>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtCheckBoxFactory" href="qtcheckboxfactory.html" location="qteditorfactory.h" bases="QtAbstractEditorFactory" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtCheckBoxFactory" fullname="QtCheckBoxFactory::QtCheckBoxFactory" href="qtcheckboxfactory.html#QtCheckBoxFactory" location="qteditorfactory.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtCheckBoxFactory(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtCheckBoxFactory" fullname="QtCheckBoxFactory::~QtCheckBoxFactory" href="qtcheckboxfactory.html#dtor.QtCheckBoxFactory" location="qteditorfactory.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtCheckBoxFactory()"/>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtDoubleSpinBoxFactory" href="qtdoublespinboxfactory.html" location="qteditorfactory.h" bases="QtAbstractEditorFactory" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtDoubleSpinBoxFactory" fullname="QtDoubleSpinBoxFactory::QtDoubleSpinBoxFactory" href="qtdoublespinboxfactory.html#QtDoubleSpinBoxFactory" location="qteditorfactory.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtDoubleSpinBoxFactory(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtDoubleSpinBoxFactory" fullname="QtDoubleSpinBoxFactory::~QtDoubleSpinBoxFactory" href="qtdoublespinboxfactory.html#dtor.QtDoubleSpinBoxFactory" location="qteditorfactory.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtDoubleSpinBoxFactory()"/>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtLineEditFactory" href="qtlineeditfactory.html" location="qteditorfactory.h" bases="QtAbstractEditorFactory" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtLineEditFactory" fullname="QtLineEditFactory::QtLineEditFactory" href="qtlineeditfactory.html#QtLineEditFactory" location="qteditorfactory.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtLineEditFactory(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtLineEditFactory" fullname="QtLineEditFactory::~QtLineEditFactory" href="qtlineeditfactory.html#dtor.QtLineEditFactory" location="qteditorfactory.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtLineEditFactory()"/>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtDateEditFactory" href="qtdateeditfactory.html" location="qteditorfactory.h" bases="QtAbstractEditorFactory" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtDateEditFactory" fullname="QtDateEditFactory::QtDateEditFactory" href="qtdateeditfactory.html#QtDateEditFactory" location="qteditorfactory.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtDateEditFactory(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtDateEditFactory" fullname="QtDateEditFactory::~QtDateEditFactory" href="qtdateeditfactory.html#dtor.QtDateEditFactory" location="qteditorfactory.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtDateEditFactory()"/>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtTimeEditFactory" href="qttimeeditfactory.html" location="qteditorfactory.h" bases="QtAbstractEditorFactory" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtTimeEditFactory" fullname="QtTimeEditFactory::QtTimeEditFactory" href="qttimeeditfactory.html#QtTimeEditFactory" location="qteditorfactory.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtTimeEditFactory(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtTimeEditFactory" fullname="QtTimeEditFactory::~QtTimeEditFactory" href="qttimeeditfactory.html#dtor.QtTimeEditFactory" location="qteditorfactory.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtTimeEditFactory()"/>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtDateTimeEditFactory" href="qtdatetimeeditfactory.html" location="qteditorfactory.h" bases="QtAbstractEditorFactory" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtDateTimeEditFactory" fullname="QtDateTimeEditFactory::QtDateTimeEditFactory" href="qtdatetimeeditfactory.html#QtDateTimeEditFactory" location="qteditorfactory.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtDateTimeEditFactory(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtDateTimeEditFactory" fullname="QtDateTimeEditFactory::~QtDateTimeEditFactory" href="qtdatetimeeditfactory.html#dtor.QtDateTimeEditFactory" location="qteditorfactory.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtDateTimeEditFactory()"/>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtKeySequenceEditorFactory" href="qtkeysequenceeditorfactory.html" location="qteditorfactory.h" bases="QtAbstractEditorFactory" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtKeySequenceEditorFactory" fullname="QtKeySequenceEditorFactory::QtKeySequenceEditorFactory" href="qtkeysequenceeditorfactory.html#QtKeySequenceEditorFactory" location="qteditorfactory.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtKeySequenceEditorFactory(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtKeySequenceEditorFactory" fullname="QtKeySequenceEditorFactory::~QtKeySequenceEditorFactory" href="qtkeysequenceeditorfactory.html#dtor.QtKeySequenceEditorFactory" location="qteditorfactory.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtKeySequenceEditorFactory()"/>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtCharEditorFactory" href="qtchareditorfactory.html" location="qteditorfactory.h" bases="QtAbstractEditorFactory" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtCharEditorFactory" fullname="QtCharEditorFactory::QtCharEditorFactory" href="qtchareditorfactory.html#QtCharEditorFactory" location="qteditorfactory.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtCharEditorFactory(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtCharEditorFactory" fullname="QtCharEditorFactory::~QtCharEditorFactory" href="qtchareditorfactory.html#dtor.QtCharEditorFactory" location="qteditorfactory.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtCharEditorFactory()"/>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtEnumEditorFactory" href="qtenumeditorfactory.html" location="qteditorfactory.h" bases="QtAbstractEditorFactory" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtEnumEditorFactory" fullname="QtEnumEditorFactory::QtEnumEditorFactory" href="qtenumeditorfactory.html#QtEnumEditorFactory" location="qteditorfactory.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtEnumEditorFactory(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtEnumEditorFactory" fullname="QtEnumEditorFactory::~QtEnumEditorFactory" href="qtenumeditorfactory.html#dtor.QtEnumEditorFactory" location="qteditorfactory.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtEnumEditorFactory()"/>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtCursorEditorFactory" href="qtcursoreditorfactory.html" location="qteditorfactory.h" bases="QtAbstractEditorFactory" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtCursorEditorFactory" fullname="QtCursorEditorFactory::QtCursorEditorFactory" href="qtcursoreditorfactory.html#QtCursorEditorFactory" location="qteditorfactory.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtCursorEditorFactory(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtCursorEditorFactory" fullname="QtCursorEditorFactory::~QtCursorEditorFactory" href="qtcursoreditorfactory.html#dtor.QtCursorEditorFactory" location="qteditorfactory.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtCursorEditorFactory()"/>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtColorEditorFactory" href="qtcoloreditorfactory.html" location="qteditorfactory.h" bases="QtAbstractEditorFactory" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtColorEditorFactory" fullname="QtColorEditorFactory::QtColorEditorFactory" href="qtcoloreditorfactory.html#QtColorEditorFactory" location="qteditorfactory.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtColorEditorFactory(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtColorEditorFactory" fullname="QtColorEditorFactory::~QtColorEditorFactory" href="qtcoloreditorfactory.html#dtor.QtColorEditorFactory" location="qteditorfactory.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtColorEditorFactory()"/>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtFontEditorFactory" href="qtfonteditorfactory.html" location="qteditorfactory.h" bases="QtAbstractEditorFactory" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtFontEditorFactory" fullname="QtFontEditorFactory::QtFontEditorFactory" href="qtfonteditorfactory.html#QtFontEditorFactory" location="qteditorfactory.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtFontEditorFactory(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtFontEditorFactory" fullname="QtFontEditorFactory::~QtFontEditorFactory" href="qtfonteditorfactory.html#dtor.QtFontEditorFactory" location="qteditorfactory.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtFontEditorFactory()"/>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtGroupBoxPropertyBrowser" href="qtgroupboxpropertybrowser.html" location="qtgroupboxpropertybrowser.h" bases="QtAbstractPropertyBrowser" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtGroupBoxPropertyBrowser" fullname="QtGroupBoxPropertyBrowser::QtGroupBoxPropertyBrowser" href="qtgroupboxpropertybrowser.html#QtGroupBoxPropertyBrowser" location="qtgroupboxpropertybrowser.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtGroupBoxPropertyBrowser(QWidget * parent)">
|
|
<parameter left="QWidget *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtGroupBoxPropertyBrowser" fullname="QtGroupBoxPropertyBrowser::~QtGroupBoxPropertyBrowser" href="qtgroupboxpropertybrowser.html#dtor.QtGroupBoxPropertyBrowser" location="qtgroupboxpropertybrowser.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtGroupBoxPropertyBrowser()"/>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="itemInserted" fullname="QtGroupBoxPropertyBrowser::itemInserted" href="qtgroupboxpropertybrowser.html#itemInserted" location="qtgroupboxpropertybrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="itemInserted(QtBrowserItem * item, QtBrowserItem * afterItem)">
|
|
<parameter left="QtBrowserItem *" right="" name="item" default=""/>
|
|
<parameter left="QtBrowserItem *" right="" name="afterItem" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="itemRemoved" fullname="QtGroupBoxPropertyBrowser::itemRemoved" href="qtgroupboxpropertybrowser.html#itemRemoved" location="qtgroupboxpropertybrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="itemRemoved(QtBrowserItem * item)">
|
|
<parameter left="QtBrowserItem *" right="" name="item" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="itemChanged" fullname="QtGroupBoxPropertyBrowser::itemChanged" href="qtgroupboxpropertybrowser.html#itemChanged" location="qtgroupboxpropertybrowser.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="itemChanged(QtBrowserItem * item)">
|
|
<parameter left="QtBrowserItem *" right="" name="item" default=""/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtVariantProperty" href="qtvariantproperty.html" location="qtvariantproperty.h" bases="QtProperty" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtVariantProperty" fullname="QtVariantProperty::~QtVariantProperty" href="qtvariantproperty.html#dtor.QtVariantProperty" location="qtvariantproperty.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtVariantProperty()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QtVariantProperty::value" href="qtvariantproperty.html#value" location="qtvariantproperty.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="value() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="attributeValue" fullname="QtVariantProperty::attributeValue" href="qtvariantproperty.html#attributeValue" location="qtvariantproperty.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="attributeValue(const QString & attribute) const">
|
|
<parameter left="const QString &" right="" name="attribute" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="valueType" fullname="QtVariantProperty::valueType" href="qtvariantproperty.html#valueType" location="qtvariantproperty.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="valueType() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="propertyType" fullname="QtVariantProperty::propertyType" href="qtvariantproperty.html#propertyType" location="qtvariantproperty.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="propertyType() const"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QtVariantProperty::setValue" href="qtvariantproperty.html#setValue" location="qtvariantproperty.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setValue(const QVariant & value)">
|
|
<parameter left="const QVariant &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setAttribute" fullname="QtVariantProperty::setAttribute" href="qtvariantproperty.html#setAttribute" location="qtvariantproperty.h" virtual="non" meta="plain" const="false" static="false" overload="false" type="void" signature="setAttribute(const QString & attribute, const QVariant & value)">
|
|
<parameter left="const QString &" right="" name="attribute" default=""/>
|
|
<parameter left="const QVariant &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="QtVariantProperty" fullname="QtVariantProperty::QtVariantProperty" href="qtvariantproperty.html#QtVariantProperty" location="qtvariantproperty.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtVariantProperty(QtVariantPropertyManager * manager)">
|
|
<parameter left="QtVariantPropertyManager *" right="" name="manager" default=""/>
|
|
</function>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtVariantPropertyManager" href="qtvariantpropertymanager.html" location="qtvariantproperty.h" bases="QtAbstractPropertyManager" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtVariantPropertyManager" fullname="QtVariantPropertyManager::QtVariantPropertyManager" href="qtvariantpropertymanager.html#QtVariantPropertyManager" location="qtvariantproperty.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtVariantPropertyManager(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtVariantPropertyManager" fullname="QtVariantPropertyManager::~QtVariantPropertyManager" href="qtvariantpropertymanager.html#dtor.QtVariantPropertyManager" location="qtvariantproperty.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtVariantPropertyManager()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="addProperty" fullname="QtVariantPropertyManager::addProperty" href="qtvariantpropertymanager.html#addProperty" location="qtvariantproperty.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QtVariantProperty *" signature="addProperty(int propertyType, const QString & name)">
|
|
<parameter left="int" right="" name="propertyType" default=""/>
|
|
<parameter left="const QString &" right="" name="name" default="QString()"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="propertyType" fullname="QtVariantPropertyManager::propertyType" href="qtvariantpropertymanager.html#propertyType" location="qtvariantproperty.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="propertyType(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="valueType" fullname="QtVariantPropertyManager::valueType" href="qtvariantpropertymanager.html#valueType" location="qtvariantproperty.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="int" signature="valueType(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="variantProperty" fullname="QtVariantPropertyManager::variantProperty" href="qtvariantpropertymanager.html#variantProperty" location="qtvariantproperty.h" virtual="non" meta="plain" const="true" static="false" overload="false" type="QtVariantProperty *" signature="variantProperty(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="isPropertyTypeSupported" fullname="QtVariantPropertyManager::isPropertyTypeSupported" href="qtvariantpropertymanager.html#isPropertyTypeSupported" location="qtvariantproperty.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="isPropertyTypeSupported(int propertyType) const">
|
|
<parameter left="int" right="" name="propertyType" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="valueType" fullname="QtVariantPropertyManager::valueType" href="qtvariantpropertymanager.html#valueType-2" location="qtvariantproperty.h" virtual="impure" meta="plain" const="true" static="false" overload="true" overload-number="2" type="int" signature="valueType(int propertyType) const">
|
|
<parameter left="int" right="" name="propertyType" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="attributes" fullname="QtVariantPropertyManager::attributes" href="qtvariantpropertymanager.html#attributes" location="qtvariantproperty.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QStringList" signature="attributes(int propertyType) const">
|
|
<parameter left="int" right="" name="propertyType" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="attributeType" fullname="QtVariantPropertyManager::attributeType" href="qtvariantpropertymanager.html#attributeType" location="qtvariantproperty.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="int" signature="attributeType(int propertyType, const QString & attribute) const">
|
|
<parameter left="int" right="" name="propertyType" default=""/>
|
|
<parameter left="const QString &" right="" name="attribute" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="value" fullname="QtVariantPropertyManager::value" href="qtvariantpropertymanager.html#value" location="qtvariantproperty.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="value(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="attributeValue" fullname="QtVariantPropertyManager::attributeValue" href="qtvariantpropertymanager.html#attributeValue" location="qtvariantproperty.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QVariant" signature="attributeValue(const QtProperty * property, const QString & attribute) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QString &" right="" name="attribute" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="enumTypeId" fullname="QtVariantPropertyManager::enumTypeId" href="qtvariantpropertymanager.html#enumTypeId" location="qtvariantproperty.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="enumTypeId()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="flagTypeId" fullname="QtVariantPropertyManager::flagTypeId" href="qtvariantpropertymanager.html#flagTypeId" location="qtvariantproperty.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="flagTypeId()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="groupTypeId" fullname="QtVariantPropertyManager::groupTypeId" href="qtvariantpropertymanager.html#groupTypeId" location="qtvariantproperty.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="groupTypeId()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="iconMapTypeId" fullname="QtVariantPropertyManager::iconMapTypeId" href="qtvariantpropertymanager.html#iconMapTypeId" location="qtvariantproperty.h" virtual="non" meta="plain" const="false" static="true" overload="false" type="int" signature="iconMapTypeId()"/>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setValue" fullname="QtVariantPropertyManager::setValue" href="qtvariantpropertymanager.html#setValue" location="qtvariantproperty.cpp" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setValue(QtProperty * property, const QVariant & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QVariant &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="setAttribute" fullname="QtVariantPropertyManager::setAttribute" href="qtvariantpropertymanager.html#setAttribute" location="qtvariantproperty.h" virtual="impure" meta="slot" const="false" static="false" overload="false" type="void" signature="setAttribute(QtProperty * property, const QString & attribute, const QVariant & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QString &" right="" name="attribute" default=""/>
|
|
<parameter left="const QVariant &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="valueChanged" fullname="QtVariantPropertyManager::valueChanged" href="qtvariantpropertymanager.html#valueChanged" location="qtvariantproperty.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="valueChanged(QtProperty * property, const QVariant & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QVariant &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="attributeChanged" fullname="QtVariantPropertyManager::attributeChanged" href="qtvariantpropertymanager.html#attributeChanged" location="qtvariantproperty.h" virtual="non" meta="signal" const="false" static="false" overload="false" type="void" signature="attributeChanged(QtProperty * property, const QString & attribute, const QVariant & value)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
<parameter left="const QString &" right="" name="attribute" default=""/>
|
|
<parameter left="const QVariant &" right="" name="value" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="hasValue" fullname="QtVariantPropertyManager::hasValue" href="qtvariantpropertymanager.html#hasValue" location="qtvariantproperty.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="bool" signature="hasValue(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueText" fullname="QtVariantPropertyManager::valueText" href="qtvariantpropertymanager.html#valueText" location="qtvariantproperty.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QString" signature="valueText(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="valueIcon" fullname="QtVariantPropertyManager::valueIcon" href="qtvariantpropertymanager.html#valueIcon" location="qtvariantproperty.h" virtual="impure" meta="plain" const="true" static="false" overload="false" type="QIcon" signature="valueIcon(const QtProperty * property) const">
|
|
<parameter left="const QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="initializeProperty" fullname="QtVariantPropertyManager::initializeProperty" href="qtvariantpropertymanager.html#initializeProperty" location="qtvariantproperty.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="initializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="uninitializeProperty" fullname="QtVariantPropertyManager::uninitializeProperty" href="qtvariantpropertymanager.html#uninitializeProperty" location="qtvariantproperty.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="void" signature="uninitializeProperty(QtProperty * property)">
|
|
<parameter left="QtProperty *" right="" name="property" default=""/>
|
|
</function>
|
|
<function access="protected" threadsafety="unspecified" status="commendable" name="createProperty" fullname="QtVariantPropertyManager::createProperty" href="qtvariantpropertymanager.html#createProperty" location="qtvariantproperty.h" virtual="impure" meta="plain" const="false" static="false" overload="false" type="QtProperty *" signature="createProperty()"/>
|
|
</class>
|
|
<class access="public" threadsafety="unspecified" status="commendable" name="QtVariantEditorFactory" href="qtvarianteditorfactory.html" location="qtvariantproperty.h" bases="QtAbstractEditorFactory" module="">
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="QtVariantEditorFactory" fullname="QtVariantEditorFactory::QtVariantEditorFactory" href="qtvarianteditorfactory.html#QtVariantEditorFactory" location="qtvariantproperty.h" virtual="non" meta="constructor" const="false" static="false" overload="false" type="" signature="QtVariantEditorFactory(QObject * parent)">
|
|
<parameter left="QObject *" right="" name="parent" default="0"/>
|
|
</function>
|
|
<function access="public" threadsafety="unspecified" status="commendable" name="~QtVariantEditorFactory" fullname="QtVariantEditorFactory::~QtVariantEditorFactory" href="qtvarianteditorfactory.html#dtor.QtVariantEditorFactory" location="qtvariantproperty.h" virtual="non" meta="destructor" const="false" static="false" overload="false" type="" signature="~QtVariantEditorFactory()"/>
|
|
</class>
|
|
<page access="public" status="commendable" name="index.html" href="index.html" subtype="page" title="Property Browser" fulltitle="Property Browser" subtitle="" location="index.qdoc">
|
|
<contents name="description" title="Description" level="1"/>
|
|
<contents name="classes" title="Classes" level="1"/>
|
|
<contents name="examples" title="Examples" level="1"/>
|
|
<contents name="tested-platforms" title="Tested platforms" level="1"/>
|
|
<contents name="screenshots" title="Screenshots" level="1"/>
|
|
</page>
|
|
<page access="public" status="commendable" name="qtpropertybrowser-example-canvas_variant.html" href="qtpropertybrowser-example-canvas-variant.html" subtype="page" title="Variant Based Canvas Example" fulltitle="Variant Based Canvas Example" subtitle="" location="canvas_variant.qdoc">
|
|
<contents name="third-party-copyright-notice" title="Third party copyright notice" level="1"/>
|
|
</page>
|
|
<page access="public" status="commendable" name="qtpropertybrowser-example-demo.html" href="qtpropertybrowser-example-demo.html" subtype="page" title="Demo Example" fulltitle="Demo Example" subtitle="" location="demo.qdoc"/>
|
|
<page access="public" status="commendable" name="qtpropertybrowser-example-extension.html" href="qtpropertybrowser-example-extension.html" subtype="page" title="Extension Example" fulltitle="Extension Example" subtitle="" location="extension.qdoc"/>
|
|
<page access="public" status="commendable" name="qtpropertybrowser-example-object_controller.html" href="qtpropertybrowser-example-object-controller.html" subtype="page" title="The Object Controller Example." fulltitle="The Object Controller Example." subtitle="" location="object_controller.qdoc"/>
|
|
<page access="public" status="commendable" name="qtpropertybrowser-example-decoration.html" href="qtpropertybrowser-example-decoration.html" subtype="page" title="Decoration Example" fulltitle="Decoration Example" subtitle="" location="decoration.qdoc"/>
|
|
<page access="public" status="commendable" name="qtpropertybrowser-example-canvas_typed.html" href="qtpropertybrowser-example-canvas-typed.html" subtype="page" title="Type Based Canvas Example" fulltitle="Type Based Canvas Example" subtitle="" location="canvas_typed.qdoc">
|
|
<contents name="third-party-copyright-notice" title="Third party copyright notice" level="1"/>
|
|
</page>
|
|
<page access="public" status="commendable" name="qtpropertybrowser-example-simple.html" href="qtpropertybrowser-example-simple.html" subtype="page" title="Simple Tree Property Browser Example" fulltitle="Simple Tree Property Browser Example" subtitle="" location="simple.qdoc"/>
|
|
</namespace>
|
|
</INDEX>
|