ezEngine  Release 25.03
ezDocumentRootObject Class Reference

Implementation detail of ezDocumentObjectManager. More...

#include <DocumentObjectManager.h>

Inheritance diagram for ezDocumentRootObject:

Public Member Functions

 ezDocumentRootObject (const ezRTTI *pRootType)
 
virtual void InsertSubObject (ezDocumentObject *pObject, ezStringView sProperty, const ezVariant &index) override
 
virtual void RemoveSubObject (ezDocumentObject *pObject) override
 
- Public Member Functions inherited from ezDocumentStorageObject
 ezDocumentStorageObject (const ezRTTI *pType)
 
virtual const ezIReflectedTypeAccessorGetTypeAccessor () const override
 
- Public Member Functions inherited from ezDocumentObject
const ezUuidGetGuid () const
 
const ezRTTIGetType () const
 
const ezDocumentObjectManagerGetDocumentObjectManager () const
 
ezDocumentObjectManagerGetDocumentObjectManager ()
 
ezIReflectedTypeAccessorGetTypeAccessor ()
 
const ezDocumentObjectGetParent () const
 
void ComputeObjectHash (ezUInt64 &ref_uiHash) const
 
const ezHybridArray< ezDocumentObject *, 8 > & GetChildren () const
 
ezDocumentObjectGetChild (const ezUuid &guid)
 
const ezDocumentObjectGetChild (const ezUuid &guid) const
 
ezStringView GetParentProperty () const
 
const ezAbstractPropertyGetParentPropertyType () const
 
ezVariant GetPropertyIndex () const
 
bool IsOnHeap () const
 
ezUInt32 GetChildIndex (const ezDocumentObject *pChild) const
 

Additional Inherited Members

- Protected Attributes inherited from ezDocumentStorageObject
ezReflectedTypeStorageAccessor m_ObjectPropertiesAccessor
 
- Protected Attributes inherited from ezDocumentObject
ezUuid m_Guid
 
ezDocumentObjectManagerm_pDocumentObjectManager = nullptr
 
ezDocumentObjectm_pParent = nullptr
 
ezHybridArray< ezDocumentObject *, 8 > m_Children
 
ezString m_sParentProperty
 

Detailed Description

Implementation detail of ezDocumentObjectManager.


The documentation for this class was generated from the following files: