RuntimeParameterObserver Class Referenceabstract
the interface for any observer who needs to be notified when a runtime parameter changes More...
Public Member Functions | |
virtual void | onObjectDestruction (ParameterSettable *object)=0 |
called when the object is going to be destroyed | |
virtual void | onParameterChanges (ParameterSettable *object, QString paramName)=0 |
called when a runtime parameter changes its value | |
Detailed Description
the interface for any observer who needs to be notified when a runtime parameter changes
Definition at line 33 of file runtimeparametersetters.h.
Member Function Documentation
|
pure virtual |
called when the object is going to be destroyed
- Parameters
-
object the ParameterSettable object in deletion
Referenced by ParameterSettable::~ParameterSettable().
|
pure virtual |
called when a runtime parameter changes its value
Referenced by ParameterSettable::notifyChangesToParam(), and ParameterSettable::setRuntimeParameter().
The documentation for this class was generated from the following file:
- configuration/include/runtimeparametersetters.h