X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/dd016ff4a3d4c5d4f90277637f86cdc31a7a91f8..d43174d0eb3d293b3bb5fbe76662241134e74d0d:/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: