MatOCAD Logo

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

wxIFMPaintInterfaceEvent Class Reference

Notifies plugins that some or all of the interface needs to be repainted. More...

#include <events.h>

List of all members.

Public Member Functions

 wxIFMPaintInterfaceEvent (wxDC &dc, const wxRegion &region)
 wxIFMPaintInterfaceEvent (const wxIFMPaintInterfaceEvent &event)
virtual wxEvent * Clone () const
wxDC & GetDC () const
const wxRegion & GetUpdateRegion () const

Protected Attributes

const wxRegion & m_region
 invalidated region
wxDC & m_dc
 DC to use for painting.


Detailed Description

Notifies plugins that some or all of the interface needs to be repainted.

See also:
wxIFMBeginPaintEvent, wxIFMEndPaintEvent, wxIFMPaintEvent

Definition at line 825 of file events.h.


Constructor & Destructor Documentation

wxIFMPaintInterfaceEvent::wxIFMPaintInterfaceEvent wxDC &  dc,
const wxRegion &  region
[inline]
 

Definition at line 833 of file events.h.

Referenced by Clone().

wxIFMPaintInterfaceEvent::wxIFMPaintInterfaceEvent const wxIFMPaintInterfaceEvent event  )  [inline]
 

Definition at line 839 of file events.h.


Member Function Documentation

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

Definition at line 845 of file events.h.

References wxIFMPaintInterfaceEvent().

wxDC& wxIFMPaintInterfaceEvent::GetDC  )  const [inline]
 

Returns:
Reference to the DC to paint with

Definition at line 850 of file events.h.

References m_dc.

Referenced by wxIFMDefaultInterfacePlugin::OnPaint().

const wxRegion& wxIFMPaintInterfaceEvent::GetUpdateRegion  )  const [inline]
 

Returns:
Region to be updated

Definition at line 855 of file events.h.

References m_region.

Referenced by wxIFMDefaultInterfacePlugin::OnPaint().


Member Data Documentation

wxDC& wxIFMPaintInterfaceEvent::m_dc [protected]
 

DC to use for painting.

Definition at line 829 of file events.h.

Referenced by GetDC().

const wxRegion& wxIFMPaintInterfaceEvent::m_region [protected]
 

invalidated region

Definition at line 828 of file events.h.

Referenced by GetUpdateRegion().


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

 

SourceForge Logo