3#include <SharedPluginScene/Common/Messages.h>
4#include <ToolsFoundation/Object/DocumentObjectBase.h>
5#include <ToolsFoundation/Object/DocumentObjectManager.h>
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
Standard root object for most documents. m_RootObjects stores what is in the document and m_TempObjec...
Definition DocumentObjectManager.h:21
Definition DynamicArray.h:81
A hybrid array uses in-place storage to handle the first few elements without any allocation....
Definition HybridArray.h:12
Definition SceneObjectManager.h:24
Definition SceneObjectManager.h:16
This class holds information about reflected types. Each instance represents one type that is known t...
Definition RTTI.h:30
All classes that should be dynamically reflectable, need to be derived from this base class.
Definition DynamicRTTI.h:86
Definition Scene2Document.h:66
Definition SceneObjectManager.h:29
Definition SceneObjectManager.h:11
Definition SceneObjectManager.h:37
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
An plResult with an additional message for the reason of failure.
Definition Status.h:12