X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/756baf5c8eaf003e8271dab9c395de2b0e704857..a7299f808c1906872b76aa62fb6d8276096c4ff5:/Dispatcher.h diff --git a/Dispatcher.h b/Dispatcher.h index 538ee66..807c3bb 100644 --- a/Dispatcher.h +++ b/Dispatcher.h @@ -20,6 +20,8 @@ class ConnectionItem; class InterfaceItem; class GroupBlock; class FunctionalBlock; +#include "Exception.h" +class Exception; @@ -62,7 +64,12 @@ public: bool isCurrentProject; public slots: + + // graph ops QMap getAllGroupNames(); + void generateVHDL() throw(Exception); + + // scene ops GroupScene* getSceneById(int id); GroupScene* getSceneByName(QString name); BoxItem* getBoxItemById(int id);