ParameterSettableInConstructor Class Reference

The base for classes that can be configured using a ConfigurationParameters object passed to the constructor. More...

Inheritance diagram for ParameterSettableInConstructor:

List of all members.

Public Member Functions

 ParameterSettableInConstructor ()
 Constructor.
 ParameterSettableInConstructor (ConfigurationParameters &, QString)
 Constructor.
virtual ~ParameterSettableInConstructor ()
 Destructor.

Detailed Description

The base for classes that can be configured using a ConfigurationParameters object passed to the constructor.

Warning:
All classes that have ParameterSettable as an ancestor should be only created and configured using ConfigurationParameters. Calling configure() or postConfigureInitialization() by hand is highly discouraged (you could experience strange problems...)

Definition at line 706 of file parametersettable.h.


Constructor & Destructor Documentation

Constructor.

This is here to allow child classes to be constructed even without a configuration parameter object

Definition at line 715 of file parametersettable.h.

Constructor.

Parameters are here just to remind the user of this class that you need a ConfigurationParameters and a prefix as parameters for the constructor to build an object of this kind

Parameters:
paramsthe configuration parameters object with parameters to use
prefixthe prefix to use to access the object configuration parameters. This is guaranteed to end with the separator character when called by the factory, so you don't need to add one

Definition at line 732 of file parametersettable.h.

virtual ~ParameterSettableInConstructor ( ) [inline, virtual]

Destructor.

Definition at line 739 of file parametersettable.h.


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