Hugin trunk 0.1
Loading...
Searching...
No Matches
TextKillFocusHandler.h
Go to the documentation of this file.
1// -*- c-basic-offset: 4 -*-
24#ifndef _TEXTKILLFOCUSHANDLER_H
25#define _TEXTKILLFOCUSHANDLER_H
26
27
34class TextKillFocusHandler : public wxEvtHandler
35{
36public:
37
43
46 virtual ~TextKillFocusHandler();
47
48 void OnKillFocus(wxFocusEvent & e);
49 void OnTextChange(wxCommandEvent & e);
50 void OnTextEnter(wxCommandEvent & e);
51
52private:
53 wxWindow * m_parent;
54
55 bool dirty;
56};
57
58#endif // _TEXTKILLFOCUSHANDLER_H
Handle EVT_KILL_FOCUS and convert it to a EVT_TEXT_ENTER event.
void OnTextEnter(wxCommandEvent &e)
void OnKillFocus(wxFocusEvent &e)
void OnTextChange(wxCommandEvent &e)
virtual ~TextKillFocusHandler()
dtor.
std::vector< deghosting::BImagePtr > threshold(const std::vector< deghosting::FImagePtr > &inputImages, const double threshold, const uint16_t flags)
Threshold function used for creating alpha masks for images.
Definition threshold.h:41