#include <packets.h>
Inheritance diagram for cPacketMenuSelection:

Public Methods | |
| cPacketMenuSelection () | |
| void | receive (NXWCLIENT PS) |
| Receive packet from client. | |
Public Attributes | |
| eSERIAL | serial |
| the serial ( first Id in PKG_MENU ) | |
| eSERIAL | id |
| gump serial (second Id in PKG_MENU ) | |
| eUI32 | buttonId |
| which button pressed or 0 if closed | |
| std::vector< SERIAL > | switchs |
| switch ids | |
| std::map< SERIAL, std::wstring > | text_entries |
| text entries | |
Private Attributes | |
| eUI16 | size |
| size | |
| eUI32 | switchcount |
| response info for radio buttons and checkboxes, any switches listed here are switched on | |
| eUI32 | textcount |
| response info for textentries | |
|
|
|
|
|
Receive packet from client.
Reimplemented from cClientPacket. |
|
|
which button pressed or 0 if closed
|
|
|
gump serial (second Id in PKG_MENU )
|
|
|
the serial ( first Id in PKG_MENU )
|
|
|
size
|
|
|
response info for radio buttons and checkboxes, any switches listed here are switched on
|
|
|
switch ids
|
|
|
text entries
|
|
|
response info for textentries
|