MatOCAD Logo

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

wxIFMEndPaintEvent Class Reference

Event used to clean up a DC that was created by wxIFMBeginPaintEvent. More...

#include <events.h>

List of all members.

Public Member Functions

 wxIFMEndPaintEvent (wxDC *dc)
 wxIFMEndPaintEvent (const wxIFMEndPaintEvent &event)
virtual wxEvent * Clone () const
wxDC * GetDC () const

Protected Attributes

wxDC * m_dc
 dc to use to paint


Detailed Description

Event used to clean up a DC that was created by wxIFMBeginPaintEvent.

See also:
wxIFMBeginPaintEvent

Definition at line 916 of file events.h.


Constructor & Destructor Documentation

wxIFMEndPaintEvent::wxIFMEndPaintEvent wxDC *  dc  )  [inline]
 

Definition at line 923 of file events.h.

Referenced by Clone().

wxIFMEndPaintEvent::wxIFMEndPaintEvent const wxIFMEndPaintEvent event  )  [inline]
 

Definition at line 928 of file events.h.


Member Function Documentation

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

Definition at line 933 of file events.h.

References wxIFMEndPaintEvent().

wxDC* wxIFMEndPaintEvent::GetDC  )  const [inline]
 

Returns the DC to delete

Definition at line 938 of file events.h.

References m_dc.

Referenced by wxIFMDefaultPlugin::OnEndPaint().


Member Data Documentation

wxDC* wxIFMEndPaintEvent::m_dc [protected]
 

dc to use to paint

Definition at line 919 of file events.h.

Referenced by GetDC().


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

 

SourceForge Logo