List of all members.
Public Member Functions |
| bool | Create (wxWindow *parent, wxWindowID id, const wxString &value=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxValidator &validator=wxDefaultValidator) |
| | Creation.
|
| void | CreateControls () |
| | Creates the controls and sizers.
|
| void | Init () |
| | Initialises member variables.
|
| | IntelliTextCtrl (wxWindow *parent, wxWindowID id, const wxString &value=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxValidator &validator=wxDefaultValidator) |
| | IntelliTextCtrl () |
| | Constructors.
|
| void | OnChar (wxKeyEvent &event) |
| | wxEVT_CHAR event handler for ID_TEXTCTRL9
|
| void | OnRightClickSelect (wxCommandEvent &event) |
| void | OnRightDown (wxMouseEvent &event) |
| | wxEVT_RIGHT_DOWN event handler for ID_TEXTCTRL9
|
| void | SetRightClickText (std::vector< wxString > &text) |
| | ~IntelliTextCtrl () |
| | Destructor.
|
Detailed Description
IntelliTextCtrl class declaration
Constructor & Destructor Documentation
| IntelliTextCtrl::IntelliTextCtrl |
( |
| ) |
|
| IntelliTextCtrl::IntelliTextCtrl |
( |
wxWindow * |
parent, |
|
|
wxWindowID |
id, |
|
|
const wxString & |
value = wxEmptyString, |
|
|
const wxPoint & |
pos = wxDefaultPosition, |
|
|
const wxSize & |
size = wxDefaultSize, |
|
|
long |
style = 0, |
|
|
const wxValidator & |
validator = wxDefaultValidator |
|
) |
| |
| IntelliTextCtrl::~IntelliTextCtrl |
( |
| ) |
|
Member Function Documentation
| bool IntelliTextCtrl::Create |
( |
wxWindow * |
parent, |
|
|
wxWindowID |
id, |
|
|
const wxString & |
value = wxEmptyString, |
|
|
const wxPoint & |
pos = wxDefaultPosition, |
|
|
const wxSize & |
size = wxDefaultSize, |
|
|
long |
style = 0, |
|
|
const wxValidator & |
validator = wxDefaultValidator |
|
) |
| |
| void IntelliTextCtrl::CreateControls |
( |
| ) |
|
Creates the controls and sizers.
| void IntelliTextCtrl::Init |
( |
| ) |
|
Initialises member variables.
| void IntelliTextCtrl::OnChar |
( |
wxKeyEvent & |
event | ) |
|
wxEVT_CHAR event handler for ID_TEXTCTRL9
| void IntelliTextCtrl::OnRightClickSelect |
( |
wxCommandEvent & |
event | ) |
|
| void IntelliTextCtrl::OnRightDown |
( |
wxMouseEvent & |
event | ) |
|
wxEVT_RIGHT_DOWN event handler for ID_TEXTCTRL9
| void IntelliTextCtrl::SetRightClickText |
( |
std::vector< wxString > & |
text | ) |
[inline] |