OpenClonk
C4GUI::ComboBox::ComboMenuCBStruct Struct Reference

#include <C4Gui.h>

Collaboration diagram for C4GUI::ComboBox::ComboMenuCBStruct:
[legend]

Public Member Functions

 ComboMenuCBStruct ()
 
 ComboMenuCBStruct (const char *szText, int32_t id)
 

Public Attributes

StdCopyStrBuf sText
 
int32_t id {0}
 

Detailed Description

Definition at line 1969 of file C4Gui.h.

Constructor & Destructor Documentation

◆ ComboMenuCBStruct() [1/2]

C4GUI::ComboBox::ComboMenuCBStruct::ComboMenuCBStruct ( )
inline

Definition at line 1974 of file C4Gui.h.

1974 : sText() {}

◆ ComboMenuCBStruct() [2/2]

C4GUI::ComboBox::ComboMenuCBStruct::ComboMenuCBStruct ( const char *  szText,
int32_t  id 
)
inline

Definition at line 1975 of file C4Gui.h.

1975 : sText(szText), id(id) {}

Member Data Documentation

◆ id

int32_t C4GUI::ComboBox::ComboMenuCBStruct::id {0}

Definition at line 1972 of file C4Gui.h.

Referenced by C4GUI::ComboBox::OnCtxComboSelect().

◆ sText

StdCopyStrBuf C4GUI::ComboBox::ComboMenuCBStruct::sText

Definition at line 1971 of file C4Gui.h.

Referenced by C4GUI::ComboBox::OnCtxComboSelect().


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