35 #ifndef OPENMS_VISUAL_TOPPASRESOURCE_H 36 #define OPENMS_VISUAL_TOPPASRESOURCE_H 39 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h> 41 #include <QtCore/QString> 42 #include <QtCore/QStringList> 43 #include <QtCore/QUrl> 44 #include <QtCore/QObject> 73 void writeToFile(
const QString & file_name);
75 const QString & getLocalFile()
const;
77 const QUrl & getURL()
const;
79 void fromLocalFile(
const QString & file);
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Represents a data resource for TOPPAS workflows.
Definition: TOPPASResource.h:55
QString file_name_
The name of the local file.
Definition: TOPPASResource.h:89
QUrl url_
The URL of this resource.
Definition: TOPPASResource.h:87
static QStringList supported_schemes
Supported schemes.
Definition: TOPPASResource.h:82