23 #ifndef UTIL_COLLECTION_H
24 #define UTIL_COLLECTION_H
30 #include <QStringList>
32 #include "util_interface.h"
42 QHashIterator<QString, QObject*> plugins();
47 QStringList command_list();
52 QObject* util(QString command);
57 bool insert_util(QObject *util_obj);
62 bool has_command(QString commmand);
67 bool populateUtil(QObject *plugin);
69 QHash<QString, QObject*> util_hash;
72 #endif // UTIL_COLLECTION_H
Definition: util_collection.h:34