#include <camenulabel.h>
Inheritance diagram for CAMenuLabel:

Public Member Functions | |
| CAMenuLabel (CAMenu *menu, int pos, const char *label) | |
| Constructor. | |
| ~CAMenuLabel () | |
| Destructor. | |
| virtual int | rtti () |
| Returns rtti of this menu item. | |
| virtual void | display (bool highlight) |
| Displays the menu label. | |
| virtual void | handleKey (const CL_Key &key) |
| Handles keys on this label. | |
Protected Attributes | |
| CL_Font * | font |
|
|
Returns rtti of this menu item. CA_MI_MENULABEL for menu labels. Reimplemented from CAMenuItem. Reimplemented in CAMenuInput, and CAMenuSelect. |
1.4.6