From de38199f61635a4206eb44c8e70634086aa20538 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Tue, 9 Dec 2014 20:41:07 +0100 Subject: add help API --- node/helpnode.h | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to 'node/helpnode.h') diff --git a/node/helpnode.h b/node/helpnode.h index 89aba11..f8b3f78 100644 --- a/node/helpnode.h +++ b/node/helpnode.h @@ -1,10 +1,37 @@ #ifndef HELPNODE_H #define HELPNODE_H +#include "executionnode.h" -class HelpNode : public ExecuteNode +#include +#include + +#include "stringresult.h" + +/** + * @brief The HelpNode class + */ +class HelpNode : public ExecutionNode { public: + /** + * @brief HelpNode + */ HelpNode(); + /** + * @brief run + * @param previous + */ + void run(ExecutionNode* previous); + /** + * @brief toString + * @return + */ + virtual QString toString()const; + /** + * @brief getPriority + * @return + */ + virtual qint64 getPriority() const; }; #endif // HELPNODE_H -- cgit v1.2.3-70-g09d2