3#include <Foundation/Strings/String.h>
4#include <Foundation/Types/Delegate.h>
5#include <ToolsFoundation/ToolsFoundationDLL.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
Implements visitor pattern for content of the document object manager.
Definition DocumentObjectVisitor.h:12
plStringView represent a read-only sub-string of a larger string, as it can store a dedicated string ...
Definition StringView.h:34
A generic delegate class which supports static functions and member functions.
Definition Delegate.h:76