X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/561d4f45e60504cc9e041370dd908b002fe776a5..6e2b3026c6a496e81642c373796bd39dad33d2a6:/BlockParameter.h?ds=sidebyside diff --git a/BlockParameter.h b/BlockParameter.h index adc8c5d..15df2d8 100644 --- a/BlockParameter.h +++ b/BlockParameter.h @@ -44,6 +44,10 @@ public : inline int getType() { return type; } QString getTypeString(); virtual QVariant getValue(); // may be overriden + int getIntValue(bool* ok); + double getDoubleValue(bool* ok); + bool getBooleanValue(bool* ok); + QString getStringValue(); virtual QString getContext() = 0; // setters