X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/756baf5c8eaf003e8271dab9c395de2b0e704857..c85843afb9bd492b46d6fe87a8287157097483f5:/Parameters.h diff --git a/Parameters.h b/Parameters.h index ccd24ff..f03ca0a 100644 --- a/Parameters.h +++ b/Parameters.h @@ -78,6 +78,11 @@ public : inline void setCursorState(CursorState state) { cursorState = state; } inline void setDispatcher(Dispatcher* _dispatcher) { dispatcher = _dispatcher;} + // testers + + // others + static QString normalizeName(const QString& name); + /*************************************************** attributes that are general to the application ***************************************************/ @@ -125,6 +130,9 @@ public : bool unsaveModif; bool isRstClkShown; QMap blockToItem; // allow to retrieve a box item from a functionnal block + QString projectPath; + QString projectName; + QString projectFile; // equals to projectPath/projectName.xml Graph* createGraph(); void destroyGraph(); @@ -165,7 +173,7 @@ public : void save(QString confFile); - QString projectPath; + private: Graph* graph; // the graph model of blocks