PropertyChangeHandlerBase Class
(Qt3DCore::PropertyChangeHandlerBase)Inherits: | QObject |
Public Functions
PropertyChangeHandlerBase(QObject *parent = nullptr) | |
void | connectToPropertyChange(const QObject *object, int propertyIndex) |
void | disconnectFromPropertyChange(const QObject *object, int propertyIndex) |
- 32 public functions inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 2 signals inherited from QObject
- 11 static public members inherited from QObject
- 9 protected functions inherited from QObject
Member Function Documentation
PropertyChangeHandlerBase::PropertyChangeHandlerBase(QObject *parent = nullptr)
Default constructs an instance of PropertyChangeHandlerBase.