32 #ifndef _CLI_UI_INT_H_ 33 #define _CLI_UI_INT_H_ 48 const int I_DefaultValue,
56 const int I_DefaultValue,
70 Int& operator=(
const Int&);
75 const int GetInt(
void)
const;
79 virtual void ResetToDefault(
void);
82 virtual void OnKey(
const KEY E_KeyCode);
85 const int m_iDefaultValue;
86 const int m_iMinValue;
87 const int m_iMaxValue;
94 #endif // _CLI_UI_INT_H_ Main namespace of the CLI library.
Simple line user interface object.
Integer user interface object.
#define CLI_NS_END(__ns)
End a namespace definition.
#define CLI_NS_BEGIN(__ns)
Begin a namespace definition.