From 1d962712fdba24078b6ce35a2d616cd3155cfc31 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Thu, 14 Feb 2019 23:45:18 +0100 Subject: add occurencecountnode --- node/occurencecountnode.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'node/occurencecountnode.h') diff --git a/node/occurencecountnode.h b/node/occurencecountnode.h index 9c9aa13..ed7f8b4 100644 --- a/node/occurencecountnode.h +++ b/node/occurencecountnode.h @@ -4,6 +4,7 @@ #include "executionnode.h" #include "validator.h" +class StringResult; class OccurenceCountNode : public ExecutionNode { public: @@ -15,10 +16,20 @@ public: ExecutionNode* getCopy() const; qint64 getPriority() const; + qint64 getWidth() const; + void setWidth(const qint64 &width); + + qint64 getHeight() const; + void setHeight(const qint64 &height); + + Validator *getValidator() const; + void setValidator(Validator *validator); + private: qint64 m_width=0; qint64 m_height=0; Validator* m_validator; + StringResult* m_stringResult; }; #endif // OCCURENCECOUNTNODE_H -- cgit v1.2.3-70-g09d2