|
Public Member Functions |
virtual int | wm_update (Uint32 msdelta) |
virtual int | wm_lbuttondown (Uint16 x, Uint16 y) |
virtual int | wm_lbuttonup (Uint16 x, Uint16 y) |
virtual int | wm_mousemove (Uint16 x, Uint16 y, Uint16 dx, Uint16 dy) |
virtual int | wm_mouseleave () |
virtual int | wm_keydown (aedKeyEvent &event) |
virtual void | render () |
virtual void | setReadOnly (bool state) |
virtual bool | getReadOnly (void) const |
virtual void | setBlinkInterval (Uint32 interval) |
bool | getPasswordMode () const |
void | setPasswordMode (bool enable) |
void | setCharMask (std::string mask) |
std::string | getCharMask () |
void | setSelection (Uint32 start, Uint32 end) |
void | setSelectionStart (Uint32 start) |
void | setSelectionEnd (Uint32 end) |
int | calculateCaretPosition (Uint16 x, Uint16 y) |
Protected Attributes |
Uint16 | m_CaretPos |
bool | m_Selecting |
Uint32 | m_SelectionStart |
Uint32 | m_SelectionEnd |
Uint32 | m_BlinkInterval |
Uint32 | m_TimeSinceLastUpdate |
int | m_StartPixel |
bool | m_ShowCaret |
bool | m_PasswordMode |
std::string | m_CharMask |