From 7ed106bc79c222586279d4351db1c5f005b0b1f3 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Tue, 24 Mar 2015 21:53:40 +0100 Subject: -Add listaliasnode to list all alias. --- node/listaliasnode.h | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 node/listaliasnode.h (limited to 'node/listaliasnode.h') diff --git a/node/listaliasnode.h b/node/listaliasnode.h new file mode 100644 index 0000000..d01d17a --- /dev/null +++ b/node/listaliasnode.h @@ -0,0 +1,33 @@ +#ifndef LISTALIASNODE_H +#define LISTALIASNODE_H + +#include "executionnode.h" +#include "result/stringresult.h" + + +class ListAliasNode : public ExecutionNode +{ +public: + ListAliasNode(QMap* mapAlias); + /** + * @brief run + * @param previous + */ + virtual void run(ExecutionNode* previous = NULL); + + /** + * @brief toString + * @return + */ + virtual QString toString()const; + /** + * @brief getPriority + * @return + */ + virtual qint64 getPriority() const; + +private: + QMap* m_mapAlias; +}; + +#endif // LISTALIASNODE_H -- cgit v1.2.3-70-g09d2