35 #ifndef OPENMS_VISUAL_TOPPASRESOURCE_H 
   36 #define OPENMS_VISUAL_TOPPASRESOURCE_H 
   38 #include <OpenMS/config.h> 
   40 #include <QtCore/QString> 
   41 #include <QtCore/QStringList> 
   42 #include <QtCore/QUrl> 
   43 #include <QtCore/QObject> 
   72     void writeToFile(
const QString & file_name);
 
   74     const QString & getLocalFile() 
const;
 
   76     const QUrl & getURL() 
const;
 
   78     void fromLocalFile(
const QString & file);
 
Represents a data resource for TOPPAS workflows. 
Definition: TOPPASResource.h:54
QString file_name_
The name of the local file. 
Definition: TOPPASResource.h:88
QUrl url_
The URL of this resource. 
Definition: TOPPASResource.h:86
static QStringList supported_schemes
Supported schemes. 
Definition: TOPPASResource.h:81