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 More...
 
virtual void onParameterChanges (ParameterSettable *object, QString paramName)=0
 called when a runtime parameter changes its value More...
 

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

virtual void onObjectDestruction ( ParameterSettable object)
pure virtual

called when the object is going to be destroyed

Parameters
objectthe ParameterSettable object in deletion

Referenced by ParameterSettable::~ParameterSettable().

virtual void onParameterChanges ( ParameterSettable object,
QString  paramName 
)
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: