#include <ccdc.h>
Inheritance diagram for CCClientDC:
Public Member Functions | |
CCClientDC (wxWindow *) | |
Constructor for CCClientDC which gets the update rectangle list before doing a BeginPaint. | |
~CCClientDC () | |
Destructor for CCClientDC which does an EndPaint. | |
Private Attributes | |
wxClientDC | m_DC |
Definition at line 154 of file ccdc.h.
|
Constructor for CCClientDC which gets the update rectangle list before doing a BeginPaint.
Definition at line 601 of file ccdc.cpp. 00601 : CCDC(RENDERTYPE_SCREEN), m_DC(pWnd) 00602 { 00603 // Register this DC with the DC type system and set that it is temporary 00604 CCDC::SetDC(&m_DC, FALSE); 00605 }
|
|
Destructor for CCClientDC which does an EndPaint.
Definition at line 623 of file ccdc.cpp.
|
|
|