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