4 #include <demo/BaseDemo.h>
BaseDemo class.
Definition: BaseDemo.h:22
string const name
The name for the demo.
Definition: BaseDemo.h:29
SurveyDemo class.
Definition: SurveyDemo.h:26
SurveyDemo(string const name, string const surveyPath, string const assetsPath)
Survey demo constructor.
Definition: SurveyDemo.h:50
void setAssetsPath(string const assetsPath)
Set assets path.
Definition: SurveyDemo.h:106
string const & getSurveyPath() const
Get survey path.
Definition: SurveyDemo.h:87
bool validateAssetsPath()
Check whether the assets path points to an accessible directory (true) or not (false)
Definition: SurveyDemo.cpp:14
string assetsPath
Path to the assets directory.
Definition: SurveyDemo.h:37
bool validateSurveyPath()
Check whether the survey path points to an accessible file (true) or not (false)
Definition: SurveyDemo.cpp:9
void setSurveyPath(string const surveyPath)
Set survey path.
Definition: SurveyDemo.h:93
string surveyPath
Path to the survey XML file.
Definition: SurveyDemo.h:33
string const & getAssetsPath() const
Get assets path.
Definition: SurveyDemo.h:100