aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/result.h
diff options
context:
space:
mode:
Diffstat (limited to 'result.h')
-rw-r--r--result.h18
1 files changed, 17 insertions, 1 deletions
diff --git a/result.h b/result.h
index e2cccd5..dcd0b8d 100644
--- a/result.h
+++ b/result.h
@@ -58,10 +58,26 @@ public:
* @brief setPrevious
*/
virtual void setPrevious(Result*);
+ /**
+ * @brief isStringResult
+ * @return
+ */
bool isStringResult();
+ /**
+ * @brief getStringResult
+ * @return
+ */
QString getStringResult();
-
+ /**
+ * @brief generateDotTree
+ */
+ void generateDotTree(QString&);
+ /**
+ * @brief toString
+ * @return
+ */
+ QString toString();
protected:
int m_resultTypes;/// @brief
private: