CAMenuInput Class Reference

A menu item for inputing user specific values (strings). More...

#include <camenuinput.h>

Inheritance diagram for CAMenuInput:

CAMenuLabel CAMenuItem

List of all members.

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.


Detailed Description

A menu item for inputing user specific values (strings).

Author:
Andrew Mustun

Member Function Documentation

virtual int CAMenuInput::rtti (  )  [inline, virtual]

Returns rtti of this menu item.

CA_MI_MENUINPUT for menu inputs.

Reimplemented from CAMenuLabel.


The documentation for this class was generated from the following files:
Generated on Tue Sep 25 22:39:26 2007 by  doxygen 1.5.3