MatOCAD Logo

Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

wxIFMPaintEvent Class Reference

Event to paint components. More...

#include <events.h>

List of all members.

Public Member Functions

 wxIFMPaintEvent (wxEventType id, wxIFMComponent *component, const wxRegion &region, 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.


Detailed Description

Event to paint components.

See also:
wxIFMBeginPaintEvent, wxIFMEndPaintEvent

Definition at line 787 of file events.h.


Constructor & Destructor Documentation

wxIFMPaintEvent::wxIFMPaintEvent wxEventType  id,
wxIFMComponent component,
const wxRegion &  region,
wxDC &  dc
[inline]
 

Definition at line 795 of file events.h.

Referenced by Clone().

wxIFMPaintEvent::wxIFMPaintEvent const wxIFMPaintEvent event  )  [inline]
 

Definition at line 801 of file events.h.


Member Function Documentation

virtual wxEvent* wxIFMPaintEvent::Clone  )  const [inline, virtual]
 

Definition at line 807 of file events.h.

References wxIFMPaintEvent().

wxDC& wxIFMPaintEvent::GetDC  )  const [inline]
 

Returns:
Reference to the DC to paint with

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().

wxRegion wxIFMPaintEvent::GetRegion  )  const [inline]
 

Returns:
Invalidated region that should be painted

Definition at line 812 of file events.h.

References m_region.

Referenced by wxIFMDefaultPanelPlugin::OnPaintDecor().


Member Data Documentation

wxDC& wxIFMPaintEvent::m_dc [protected]
 

DC to use for painting.

Definition at line 791 of file events.h.

Referenced by GetDC().

wxRegion wxIFMPaintEvent::m_region [protected]
 

invalidated region

Definition at line 790 of file events.h.

Referenced by GetRegion().


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

 

SourceForge Logo