35 #ifndef OPENMS_VISUAL_TOPPASRESOURCES_H 
   36 #define OPENMS_VISUAL_TOPPASRESOURCES_H 
   38 #include <OpenMS/config.h> 
   44 #include <QtCore/QString> 
   45 #include <QtCore/QObject> 
   70     void add(
const QString & key, 
const QList<TOPPASResource> & resource_list);
 
   72     const QList<TOPPASResource> & 
get(
const QString & key) 
const;
 
   74     void load(
const QString & file_name);
 
   76     void store(
const QString & file_name);
 
A dictionary mapping string keys to lists of TOPPASResource objects. 
Definition: TOPPASResources.h:54
QList< TOPPASResource > empty_list_
The empty list. 
Definition: TOPPASResources.h:85
Map< QString, QList< TOPPASResource > > map_
The dictionary. 
Definition: TOPPASResources.h:83
Map class based on the STL map (containing serveral convenience functions) 
Definition: Map.h:50