|
![]() |
Apocalypse mirror
Sourceforge mirror |
| News | Info | Characters | Arenas | Screenshots | Forums | Download | ||||
| Developer: | Making of | Character-HOWTO | AI Design | Submit a Character | |||
| Documentation: | Main Page | Modules | Class Hierarchy | Class List | File List |
#include <menu.h>
Inheritance diagram for CTextMenuItem:

Public Member Functions | |
| CTextMenuItem (CMenu *a_poMenu, const char *a_pcInitialValue, const char *a_pcUtf8Title, int a_iCode) | |
| virtual | ~CTextMenuItem () |
| virtual void | Draw () |
| virtual void | SetValue (const char *a_pcValue) |
Protected Attributes | |
| std::string | m_sTitle |
| std::string | m_sValue |
This value is displayed next to the regular name of the menu item.
|
||||||||||||||||||||
|
|
|
|
|
|
|
Reimplemented from CMenuItem. |
|
|
|
|
|
|
|
|
|