Public Slots | Signals | Public Member Functions | Protected Member Functions | List of all members
QtDoublePropertyManager Class Reference

#include <qtpropertymanager.h>

Inheritance diagram for QtDoublePropertyManager:
Inheritance graph
[legend]

Public Slots

void setDecimals (QtProperty *property, int prec)
 
void setMaximum (QtProperty *property, double maxVal)
 
void setMinimum (QtProperty *property, double minVal)
 
void setRange (QtProperty *property, double minVal, double maxVal)
 
void setSingleStep (QtProperty *property, double step)
 
void setValue (QtProperty *property, double val)
 

Signals

void decimalsChanged (QtProperty *property, int prec)
 
void rangeChanged (QtProperty *property, double minVal, double maxVal)
 
void singleStepChanged (QtProperty *property, double step)
 
void valueChanged (QtProperty *property, double val)
 
- Signals inherited from QtAbstractPropertyManager
void propertyChanged (QtProperty *property)
 
void propertyDestroyed (QtProperty *property)
 
void propertyInserted (QtProperty *property, QtProperty *parent, QtProperty *after)
 
void propertyRemoved (QtProperty *property, QtProperty *parent)
 

Public Member Functions

 QtDoublePropertyManager (QObject *parent=0)
 
 ~QtDoublePropertyManager ()
 
int decimals (const QtProperty *property) const
 
double maximum (const QtProperty *property) const
 
double minimum (const QtProperty *property) const
 
double singleStep (const QtProperty *property) const
 
double value (const QtProperty *property) const
 
- Public Member Functions inherited from QtAbstractPropertyManager
 QtAbstractPropertyManager (QObject *parent=0)
 
 ~QtAbstractPropertyManager ()
 
QtPropertyaddProperty (const QString &name=QString())
 
void clear () const
 
QSet< QtProperty * > properties () const
 

Protected Member Functions

virtual void initializeProperty (QtProperty *property)
 
virtual void uninitializeProperty (QtProperty *property)
 
QString valueText (const QtProperty *property) const
 
- Protected Member Functions inherited from QtAbstractPropertyManager
virtual QtPropertycreateProperty ()
 
virtual QString displayText (const QtProperty *property) const
 
virtual EchoMode echoMode (const QtProperty *) const
 
virtual bool hasValue (const QtProperty *property) const
 
virtual QIcon valueIcon (const QtProperty *property) const
 

Constructor & Destructor Documentation

QtDoublePropertyManager::QtDoublePropertyManager ( QObject *  parent = 0)
explicit
QtDoublePropertyManager::~QtDoublePropertyManager ( )

Member Function Documentation

int QtDoublePropertyManager::decimals ( const QtProperty property) const
void QtDoublePropertyManager::decimalsChanged ( QtProperty property,
int  prec 
)
signal
virtual void QtDoublePropertyManager::initializeProperty ( QtProperty property)
protectedvirtual
double QtDoublePropertyManager::maximum ( const QtProperty property) const
double QtDoublePropertyManager::minimum ( const QtProperty property) const
void QtDoublePropertyManager::rangeChanged ( QtProperty property,
double  minVal,
double  maxVal 
)
signal
void QtDoublePropertyManager::setDecimals ( QtProperty property,
int  prec 
)
slot
void QtDoublePropertyManager::setMaximum ( QtProperty property,
double  maxVal 
)
slot
void QtDoublePropertyManager::setMinimum ( QtProperty property,
double  minVal 
)
slot
void QtDoublePropertyManager::setRange ( QtProperty property,
double  minVal,
double  maxVal 
)
slot
void QtDoublePropertyManager::setSingleStep ( QtProperty property,
double  step 
)
slot
void QtDoublePropertyManager::setValue ( QtProperty property,
double  val 
)
slot
double QtDoublePropertyManager::singleStep ( const QtProperty property) const
void QtDoublePropertyManager::singleStepChanged ( QtProperty property,
double  step 
)
signal
virtual void QtDoublePropertyManager::uninitializeProperty ( QtProperty property)
protectedvirtual

Reimplemented from QtAbstractPropertyManager.

double QtDoublePropertyManager::value ( const QtProperty property) const
void QtDoublePropertyManager::valueChanged ( QtProperty property,
double  val 
)
signal
QString QtDoublePropertyManager::valueText ( const QtProperty property) const
protectedvirtual

Reimplemented from QtAbstractPropertyManager.


The documentation for this class was generated from the following file: