|
| wxEditTextCtrl (wxWindow *parent, const wxWindowID id, bool *accept, wxString *res, wxTreeListMainWindow *owner, const wxString &value=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxTextCtrlNameStr) |
|
| ~wxEditTextCtrl () |
|
virtual bool | Destroy () |
|
void | EndEdit (bool isCancelled) |
|
void | SetOwner (wxTreeListMainWindow *owner) |
|
void | OnChar (wxKeyEvent &event) |
|
void | OnKeyUp (wxKeyEvent &event) |
|
void | OnKillFocus (wxFocusEvent &event) |
|
Definition at line 754 of file treelistctrl.cpp.
wxcode::wxEditTextCtrl::wxEditTextCtrl |
( |
wxWindow * |
parent, |
|
|
const wxWindowID |
id, |
|
|
bool * |
accept, |
|
|
wxString * |
res, |
|
|
wxTreeListMainWindow * |
owner, |
|
|
const wxString & |
value = wxEmptyString , |
|
|
const wxPoint & |
pos = wxDefaultPosition , |
|
|
const wxSize & |
size = wxDefaultSize , |
|
|
long |
style = 0 , |
|
|
const wxValidator & |
validator = wxDefaultValidator , |
|
|
const wxString & |
name = wxTextCtrlNameStr |
|
) |
| |
wxcode::wxEditTextCtrl::~wxEditTextCtrl |
( |
| ) |
|
bool wxcode::wxEditTextCtrl::Destroy |
( |
| ) |
|
|
virtual |
void wxcode::wxEditTextCtrl::EndEdit |
( |
bool |
isCancelled | ) |
|
void wxcode::wxEditTextCtrl::OnChar |
( |
wxKeyEvent & |
event | ) |
|
void wxcode::wxEditTextCtrl::OnKeyUp |
( |
wxKeyEvent & |
event | ) |
|
void wxcode::wxEditTextCtrl::OnKillFocus |
( |
wxFocusEvent & |
event | ) |
|
bool* wxcode::wxEditTextCtrl::m_accept |
|
private |
bool wxcode::wxEditTextCtrl::m_finished |
|
private |
wxString* wxcode::wxEditTextCtrl::m_res |
|
private |
wxString wxcode::wxEditTextCtrl::m_startValue |
|
private |
The documentation for this class was generated from the following file: