diff options
author | rtk0c <[email protected]> | 2021-04-28 15:18:51 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-04-28 15:18:51 -0700 |
commit | 00fd95526677d670d002ca81069636f0f74b91f7 (patch) | |
tree | a783f05be218a58c2b78175425f7576664c3f1a9 /core/src/Model/Workflow/Values/BasicValues.hpp | |
parent | b7d5b514e7bffd3149a99bc7f1424f8251876d85 (diff) |
Code cleanup, fix database view paging and selection
Diffstat (limited to 'core/src/Model/Workflow/Values/BasicValues.hpp')
-rw-r--r-- | core/src/Model/Workflow/Values/BasicValues.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
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); |