DescriptionCustomGuiNotification Struct Reference

#include <lib_description.h>

Inheritance diagram for DescriptionCustomGuiNotification:

Detailed Description

Message struct for MSG_DESCRIPTION_CUSTOMGUI_NOTIFICATION.

Since
R19

Public Attributes

Int32 _customGuiId
 
Int32 _subId
 
const BaseContainer_data
 
- Public Attributes inherited from DescriptionBaseMessage
DescID _descId
 
GeDialog_parentDialog
 

Member Data Documentation

◆ _customGuiId

Int32 _customGuiId

The custom GUI plugin ID.

◆ _subId

Int32 _subId

The message type sub-ID. Depending on the custom GUI implementation a different sub-ID can be passed with different data.

◆ _data

const BaseContainer* _data

The data of the message, can be nullptr.