QDynamicPropertyChangeEvent Class
The QDynamicPropertyChangeEvent class contains event parameters for dynamic property change events. More...
Header: | #include <QDynamicPropertyChangeEvent> |
qmake: | QT += core |
Since: | Qt 4.2 |
Inherits: | QEvent |
Public Functions
QDynamicPropertyChangeEvent(const QByteArray &name) | |
QByteArray | propertyName() const |
- 6 public functions inherited from QEvent
Additional Inherited Members
Detailed Description
The QDynamicPropertyChangeEvent class contains event parameters for dynamic property change events.
Dynamic property change events are sent to objects when properties are dynamically added, changed or removed using QObject::setProperty().
Member Function Documentation
QDynamicPropertyChangeEvent::QDynamicPropertyChangeEvent(const QByteArray &name)
Constructs a dynamic property change event object with the property name set to name.
QByteArray QDynamicPropertyChangeEvent::propertyName() const
Returns the name of the dynamic property that was added, changed or removed.
See also QObject::setProperty() and QObject::dynamicPropertyNames().
© 2019 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.