X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/4cf57e6db08da791233d75237f62e74bc88dd427..2bdaa0aa3fab52f0808f60d9bbdabcd56d0efae9:/MainWindow.h diff --git a/MainWindow.h b/MainWindow.h index 9664a96..96fab67 100644 --- a/MainWindow.h +++ b/MainWindow.h @@ -38,6 +38,7 @@ class Graph; #define PROJECT_LIB (quint16)32 #define ANALYSIS_ANALYZE (quint16)1 +#define ANALYSIS_GENERATE (quint16)2 #define OP_ADD (quint8)0 #define OP_REM (quint8)1 @@ -107,6 +108,7 @@ private: // actions for graph analysis QAction *graphAnalysis; + QAction *generateVHDL; // actions for tools QAction *vhdlToXmlAct; @@ -129,6 +131,7 @@ private slots: void slotOpenBlockLibrary(); void slotGraphAnalysis(); + void slotGenerateVHDL(); void slotVHDLToXml();