#include <camenuinput.h>
Inheritance diagram for CAMenuInput:

Public Member Functions | |
| CAMenuInput (CAMenu *menu, int pos, const char *label, char *result, int maxLength) | |
| Constructor which takes a string as result. | |
| CAMenuInput (CAMenu *menu, int pos, const char *label, int *result, int maxLength) | |
| Constructor which takes an int as result. | |
| ~CAMenuInput () | |
| Destructor. | |
| virtual int | rtti () |
| Returns rtti of this menu item. | |
| void | display (bool highlight) |
| Displays the item. | |
| void | handleKey (const CL_Key &key) |
| Handles key inputs. | |
| virtual int CAMenuInput::rtti | ( | ) | [inline, virtual] |
1.5.0