component.h
45 class FARSA_EXPERIMENTS_API Component : public QObject, public ParameterSettableWithConfigureFunction {
QString status()
return a text description of the current status of the component
Definition: component.h:53
This file contains the common type defitions used on the whole framework.
void setStatus(QString newStatus)
used by subclasses to change the status of the experiment
Definition: component.h:61
The Component is the base (abstract) class for any specific project implementation.
Definition: component.h:45