FactoryObserver Class Referenceabstract

FactoryObserver class to keep trace on operations done by Factory. More...

Public Member Functions

virtual ~FactoryObserver ()
 Destructor. More...
 
virtual void onObjectCreation (ConfigurationParameters *confParams, ParameterSettable *object, QString path, bool configured)=0
 called when an object has been created More...
 

Detailed Description

FactoryObserver class to keep trace on operations done by Factory.

Definition at line 36 of file factoryobserver.h.

Constructor & Destructor Documentation

virtual ~FactoryObserver ( )
inlinevirtual

Destructor.

Definition at line 39 of file factoryobserver.h.

Member Function Documentation

virtual void onObjectCreation ( ConfigurationParameters confParams,
ParameterSettable object,
QString  path,
bool  configured 
)
pure virtual

called when an object has been created

Parameters
confParamsthe pointer to the ConfigurationParameters from which the object has been created
objectis the pointer to the object created
pathis the full path into ConfigurationParameters where the object configuration is
configuredis true if the object has been also configured, false otherwise

Referenced by RealFactory::create().


The documentation for this class was generated from the following file: