#include <menu.h>
Inheritance diagram for cIconListMenu:
Public Methods | |
| cIconListMenu () | |
| ~cIconListMenu () | |
| virtual void | handleButton (NXWCLIENT ps, cClientPacket *pkg) |
| void | addIcon (UI16 model, COLOR color, std::string response) |
| void | addIcon (UI16 model, COLOR color, SI32 data, std::string response) |
Public Attributes | |
| std::string | question |
Protected Methods | |
| virtual cServerPacket * | createPacket () |
Protected Attributes | |
| std::vector< pkg_icon_list_menu_st > | icons |
| std::map< SERIAL, SI32 > | iconData |
|
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
Reimplemented from cBasicMenu. |
|
||||||||||||
|
Reimplemented from cBasicMenu. Reimplemented in magic::cPolymorphMenu, magic::cCreateFoodMenu, and magic::cSummonCreatureMenu. |
|
|
|
|
|
|
|
|
|