35 #ifndef OPENMS_VISUAL_TOPPASRESOURCES_H    36 #define OPENMS_VISUAL_TOPPASRESOURCES_H    39 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h>    46 #include <QtCore/QString>    47 #include <QtCore/QObject>    72     void add(
const QString & key, 
const QList<TOPPASResource> & resource_list);
    74     const QList<TOPPASResource> & 
get(
const QString & key) 
const;
    76     void load(
const QString & file_name);
    78     void store(
const QString & file_name);
 A dictionary mapping string keys to lists of TOPPASResource objects. 
Definition: TOPPASResources.h:56
 
QList< TOPPASResource > empty_list_
The empty list. 
Definition: TOPPASResources.h:87
 
Main OpenMS namespace. 
Definition: FeatureDeconvolution.h:47
 
Map< QString, QList< TOPPASResource > > map_
The dictionary. 
Definition: TOPPASResources.h:85
 
Map class based on the STL map (containing several convenience functions) 
Definition: Map.h:51