]> AND Private Git Repository - blast.git/blobdiff - BlockParameter.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
started VHDL generation of GroupBlock
[blast.git] / BlockParameter.h
index adc8c5d15192f39ae72568a9356d96a4083e8fe8..15df2d8ff3dcdbc4d67d868746fa4de4bc799a06 100644 (file)
@@ -44,6 +44,10 @@ public :
   inline int getType() { return type; }\r
   QString getTypeString();\r
   virtual QVariant getValue(); // may be overriden\r
+  int getIntValue(bool* ok);\r
+  double getDoubleValue(bool* ok);\r
+  bool getBooleanValue(bool* ok);\r
+  QString getStringValue();\r
   virtual QString getContext() = 0;\r
 \r
   // setters\r