DescriptionCustomGuiNotification Struct Reference Library » 描述

#include <lib_description.h>

Inheritance diagram for DescriptionCustomGuiNotification:

详细描述

Message struct for MSG_DESCRIPTION_CUSTOMGUI_NOTIFICATION .

由于
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 .