summaryrefslogtreecommitdiffstats
path: root/include/core/NodePath.hpp
diff options
context:
space:
mode:
authorThomas Herzog <thomas.herzog@mail.com>2019-08-05 10:39:56 +0200
committerGitHub <noreply@github.com>2019-08-05 10:39:56 +0200
commitc2ec46f64a24de9a46b06c3e987c306f549ccadb (patch)
treec47c280be3a9638536011440b75bdc99dfe9b578 /include/core/NodePath.hpp
parentcdd50260d0c2bd620f15d16e2e00a4d8c965eb67 (diff)
parentb895d3c3264dd52312e65af01e34ed04bbf86222 (diff)
downloadredot-cpp-c2ec46f64a24de9a46b06c3e987c306f549ccadb.tar.gz
Merge pull request #296 from lupoDharkael/missing
Add missing class methods
Diffstat (limited to 'include/core/NodePath.hpp')
-rw-r--r--include/core/NodePath.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/core/NodePath.hpp b/include/core/NodePath.hpp
index aaa6727..221c5ce 100644
--- a/include/core/NodePath.hpp
+++ b/include/core/NodePath.hpp
@@ -31,6 +31,10 @@ public:
bool is_empty() const;
+ NodePath get_as_property_path() const;
+
+ String get_concatenated_subnames() const;
+
operator String() const;
void operator=(const NodePath &other);