X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/f311fbc3e1436bf248c54225f0743cfa671c4bd7..d43174d0eb3d293b3bb5fbe76662241134e74d0d:/Dispatcher.h?ds=sidebyside diff --git a/Dispatcher.h b/Dispatcher.h index fd61087..e79ad60 100644 --- a/Dispatcher.h +++ b/Dispatcher.h @@ -44,11 +44,13 @@ public: void destroyScene(GroupScene* scene); void showRaiseWindow(BoxItem *item); void showRstClkInter(AbstractBoxItem *item); - void addNewEmptyGroup(GroupScene *scene); + GroupWidget *addNewEmptyGroup(GroupScene *scene, bool show = true); void addNewFullGroup(); inline GroupWidget* getCurrentGroup() { return currentGroup; } + inline void setSceneCounter(int value) { sceneCounter = value;} + bool isCurrentProject; public slots: