![]() |
XII Release 0.1.0
|
Event that is broadcast whenever information about how to present elements in a container is required. More...
#include <PropertyMetaState.h>
Public Attributes | |
const xiiDocumentObject * | m_pObject = nullptr |
The object for which the information is queried. | |
xiiStringView | m_sProperty |
The Container property. | |
xiiHashTable< xiiVariant, xiiPropertyUiState > * | m_pContainerElementStates = nullptr |
Event that is broadcast whenever information about how to present elements in a container is required.
xiiHashTable<xiiVariant, xiiPropertyUiState>* xiiContainerElementMetaStateEvent::m_pContainerElementStates = nullptr |
The map into which event handlers should write their information about the state of each container element. The xiiVariant should be the key of the container element, either xiiUInt32 for arrays and sets or xiiString for maps.