12 #ifndef CXFILEPATHPROPERTY_H 13 #define CXFILEPATHPROPERTY_H 15 #include "cxResourceExport.h" 17 #include <QStringList> 18 #include <boost/shared_ptr.hpp> 36 static FilePathPropertyPtr initialize(
const QString& uid, QString name, QString help, QString value,
37 QStringList paths, QDomNode root = QDomNode());
41 virtual QString getUid()
const;
43 virtual QVariant getValueAsVariant()
const;
44 virtual void setValueFromVariant(QVariant val);
46 virtual QString getHelp()
const;
47 virtual void setHelp(QString val);
57 #endif // CXFILEPATHPROPERTY_H
Base class for properties using a file path.
boost::shared_ptr< class FilePathProperty > FilePathPropertyPtr
Namespace for all CustusX production code.