Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
wxcode::wxEditTextCtrl Class Reference
Inheritance diagram for wxcode::wxEditTextCtrl:
Inheritance graph

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

wxTreeListMainWindowm_owner
 
bool * m_accept
 
wxString * m_res
 
wxString m_startValue
 
bool m_finished
 

Detailed Description

Definition at line 744 of file treelistctrl.cpp.

Constructor & Destructor Documentation

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().

Member Function Documentation

bool wxcode::wxEditTextCtrl::Destroy ( )
virtual

Definition at line 1156 of file treelistctrl.cpp.

Referenced by EndEdit().

void wxcode::wxEditTextCtrl::EndEdit ( bool  isCancelled)
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().

void wxcode::wxEditTextCtrl::SetOwner ( wxTreeListMainWindow owner)
inline

Definition at line 762 of file treelistctrl.cpp.

References m_owner.

Referenced by wxcode::wxTreeListMainWindow::~wxTreeListMainWindow().

Member Data Documentation

bool* wxcode::wxEditTextCtrl::m_accept
private

Definition at line 771 of file treelistctrl.cpp.

Referenced by wxEditTextCtrl().

bool wxcode::wxEditTextCtrl::m_finished
private

Definition at line 774 of file treelistctrl.cpp.

Referenced by EndEdit(), OnChar(), OnKeyUp(), OnKillFocus(), and wxEditTextCtrl().

wxTreeListMainWindow* wxcode::wxEditTextCtrl::m_owner
private

Definition at line 770 of file treelistctrl.cpp.

Referenced by EndEdit(), OnKeyUp(), SetOwner(), and wxEditTextCtrl().

wxString* wxcode::wxEditTextCtrl::m_res
private

Definition at line 772 of file treelistctrl.cpp.

Referenced by EndEdit(), and wxEditTextCtrl().

wxString wxcode::wxEditTextCtrl::m_startValue
private

Definition at line 773 of file treelistctrl.cpp.

Referenced by EndEdit(), and wxEditTextCtrl().


The documentation for this class was generated from the following file: