The QtCharPropertyManager provides and manages QChar properties.
More...
#include <qtpropertymanager.h>
Inherits QtAbstractPropertyManager.
The QtCharPropertyManager provides and manages QChar properties.
A char's value can be retrieved using the value() function, and set using the setValue() slot.
In addition, QtCharPropertyManager provides the valueChanged() signal which is emitted whenever a property created by this manager changes.
- See also
- QtAbstractPropertyManager
◆ QtCharPropertyManager()
QtCharPropertyManager::QtCharPropertyManager |
( |
QObject * |
parent = nullptr | ) |
|
Creates a manager with the given parent.
◆ ~QtCharPropertyManager()
QtCharPropertyManager::~QtCharPropertyManager |
( |
| ) |
|
|
override |
Destroys this manager, and all the properties it has created.
◆ initializeProperty()
void QtCharPropertyManager::initializeProperty |
( |
QtProperty * |
property | ) |
|
|
overrideprotectedvirtual |
◆ setValue
void QtCharPropertyManager::setValue |
( |
QtProperty * |
property, |
|
|
const QChar & |
value |
|
) |
| |
|
slot |
◆ uninitializeProperty()
void QtCharPropertyManager::uninitializeProperty |
( |
QtProperty * |
property | ) |
|
|
overrideprotectedvirtual |
◆ value()
QChar QtCharPropertyManager::value |
( |
const QtProperty * |
property | ) |
const |
◆ valueChanged
void QtCharPropertyManager::valueChanged |
( |
QtProperty * |
property, |
|
|
const QChar & |
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.
◆ valueText()
QString QtCharPropertyManager::valueText |
( |
const QtProperty * |
property | ) |
const |
|
overrideprotectedvirtual |
◆ d_ptr
The documentation for this class was generated from the following files: