From 00fd95526677d670d002ca81069636f0f74b91f7 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Wed, 28 Apr 2021 15:18:51 -0700 Subject: Code cleanup, fix database view paging and selection --- core/src/Model/Workflow/Values/BasicValues.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/src/Model/Workflow/Values/BasicValues.hpp') diff --git a/core/src/Model/Workflow/Values/BasicValues.hpp b/core/src/Model/Workflow/Values/BasicValues.hpp index a116c8c..e2e990d 100644 --- a/core/src/Model/Workflow/Values/BasicValues.hpp +++ b/core/src/Model/Workflow/Values/BasicValues.hpp @@ -14,7 +14,10 @@ public: static bool IsInstance(const BaseValue* value); NumericValue(); + std::string GetTruncatedString() const; + std::string GetRoundedString() const; std::string GetString() const; + int64_t GetInt() const; double GetValue() const; void SetValue(double value); -- cgit v1.2.3-70-g09d2