The QtBoolPropertyManager class provides and manages boolean properties.
More...
#include <ArmarXGui/libraries/qtpropertybrowser/src/qtpropertymanager.h>
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.
- See also
- QtAbstractPropertyManager, QtCheckBoxFactory
Definition at line 107 of file qtpropertymanager.h.
◆ QtBoolPropertyManager()
◆ ~QtBoolPropertyManager()
◆ initializeProperty()
◆ setTextVisible
void setTextVisible |
( |
QtProperty * |
property, |
|
|
bool |
textVisible |
|
) |
| |
|
slot |
◆ setValue
void setValue |
( |
QtProperty * |
property, |
|
|
bool |
value |
|
) |
| |
|
slot |
◆ textVisible()
bool textVisible |
( |
const QtProperty * |
property | ) |
const |
◆ textVisibleChanged
void textVisibleChanged |
( |
QtProperty * |
property, |
|
|
bool |
|
|
) |
| |
|
signal |
◆ uninitializeProperty()
void uninitializeProperty |
( |
QtProperty * |
property | ) |
|
|
overrideprotectedvirtual |
◆ value()
Returns the given property's value.
If the given property is not managed by this manager, this function returns false.
- See also
- setValue()
Definition at line 1887 of file qtpropertymanager.cpp.
◆ valueChanged
void valueChanged |
( |
QtProperty * |
property, |
|
|
bool |
value |
|
) |
| |
|
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.
◆ valueIcon()
QIcon valueIcon |
( |
const QtProperty * |
property | ) |
const |
|
overrideprotectedvirtual |
◆ valueText()
QString valueText |
( |
const QtProperty * |
property | ) |
const |
|
overrideprotectedvirtual |
The documentation for this class was generated from the following files: