OWLNext 6.32
Public Member Functions | Protected Member Functions | Protected Attributes
owl::TWindowDC Class Reference

#include <dc.h>

Inheritance diagram for owl::TWindowDC:
owl::TDC owl::TGdiBase owl::TClientDC owl::TDesktopDC owl::TScreenDC ocf::TOleClientDC

List of all members.

Public Member Functions

 TWindowDC (HWND wnd)

Protected Member Functions

 TWindowDC ()

Protected Attributes

HWND Wnd

Detailed Description

Derived from TDC, TWindowDC is a device context (DC) class that provides access to the entire area owned by a window. TWindowDC is the base class for any DC class that releases its handle when it is finished.


Constructor & Destructor Documentation

owl::TWindowDC::TWindowDC ( HWND  hWnd)

Creates a TWindow object with the given owned window. The data member Wnd is set to wnd.

References owl::TGdiBase::Handle, and Wnd.

owl::TWindowDC::TWindowDC ( ) [protected]

Used for derived classes only.


Member Data Documentation

HWND owl::TWindowDC::Wnd [protected]

Holds a handle to the window owned by this device context.


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