Plasma Engine  2.0
Loading...
Searching...
No Matches
plContainerElementMetaStateEvent 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 plDocumentObjectm_pObject = nullptr
 The object for which the information is queried.
 
const char * m_szProperty = nullptr
 The Container property.
 
plHashTable< plVariant, plPropertyUiState > * 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

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.


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