X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/f311fbc3e1436bf248c54225f0743cfa671c4bd7..43fd94117de66d533ef9e58b2de85daa244da309:/Dispatcher.h 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: