38 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h> 44 #include <QtCore/QString> 45 #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);
85 std::map<QString, QList<TOPPASResource> >
map_;
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
std::map< QString, QList< TOPPASResource > > map_
The dictionary.
Definition: TOPPASResources.h:85