32 #ifndef _CLI_UI_CHOICE_H_ 33 #define _CLI_UI_CHOICE_H_ 48 const int I_DefaultChoice,
49 const tk::Queue<ResourceString>& TK_Choices
55 const int I_DefaultChoice,
56 const tk::Queue<ResourceString>& TK_Choices
74 const int GetChoice(
void)
const;
83 virtual void ResetToDefault(
void);
86 virtual void OnKey(
const KEY E_KeyCode);
91 const unsigned int UI_Increment
95 const int m_iDefaultChoice;
96 const tk::Queue<ResourceString> m_tkChoices;
104 #endif // _CLI_UI_CHOICE_H_ Main namespace of the CLI library.
Simple line user interface object.
#define CLI_NS_END(__ns)
End a namespace definition.
LANG
Languages identifiers.
Choice user interface class.
#define CLI_NS_BEGIN(__ns)
Begin a namespace definition.