summaryrefslogtreecommitdiff
path: root/src/core/model/Document.hpp
AgeCommit message (Collapse)Author
2015-01-12Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
Conflicts: application/src/core/model/Document.hpp
2015-01-12hopefully repaired multiple inheritance chaos.Benjamin Paassen
2015-01-12Is this necessary? No. Absolutely not. Only the base class (Managed) needs this.Andreas Stöckel
2015-01-12Tried to introduce another StructureNode class as common superclass for ↵Benjamin Paassen
StructuredEntity, Anchor and DocumentPrimitive. Nearly seems to work, but not entirely so. There are still issues with the Manager it seems.
2015-01-12normalized NodeVector access in model classes and added some more ↵Benjamin Paassen
documentation to model classes.
2015-01-11Silenced doxygen warningsAndreas Stöckel
2015-01-11Forward declaring Rtti stuff for fewer dependencies in the Rtti.hpp headerAndreas Stöckel
2015-01-09Refactored building convenience methods to TestDocumentBuilder, added error ↵Benjamin Paassen
logging and changed TestDocument and TestAdvanced as well as all users of those files accordingly.
2015-01-09Improvements to Document classes in accordance with BenjaminAndreas Stöckel
2015-01-08further extended example to include annotations (emphasized and strong). The ↵Benjamin Paassen
DemoOutput for that is still missing, though. convenience build functions have also been implemented in Document.cpp.
2015-01-05Added composition typesAndreas Stöckel
2015-01-04fixed a nasty bug in the getField method of DocumentEntity. Also corrected ↵Benjamin Paassen
some issues in the TestDocument and TestDomain.
2015-01-04improved documentation.Benjamin Paassen
2015-01-02Moved Node class to model folderAndreas Stöckel
2014-12-21Dokumenten und Domänenbeispiel.Benjamin Paassen
2014-12-20adapted model classes to new Rtti classAndreas Stöckel
2014-12-20Introduced global type variables for model classes and used them in the ↵Benjamin Paassen
Domain resolve test, which makes it much easier to understand.
2014-12-20replaces ManagedVector by NodeVector in Model classes.Benjamin Paassen
2014-12-19added convenience function for document construction and tested them.Benjamin Paassen
2014-12-17Some (slight) changes to existing structures and first attempts on a test to ↵Benjamin Paassen
construct a test comain and a test document out of thin air. I am, indeed, an alchemist.
2014-12-16Document.hpp does compile now. Further Tests are needed.Benjamin Paassen
2014-12-16finished first draft of Document.hpp, but this is not yet compiled nor tested.Benjamin Paassen
2014-12-16first draft for DocumentEntity.Benjamin Paassen