|
NorMIT-nav
22.09
An IGT application
|
Go to the documentation of this file.
33 virtual void load(QString dir) {}
36 virtual bool isValid()
const {
return false; }
39 virtual bool isNull()
const {
return true; }
56 QString path = root +
"/" + relative;
virtual void load(QString dir)
load session from dir, or create new session in this location if none exist
virtual ~SessionStorageServiceNull()
Namespace for all CustusX production code.
static SessionStorageServicePtr getNullObject()
virtual bool isNull() const
boost::shared_ptr< class SessionStorageService > SessionStorageServicePtr
virtual bool isValid() const
virtual void save()
Save all application data to XML file.
virtual QString getRootFolder() const
virtual QString getRootFolder() const =0
QString getSubFolder(QString relative)
return and create a folder/path relative to root. Created if necessary.
virtual ~SessionStorageService()