![]() |
Computer Assited Medical Intervention Tool Kit
version 4.0
|
The QtBoolPropertyManager class provides and manages boolean properties. More...
#include <qtpropertymanager.h>
Inherits QtAbstractPropertyManager.
Public Slots | |
void | setValue (QtProperty *property, bool val) |
Signals | |
void | valueChanged (QtProperty *property, bool val) |
![]() | |
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 | |
QtBoolPropertyManager (QObject *parent=0) | |
bool | value (const QtProperty *property) const |
~QtBoolPropertyManager () | |
![]() | |
QtProperty * | addProperty (const QString &name=QString()) |
void | clear () const |
QSet< QtProperty * > | properties () const |
QtAbstractPropertyManager (QObject *parent=0) | |
~QtAbstractPropertyManager () | |
Protected Member Functions | |
virtual void | initializeProperty (QtProperty *property) |
virtual void | uninitializeProperty (QtProperty *property) |
QIcon | valueIcon (const QtProperty *property) const |
QString | valueText (const QtProperty *property) const |
![]() | |
virtual QtProperty * | createProperty () |
virtual QString | displayText (const QtProperty *property) const |
virtual EchoMode | echoMode (const QtProperty *) const |
virtual bool | hasValue (const QtProperty *property) const |
Private Attributes | |
QtBoolPropertyManagerPrivate * | d_ptr |
The QtBoolPropertyManager class provides and manages boolean properties.
The property's value can be retrieved using the value() function, and set using the setValue() slot.
In addition, QtBoolPropertyManager provides the valueChanged() signal which is emitted whenever a property created by this manager changes.
QtBoolPropertyManager::QtBoolPropertyManager | ( | QObject * | parent = 0 | ) |
Creates a manager with the given parent.
References QtStringPropertyManager::d_ptr, and QtStringPropertyManagerPrivate::q_ptr.
QtBoolPropertyManager::~QtBoolPropertyManager | ( | ) |
Destroys this manager, and all the properties it has created.
References QtAbstractPropertyManager::clear(), and QtStringPropertyManager::d_ptr.
|
protectedvirtual |
Implements QtAbstractPropertyManager.
References QtStringPropertyManager::d_ptr, and QtStringPropertyManagerPrivate::m_values.
|
slot |
Sets the value of the given property to value.
References QtStringPropertyManager::d_ptr, QtStringPropertyManagerPrivate::m_values, QtAbstractPropertyManager::propertyChanged(), and valueChanged().
Referenced by QtFontPropertyManager::initializeProperty(), QtFlagPropertyManager::setValue(), QtFontPropertyManager::setValue(), and QtCheckBoxFactoryPrivate::slotSetValue().
|
protectedvirtual |
Reimplemented from QtAbstractPropertyManager.
References QtStringPropertyManager::d_ptr, and QtStringPropertyManagerPrivate::m_values.
bool QtBoolPropertyManager::value | ( | const QtProperty * | property | ) | const |
Returns the given property's value.
If the given property is not managed by this manager, this function returns false.
References QtStringPropertyManager::d_ptr, and QtStringPropertyManagerPrivate::m_values.
Referenced by QtCheckBoxFactory::createEditor().
|
signal |
This signal is emitted whenever a property created by this manager changes its value, passing a pointer to the property and the new value as parameters.
Referenced by setValue().
|
protectedvirtual |
Reimplemented from QtAbstractPropertyManager.
References QtStringPropertyManager::d_ptr, drawCheckBox(), and QtStringPropertyManagerPrivate::m_values.
|
protectedvirtual |
Reimplemented from QtAbstractPropertyManager.
References QtStringPropertyManager::d_ptr, and QtStringPropertyManagerPrivate::m_values.
|
private |