|
Hugintrunk
0.1
|

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, 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) |
Private Attributes | |
| wxTreeListMainWindow * | m_owner |
| bool * | m_accept |
| wxString * | m_res |
| wxString | m_startValue |
| bool | m_finished |
Definition at line 749 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 |
||
| ) |
Definition at line 1115 of file treelistctrl.cpp.
References m_accept, m_finished, m_owner, m_res, m_startValue, OnChar(), OnKeyUp(), and OnKillFocus().
| wxcode::wxEditTextCtrl::~wxEditTextCtrl | ( | ) |
Definition at line 1140 of file treelistctrl.cpp.
References EndEdit().
|
virtual |
Definition at line 1161 of file treelistctrl.cpp.
Referenced by EndEdit().
| void wxcode::wxEditTextCtrl::EndEdit | ( | bool | isCancelled | ) |
Definition at line 1144 of file treelistctrl.cpp.
References Destroy(), wxcode::wxTreeListMainWindow::m_editControl, wxcode::wxTreeListMainWindow::m_editItem, m_finished, m_owner, m_res, m_startValue, wxcode::wxTreeListMainWindow::OnRenameAccept(), and wxcode::wxTreeListMainWindow::SetFocus().
Referenced by wxcode::wxTreeListMainWindow::DoDeleteItem(), wxcode::wxTreeListMainWindow::EditLabel(), wxcode::wxTreeListMainWindow::EndEdit(), OnChar(), OnKillFocus(), and ~wxEditTextCtrl().
| void wxcode::wxEditTextCtrl::OnChar | ( | wxKeyEvent & | event | ) |
Definition at line 1167 of file treelistctrl.cpp.
References EndEdit(), and m_finished.
Referenced by wxEditTextCtrl().
| void wxcode::wxEditTextCtrl::OnKeyUp | ( | wxKeyEvent & | event | ) |
Definition at line 1187 of file treelistctrl.cpp.
References m_finished, and m_owner.
Referenced by wxEditTextCtrl().
| void wxcode::wxEditTextCtrl::OnKillFocus | ( | wxFocusEvent & | event | ) |
Definition at line 1208 of file treelistctrl.cpp.
References EndEdit(), and m_finished.
Referenced by wxEditTextCtrl().
|
inline |
Definition at line 767 of file treelistctrl.cpp.
References m_owner.
Referenced by wxcode::wxTreeListMainWindow::~wxTreeListMainWindow().
|
private |
Definition at line 776 of file treelistctrl.cpp.
Referenced by wxEditTextCtrl().
|
private |
Definition at line 779 of file treelistctrl.cpp.
Referenced by EndEdit(), OnChar(), OnKeyUp(), OnKillFocus(), and wxEditTextCtrl().
|
private |
Definition at line 775 of file treelistctrl.cpp.
Referenced by EndEdit(), OnKeyUp(), SetOwner(), and wxEditTextCtrl().
|
private |
Definition at line 777 of file treelistctrl.cpp.
Referenced by EndEdit(), and wxEditTextCtrl().
|
private |
Definition at line 778 of file treelistctrl.cpp.
Referenced by EndEdit(), and wxEditTextCtrl().
1.8.5