From 07c5f6ec23fcf9237a24e71adcfacabce677f818 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Fri, 29 Apr 2022 10:48:09 +0200 Subject: Change file organization. --- node/forloopnode.h | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 node/forloopnode.h (limited to 'node/forloopnode.h') diff --git a/node/forloopnode.h b/node/forloopnode.h deleted file mode 100644 index a9acf20..0000000 --- a/node/forloopnode.h +++ /dev/null @@ -1,36 +0,0 @@ -#ifndef FORLOOPNODE_H -#define FORLOOPNODE_H - -#include "executionnode.h" -#include "result/diceresult.h" -#include - -class MockNode : public ExecutionNode -{ -public: - MockNode(); - void run(ExecutionNode* node); - void setResult(Result* result); - QString toString(bool withLabel) const; - qint64 getPriority() const; - ExecutionNode* getCopy() const; -}; - -class ForLoopNode : public ExecutionNode -{ -public: - ForLoopNode(); - void run(ExecutionNode* previous); - - void setInternal(ExecutionNode* internal); - - QString toString(bool withLabel) const; - qint64 getPriority() const; - ExecutionNode* getCopy() const; - -private: - std::unique_ptr m_internal; - DiceResult* m_diceResult; -}; - -#endif // FORLOOPNODE_H -- cgit v1.2.3-70-g09d2