#include <edit_ctrl.h>
Inheritance diagram for crs::text_ctrl:
Public Methods | |
text_ctrl (base_control *Parent, window_events *Events, unsigned int Left, unsigned int Top, unsigned int Width, unsigned int Height) | |
Public Attributes | |
property< text_ctrl, read_write, std::string > | text |
Protected Methods | |
virtual void | doSetText (const std::string &Text) |
virtual void | doGetText () |
Protected Attributes | |
std::string | mText |
Private Methods | |
const std::string & | getText () |
void | setText_ (const std::string &Text) |
|
Definition at line 5 of file edit_ctrl.cpp. |
|
Definition at line 22 of file edit_ctrl.cpp. Referenced by getText(). |
|
Definition at line 25 of file edit_ctrl.cpp. Referenced by setText_(). |
|
Definition at line 11 of file edit_ctrl.cpp. References doGetText(), and mText. |
|
Definition at line 16 of file edit_ctrl.cpp. References doSetText(), crs::base_control::mCursorpos, and mText. |
|
Definition at line 27 of file edit_ctrl.h. Referenced by crs::edit_ctrl< T >::doChange(), crs::edit_ctrl< T >::draw(), getText(), crs::edit_ctrl< T >::keyPress(), and setText_(). |
|
Definition at line 33 of file edit_ctrl.h. |