![]() |
Plasma Engine
2.0
|
Event that is broadcast whenever information about how to present elements in a container is required. More...
#include <PropertyMetaState.h>
Public Attributes | |
const plDocumentObject * | m_pObject = nullptr |
The object for which the information is queried. | |
const char * | m_szProperty = nullptr |
The Container property. | |
plHashTable< plVariant, plPropertyUiState > * | m_pContainerElementStates = nullptr |
Event that is broadcast whenever information about how to present elements in a container is required.
plHashTable<plVariant, plPropertyUiState>* plContainerElementMetaStateEvent::m_pContainerElementStates = nullptr |
The map into which event handlers should write their information about the state of each container element. The plVariant should be the key of the container element, either plUInt32 for arrays and sets or plString for maps.