Windows C++ Library
|
#include <ScreenDC.hpp>
Public Member Functions | |
CScreenDC () | |
CScreenDC (const CWnd &rWnd) | |
CScreenDC (PAINTSTRUCT &psPaint) | |
CScreenDC (HDC hDC) | |
virtual | ~CScreenDC () |
virtual Device | Type () const |
Protected Attributes | |
HWND | m_hWnd |
Private Member Functions | |
CScreenDC (const CScreenDC &) | |
CScreenDC & | operator= (const CScreenDC &) |
CScreenDC::CScreenDC | ( | const CWnd & | rWnd | ) |
CScreenDC::CScreenDC | ( | PAINTSTRUCT & | psPaint | ) |
CScreenDC::CScreenDC | ( | HDC | hDC | ) |
CScreenDC::~CScreenDC | ( | ) | [virtual] |
CScreenDC::CScreenDC | ( | const CScreenDC & | ) | [private] |
CDC::Device CScreenDC::Type | ( | ) | const [virtual] |
Implements CDC.
HWND CScreenDC::m_hWnd [protected] |