![]() |
ezEngine Release 25.08
|
Used by ezDocumentObjectManager::m_StructureEvents. More...
#include <DocumentObjectManager.h>
Public Types | |
enum class | Type { BeforeReset , AfterReset , BeforeObjectAdded , AfterObjectAdded , BeforeObjectRemoved , AfterObjectRemoved , BeforeObjectMoved , AfterObjectMoved , AfterObjectMoved2 } |
Public Member Functions | |
const ezAbstractProperty * | GetProperty () const |
ezVariant | getInsertIndex () const |
Public Attributes | |
Type | m_EventType |
const ezDocument * | m_pDocument = nullptr |
const ezDocumentObject * | m_pObject = nullptr |
const ezDocumentObject * | m_pPreviousParent = nullptr |
const ezDocumentObject * | m_pNewParent = nullptr |
ezString | m_sParentProperty |
ezVariant | m_OldPropertyIndex |
ezVariant | m_NewPropertyIndex |
Used by ezDocumentObjectManager::m_StructureEvents.