#include <events.h>
Public Member Functions | |
| wxIFMPaintEvent (wxEventType id, wxIFMComponent *component, const wxRegion ®ion, wxDC &dc) | |
| wxIFMPaintEvent (const wxIFMPaintEvent &event) | |
| virtual wxEvent * | Clone () const |
| wxRegion | GetRegion () const |
| wxDC & | GetDC () const |
Protected Attributes | |
| wxRegion | m_region |
| invalidated region | |
| wxDC & | m_dc |
| DC to use for painting. | |
Definition at line 787 of file events.h.
|
||||||||||||||||||||
|
Definition at line 795 of file events.h. Referenced by Clone(). |
|
|
|
|
|
Definition at line 807 of file events.h. References wxIFMPaintEvent(). |
|
|
Definition at line 817 of file events.h. References m_dc. Referenced by wxIFMDefaultPlugin::OnPaintBg(), wxIFMDefaultPanelPlugin::OnPaintBg(), wxIFMDefaultPlugin::OnPaintBorder(), wxIFMDefaultResizePlugin::OnPaintDecor(), wxIFMDefaultPanelPlugin::OnPaintDecor(), and wxIFMDefaultContainerPlugin::OnPaintDecor(). |
|
|
Definition at line 812 of file events.h. References m_region. Referenced by wxIFMDefaultPanelPlugin::OnPaintDecor(). |
|
|
DC to use for painting.
Definition at line 791 of file events.h. Referenced by GetDC(). |
|
|
invalidated region
Definition at line 790 of file events.h. Referenced by GetRegion(). |