Hugin trunk 0.1
Loading...
Searching...
No Matches
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
 
boolm_accept
 
wxStringm_res
 
wxString m_startValue
 
bool m_finished
 

Detailed Description

Definition at line 749 of file treelistctrl.cpp.

Constructor & Destructor Documentation

◆ wxEditTextCtrl()

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 
)

◆ ~wxEditTextCtrl()

wxcode::wxEditTextCtrl::~wxEditTextCtrl ( )

Definition at line 1140 of file treelistctrl.cpp.

References EndEdit().

Member Function Documentation

◆ Destroy()

bool wxcode::wxEditTextCtrl::Destroy ( )
virtual

Definition at line 1161 of file treelistctrl.cpp.

References threshold().

Referenced by EndEdit().

◆ EndEdit()

void wxcode::wxEditTextCtrl::EndEdit ( bool  isCancelled)

◆ OnChar()

void wxcode::wxEditTextCtrl::OnChar ( wxKeyEvent event)

Definition at line 1167 of file treelistctrl.cpp.

References EndEdit(), m_finished, and threshold().

Referenced by wxEditTextCtrl().

◆ OnKeyUp()

void wxcode::wxEditTextCtrl::OnKeyUp ( wxKeyEvent event)

Definition at line 1187 of file treelistctrl.cpp.

References m_finished, m_owner, and threshold().

Referenced by wxEditTextCtrl().

◆ OnKillFocus()

void wxcode::wxEditTextCtrl::OnKillFocus ( wxFocusEvent event)

Definition at line 1208 of file treelistctrl.cpp.

References EndEdit(), and m_finished.

Referenced by wxEditTextCtrl().

◆ SetOwner()

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

Definition at line 767 of file treelistctrl.cpp.

References m_owner, and threshold().

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

Member Data Documentation

◆ m_accept

bool* wxcode::wxEditTextCtrl::m_accept
private

Definition at line 776 of file treelistctrl.cpp.

Referenced by wxEditTextCtrl().

◆ m_finished

bool wxcode::wxEditTextCtrl::m_finished
private

Definition at line 779 of file treelistctrl.cpp.

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

◆ m_owner

wxTreeListMainWindow* wxcode::wxEditTextCtrl::m_owner
private

Definition at line 775 of file treelistctrl.cpp.

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

◆ m_res

wxString* wxcode::wxEditTextCtrl::m_res
private

Definition at line 777 of file treelistctrl.cpp.

Referenced by EndEdit(), and wxEditTextCtrl().

◆ m_startValue

wxString wxcode::wxEditTextCtrl::m_startValue
private

Definition at line 778 of file treelistctrl.cpp.

Referenced by EndEdit(), and wxEditTextCtrl().


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