![]() |
wxIScan
|
Go to the source code of this file.
Classes | |
| class | wxIViewCanvasSizeEvent |
| The canvas size changing event. More... | |
| class | wxIViewCanvasSelectedEvent |
| The canvas selection event. More... | |
| class | wxIViewCanvas |
| The canvas window. More... | |
Defines | |
| #define | WXIVIEWCANVASDELAY 50 |
| #define | wxIViewCanvasSizeEventEventHandler(func) (wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent( wxIViewCanvasSizeEventEventFunction, &func ) |
| #define | EVT_IVIEWCANVASSIZE(func) wx__DECLARE_EVT0( wxEVT_IVIEWCANVASSIZE, wxIViewCanvasSizeEventEventHandler( func ) ) |
| #define | wxIViewCanvasSelectedEventEventHandler(func) (wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent( wxIViewCanvasSelectedEventEventFunction, &func ) |
| #define | EVT_IVIEWCANVASSELECTED(func) wx__DECLARE_EVT0( wxEVT_IVIEWCANVASSELECTED, wxIViewCanvasSelectedEventEventHandler( func ) ) |
Typedefs | |
| typedef void(wxEvtHandler::* | wxIViewCanvasSizeEventEventFunction )(wxIViewCanvasSizeEvent &) |
| typedef void(wxEvtHandler::* | wxIViewCanvasSelectedEventEventFunction )(wxIViewCanvasSelectedEvent &) |
| #define EVT_IVIEWCANVASSELECTED | ( | func | ) | wx__DECLARE_EVT0( wxEVT_IVIEWCANVASSELECTED, wxIViewCanvasSelectedEventEventHandler( func ) ) |
Definition at line 99 of file wxiviewcanvas.h.
| #define EVT_IVIEWCANVASSIZE | ( | func | ) | wx__DECLARE_EVT0( wxEVT_IVIEWCANVASSIZE, wxIViewCanvasSizeEventEventHandler( func ) ) |
Definition at line 59 of file wxiviewcanvas.h.
| #define WXIVIEWCANVASDELAY 50 |
Definition at line 18 of file wxiviewcanvas.h.
Referenced by wxIViewCanvas::OnSize().
| #define wxIViewCanvasSelectedEventEventHandler | ( | func | ) | (wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent( wxIViewCanvasSelectedEventEventFunction, &func ) |
Definition at line 96 of file wxiviewcanvas.h.
| #define wxIViewCanvasSizeEventEventHandler | ( | func | ) | (wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent( wxIViewCanvasSizeEventEventFunction, &func ) |
Definition at line 56 of file wxiviewcanvas.h.
| typedef void(wxEvtHandler::* wxIViewCanvasSelectedEventEventFunction)(wxIViewCanvasSelectedEvent &) |
Definition at line 94 of file wxiviewcanvas.h.
| typedef void(wxEvtHandler::* wxIViewCanvasSizeEventEventFunction)(wxIViewCanvasSizeEvent &) |
Definition at line 54 of file wxiviewcanvas.h.