20 virtual bool load(
const std::string& filepath) = 0;
22 virtual bool read(
const std::string& filepath) = 0;
44 RsaServer* _serverAcquisitionEt{
nullptr};
45 StorageServer* _serverStorage{
nullptr};
Definition ProjectConfig.h:16
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:13
RsaServer * getServerAcquisitionUt()
StorageServer * getServerStorage()
void addPropertyPages(PropertySheetDialog *sheet)
RsaServer * getServerAcquisitionEt()
Dialog containing multiple property pages.
Definition qt/PropertySheetDialog.h:14
RSA implementation of an information server.
Definition RsaServer.h:16
Storage server.
Definition StorageServer.h:14
#define _IPJ_CLASS
Definition ipj/global.h:35
Definition Application.h:10
class _MISC_CLASS PropertySheetDialog
Definition gen/PropertySheetDialog.h:18