summaryrefslogtreecommitdiffstats
path: root/include/core/NodePath.hpp
diff options
context:
space:
mode:
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);