18 #ifndef DEBUGCONSOLEPLUGIN_H
19 #define DEBUGCONSOLEPLUGIN_H
22 #include <QGridLayout>
23 #include <QPushButton>
24 #include <QListWidget>
25 #include <QListWidgetItem>
27 #include <core/extensions/IPlugin.h>
28 using namespace composer::extension;
49 bool saveSubsession();
52 void onEntityAdded(QString ID, Entity *);
53 void onEntityChanged(QString ID, Entity *);
55 void onEntityRemoved(QString ID, QString entityID);
57 void errorMessage(QString error);
62 #endif // DEBUGCONSOLEPLUGIN_H