The QtBoolPropertyManager class provides and manages boolean properties.
More...
#include <qtpropertymanager.h>
Inherits QtAbstractPropertyManager.
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
◆ QtBoolPropertyManager()
QtBoolPropertyManager::QtBoolPropertyManager |
( |
QObject * |
parent = nullptr | ) |
|
Creates a manager with the given parent.
◆ ~QtBoolPropertyManager()
QtBoolPropertyManager::~QtBoolPropertyManager |
( |
| ) |
|
|
override |
Destroys this manager, and all the properties it has created.
◆ initializeProperty()
void QtBoolPropertyManager::initializeProperty |
( |
QtProperty * |
property | ) |
|
|
overrideprotectedvirtual |
◆ setTextVisible
void QtBoolPropertyManager::setTextVisible |
( |
QtProperty * |
property, |
|
|
bool |
textVisible |
|
) |
| |
|
slot |
◆ setValue
void QtBoolPropertyManager::setValue |
( |
QtProperty * |
property, |
|
|
bool |
value |
|
) |
| |
|
slot |
◆ textVisible()
bool QtBoolPropertyManager::textVisible |
( |
const QtProperty * |
property | ) |
const |
◆ textVisibleChanged
void QtBoolPropertyManager::textVisibleChanged |
( |
QtProperty * |
property, |
|
|
bool |
|
|
) |
| |
|
signal |
◆ uninitializeProperty()
void QtBoolPropertyManager::uninitializeProperty |
( |
QtProperty * |
property | ) |
|
|
overrideprotectedvirtual |
◆ value()
bool QtBoolPropertyManager::value |
( |
const QtProperty * |
property | ) |
const |
◆ valueChanged
void QtBoolPropertyManager::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 QtBoolPropertyManager::valueIcon |
( |
const QtProperty * |
property | ) |
const |
|
overrideprotectedvirtual |
◆ valueText()
QString QtBoolPropertyManager::valueText |
( |
const QtProperty * |
property | ) |
const |
|
overrideprotectedvirtual |
◆ d_ptr
The documentation for this class was generated from the following files: