![]() |
Plasma Engine
2.0
|
Event that is broadcast whenever information about how to present properties is required. More...
#include <PropertyMetaState.h>
Public Attributes | |
const plDocumentObject * | m_pObject = nullptr |
The object for which the information is queried. | |
plMap< plString, plPropertyUiState > * | m_pPropertyStates = nullptr |
Event that is broadcast whenever information about how to present properties is required.
plMap<plString, plPropertyUiState>* plPropertyMetaStateEvent::m_pPropertyStates = nullptr |
The map into which event handlers should write their information about the state of each property. The string is the property name that identifies the property in m_pObject.