CCClientDC Class Reference

#include <ccdc.h>

Inheritance diagram for CCClientDC:

CCDC ListItem CCObject SimpleCCObject List of all members.

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

Detailed Description

Definition at line 154 of file ccdc.h.


Constructor & Destructor Documentation

CCClientDC::CCClientDC wxWindow *  pWnd  ) 
 

Constructor for CCClientDC which gets the update rectangle list before doing a BeginPaint.

Author:
Andy_Pennell (Xara Group Ltd) <camelotdev@xara.com>
Date:
11/10/93
Parameters:
Pointer to owner window. [INPUTS]
None [OUTPUTS]
Returns:
None

Errors: - Scope: Public

See also:
CCDC;RenderType

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 }

CCClientDC::~CCClientDC  ) 
 

Destructor for CCClientDC which does an EndPaint.

Author:
Andy_Pennell (Xara Group Ltd) <camelotdev@xara.com>
Date:
11/10/93
Parameters:
None [INPUTS]
None [OUTPUTS]
Returns:
None

Errors: - Scope: Public

Definition at line 623 of file ccdc.cpp.

00624 {
00625 }


Member Data Documentation

wxClientDC CCClientDC::m_DC [private]
 

Definition at line 162 of file ccdc.h.


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 03:52:03 2007 for Camelot by  doxygen 1.4.4