3#include <Foundation/Serialization/AbstractObjectGraph.h>
4#include <ToolsFoundation/Object/DocumentObjectManager.h>
19 m_pManager = pManager;
44 CreateAndAddToDocument,
51 plUInt32 GetNumUnknownObjectCreations()
const {
return m_uiUnknownTypeInstances; }
52 const plSet<plString>& GetUnknownObjectTypes()
const {
return m_UnknownTypes; }
66 plUInt32 m_uiUnknownTypeInstances;
Definition AbstractObjectGraph.h:115
Definition AbstractObjectGraph.h:17
This is the base interface for all properties in the reflection system. It provides enough informatio...
Definition AbstractProperty.h:150
Definition DocumentObjectConverter.h:39
Writes the state of an plDocumentObject to an abstract graph.
Definition DocumentObjectConverter.h:13
Definition DocumentObjectBase.h:11
Represents to content of a document. Every document has exactly one root object under which all objec...
Definition DocumentObjectManager.h:116
Definition ObjectAccessorBase.h:8
plStringView represent a read-only sub-string of a larger string, as it can store a dedicated string ...
Definition StringView.h:34
plVariant is a class that can store different types of variables, which is useful in situations where...
Definition Variant.h:44
Definition AbstractObjectGraph.h:70
Definition AbstractObjectGraph.h:20