From 4b5f49447e1583756c6f6bb15d7bc643bb7adda3 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Mon, 5 Jan 2015 13:51:46 +0100 Subject: Added composition types --- src/core/model/Document.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/core/model/Document.hpp') diff --git a/src/core/model/Document.hpp b/src/core/model/Document.hpp index fabdcaf..7523962 100644 --- a/src/core/model/Document.hpp +++ b/src/core/model/Document.hpp @@ -395,6 +395,15 @@ public: Rooted getRoot() const { return root; } }; } + +namespace RttiTypes { +extern const Rtti Document; +extern const Rtti DocumentEntity; +extern const Rtti AnnotationEntity; +extern const Rtti StructuredEntity; +extern const Rtti DocumentPrimitive; +extern const Rtti Anchor; +} } #endif /* _OUSIA_MODEL_DOCUMENT_HPP_ */ -- cgit v1.2.3