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. --- node/sortresult.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 node/sortresult.h (limited to 'node/sortresult.h') diff --git a/node/sortresult.h b/node/sortresult.h new file mode 100644 index 0000000..8433eba --- /dev/null +++ b/node/sortresult.h @@ -0,0 +1,18 @@ +#ifndef SORTRESULT_H +#define SORTRESULT_H + +#include "executionnode.h" + +class SortResultNode : public ExecutionNode +{ +public: + SortResultNode(); + virtual void run(ExecutionNode*); + + + void setSortAscending(bool asc); +private: + bool m_ascending; +}; + +#endif // SORTRESULT_H -- cgit v1.2.3-70-g09d2