21 virtual bool load(
const std::string& filepath) = 0;
23 virtual bool read(
const std::string& filepath) = 0;
Definition GmiServer.h:13
Definition ProjectConfig.h:17
virtual bool read(const std::string &filepath)=0
virtual bool load(const std::string &filepath)=0
virtual ~Settings()=default
virtual const std::string & getSettingsFileSuffix() const =0
Definition ProjectConfig.h:14
RsaServer * getServerAcquisitionUt()
StorageServer * getServerStorage()
GmiServer * getServerMotion()
StorageServer * _serverStorage
Definition ProjectConfig.h:49
RsaServer * _serverAcquisitionEt
Definition ProjectConfig.h:47
GmiServer * _serverMotion
Definition ProjectConfig.h:48
RsaServer * getServerAcquisitionEt()
virtual void addPropertyPages(PropertySheetDialog *sheet)
RsaServer * _serverAcquisitionUt
Definition ProjectConfig.h:46
Dialog containing multiple property pages.
Definition qt/PropertySheetDialog.h:14
RSA implementation of an information server.
Definition RsaServer.h:18
Storage server.
Definition StorageServer.h:15
#define _IPJ_CLASS
Definition ipj/iface/global.h:35
Definition Application.h:10
class _MISC_CLASS PropertySheetDialog
Definition gen/PropertySheetDialog.h:18