38 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h> 45 #include <QtCore/QString> 46 #include <QtCore/QObject> 71 void add(
const QString & key,
const QList<TOPPASResource> & resource_list);
73 const QList<TOPPASResource> &
get(
const QString & key)
const;
75 void load(
const QString & file_name);
77 void store(
const QString & file_name);
A dictionary mapping string keys to lists of TOPPASResource objects.
Definition: TOPPASResources.h:55
QList< TOPPASResource > empty_list_
The empty list.
Definition: TOPPASResources.h:86
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Map< QString, QList< TOPPASResource > > map_
The dictionary.
Definition: TOPPASResources.h:84
Map class based on the STL map (containing several convenience functions)
Definition: Map.h:50