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 744 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 1110 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 1135 of file treelistctrl.cpp.
References EndEdit().
|
virtual |
Definition at line 1156 of file treelistctrl.cpp.
Referenced by EndEdit().
void wxcode::wxEditTextCtrl::EndEdit | ( | bool | isCancelled | ) |
Definition at line 1139 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 1162 of file treelistctrl.cpp.
References EndEdit(), and m_finished.
Referenced by wxEditTextCtrl().
void wxcode::wxEditTextCtrl::OnKeyUp | ( | wxKeyEvent & | event | ) |
Definition at line 1182 of file treelistctrl.cpp.
References m_finished, and m_owner.
Referenced by wxEditTextCtrl().
void wxcode::wxEditTextCtrl::OnKillFocus | ( | wxFocusEvent & | event | ) |
Definition at line 1203 of file treelistctrl.cpp.
References EndEdit(), and m_finished.
Referenced by wxEditTextCtrl().
|
inline |
Definition at line 762 of file treelistctrl.cpp.
References m_owner.
Referenced by wxcode::wxTreeListMainWindow::~wxTreeListMainWindow().
|
private |
Definition at line 771 of file treelistctrl.cpp.
Referenced by wxEditTextCtrl().
|
private |
Definition at line 774 of file treelistctrl.cpp.
Referenced by EndEdit(), OnChar(), OnKeyUp(), OnKillFocus(), and wxEditTextCtrl().
|
private |
Definition at line 770 of file treelistctrl.cpp.
Referenced by EndEdit(), OnKeyUp(), SetOwner(), and wxEditTextCtrl().
|
private |
Definition at line 772 of file treelistctrl.cpp.
Referenced by EndEdit(), and wxEditTextCtrl().
|
private |
Definition at line 773 of file treelistctrl.cpp.
Referenced by EndEdit(), and wxEditTextCtrl().