From 4de8cf5796446b7f8b09d776e4a6a6d6b8e95cb6 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sat, 4 Jan 2014 16:24:54 +0100 Subject: -Adding range, booleancondition and countexecutenode. --- range.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 range.h (limited to 'range.h') diff --git a/range.h b/range.h new file mode 100644 index 0000000..73bef2b --- /dev/null +++ b/range.h @@ -0,0 +1,20 @@ +#ifndef RANGE_H +#define RANGE_H + +#include +#include "validator.h" + +class Range : public Validator +{ +public: + Range(); + void setValue(qint64,qint64); + + virtual bool isValid(qint64 b) const; + +private: + qint64 m_start; + qint64 m_end; +}; + +#endif // RANGE_H -- cgit v1.2.3-70-g09d2