Public Member Functions | |
| 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) |
Private Attributes | |
| wxTreeListMainWindow * | m_owner |
| bool * | m_accept |
| wxString * | m_res |
| wxString | m_startValue |
| bool | m_finished |
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
Definition at line 1120 of file treelistctrl.cpp. |
|
|
Definition at line 1142 of file treelistctrl.cpp. References EndEdit(). |
|
|
Definition at line 1163 of file treelistctrl.cpp. Referenced by EndEdit(). |
|
|
Definition at line 1146 of file treelistctrl.cpp. References Destroy(), m_finished, m_res, m_startValue, and wxTreeListCtrl::SetFocus(). Referenced by wxTreeListMainWindow::DoDeleteItem(), wxTreeListMainWindow::EditLabel(), wxTreeListMainWindow::EndEdit(), OnChar(), OnKillFocus(), and ~wxEditTextCtrl(). |
|
|
Definition at line 1173 of file treelistctrl.cpp. References EndEdit(). |
|
|
Definition at line 1193 of file treelistctrl.cpp. |
|
|
Definition at line 1214 of file treelistctrl.cpp. References EndEdit(). |
|
|
Definition at line 775 of file treelistctrl.cpp. Referenced by wxTreeListMainWindow::~wxTreeListMainWindow(). |
|
|
Definition at line 784 of file treelistctrl.cpp. |
|
|
Definition at line 787 of file treelistctrl.cpp. Referenced by EndEdit(). |
|
|
Definition at line 783 of file treelistctrl.cpp. |
|
|
Definition at line 785 of file treelistctrl.cpp. Referenced by EndEdit(). |
|
|
Definition at line 786 of file treelistctrl.cpp. Referenced by EndEdit(). |
1.3.9.1