XII Release 0.1.0
Loading...
Searching...
No Matches
xiiContainerElementMetaStateEvent Struct Reference

Event that is broadcast whenever information about how to present elements in a container is required. More...

#include <PropertyMetaState.h>

Public Attributes

const xiiDocumentObjectm_pObject = nullptr
 The object for which the information is queried.
 
xiiStringView m_sProperty
 The Container property.
 
xiiHashTable< xiiVariant, xiiPropertyUiState > * m_pContainerElementStates = nullptr
 

Detailed Description

Event that is broadcast whenever information about how to present elements in a container is required.

Member Data Documentation

◆ m_pContainerElementStates

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.


The documentation for this struct was generated from the following file: