|
Windows C++ Library
|
#include <Pen.hpp>
Public Member Functions | |
| CPen () | |
| CPen (int iID) | |
| CPen (int iStyle, int iWidth, COLORREF crClr) | |
| ~CPen () | |
| void | Create (int iID) |
| void | Create (int iStyle, int iWidth, COLORREF crClr) |
| HPEN | Handle () const |
Protected Attributes | |
| HPEN | m_hPen |
| bool | m_bOwner |
Private Member Functions | |
| CPen (const CPen &) | |
| CPen & | operator= (const CPen &) |
| CPen::CPen | ( | ) |
| CPen::CPen | ( | int | iID | ) |
| CPen::CPen | ( | int | iStyle, |
| int | iWidth, | ||
| COLORREF | crClr | ||
| ) |
| CPen::~CPen | ( | ) |
| CPen::CPen | ( | const CPen & | ) | [private] |
| void CPen::Create | ( | int | iID | ) |
| void CPen::Create | ( | int | iStyle, |
| int | iWidth, | ||
| COLORREF | crClr | ||
| ) |
| HPEN CPen::Handle | ( | ) | const [inline] |
HPEN CPen::m_hPen [protected] |
bool CPen::m_bOwner [protected] |
1.7.6.1