#include <TextKillFocusHandler.h>
Public Member Functions | |
| TextKillFocusHandler (wxWindow *parent) | |
| ctor. | |
| virtual | ~TextKillFocusHandler () |
| dtor. | |
| void | OnKillFocus (wxFocusEvent &e) |
| void | OnTextChange (wxCommandEvent &e) |
| void | OnTextEnter (wxCommandEvent &e) |
Private Attributes | |
| wxWindow * | m_parent |
| bool | dirty |
This is needed to be notified of changes to a wxTextCtrl when the focus changes (click somewhere else, tab movement).
Definition at line 34 of file TextKillFocusHandler.h.
|
|
ctor.
Definition at line 42 of file TextKillFocusHandler.h. |
|
|
dtor.
Definition at line 39 of file TextKillFocusHandler.cpp. |
|
|
Definition at line 44 of file TextKillFocusHandler.cpp. References DEBUG_DEBUG, DEBUG_TRACE, dirty, and m_parent. |
|
|
Definition at line 74 of file TextKillFocusHandler.cpp. References DEBUG_DEBUG, DEBUG_TRACE, and dirty. |
|
|
Definition at line 59 of file TextKillFocusHandler.cpp. References DEBUG_TRACE, and dirty. |
|
|
Definition at line 57 of file TextKillFocusHandler.h. Referenced by OnKillFocus(), OnTextChange(), OnTextEnter(), and TextKillFocusHandler(). |
|
|
Definition at line 55 of file TextKillFocusHandler.h. Referenced by OnKillFocus(), and TextKillFocusHandler(). |
1.3.9.1