#include <camenuselect.h>
Inheritance diagram for CAMenuSelect:

Public Member Functions | |
| CAMenuSelect (CAMenu *menu, int pos, const char *label, const char *valueList, int *result) | |
| Constructor for selections of more than two items. | |
| CAMenuSelect (CAMenu *menu, int pos, const char *label, const char *valueList, bool *result) | |
| Constructor for selections of two items. | |
| ~CAMenuSelect () | |
| Destructor. | |
| virtual int | rtti () |
| Returns rtti of this menu item. | |
| virtual void | display (bool highlight) |
| Displays the item. | |
| virtual void | handleKey (const CL_Key &key) |
| Handles keys on this label. | |
| int | getSelectedItem () |
| void | setSelectedItem (int index) |
That's kind of a combobox, isn't it?
|
||||||||||||||||||||||||
|
Constructor for selections of more than two items.
|
|
||||||||||||||||||||||||
|
Constructor for selections of two items.
|
|
|
Returns rtti of this menu item. CA_MI_MENUSELECT for menu selects. Reimplemented from CAMenuLabel. |
1.4.4