#include <parameterservice.h>
Public Member Functions | |
| virtual rtti::TypeInfo | getServiceType () const override |
Public Member Functions inherited from Object | |
| Object () | |
| virtual | ~Object () |
| virtual bool | init (utility::ErrorState &errorState) |
| virtual void | onDestroy () |
| Object (Object &)=delete | |
| Object & | operator= (const Object &)=delete |
| Object (Object &&)=delete | |
| Object & | operator= (Object &&)=delete |
Public Attributes | |
| std::string | mPresetsDirectory = "Presets" |
| Property: 'PresetsDirectory' The directory where presets should be saved to/loaded from. More... | |
Public Attributes inherited from Object | |
| std::string | mID |
| Property: 'mID' unique name of the object. Used as an identifier by the system. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from Object | |
| static bool | isIDProperty (rtti::Instance &object, const rtti::Property &property) |
The ParameterServiceConfiguration is used to configure the ParameterService. It allows the user to specify the id of the 'root' parameter group and the directory where presets should be saved to.
|
overridevirtual |
Implements ServiceConfiguration.
| std::string mPresetsDirectory = "Presets" |
Property: 'PresetsDirectory' The directory where presets should be saved to/loaded from.