|
Windows C++ Library
|
#include <Brush.hpp>
Public Member Functions | |
| CBrush () | |
| CBrush (int iID) | |
| CBrush (COLORREF crClr) | |
| CBrush (HBRUSH hBrush, bool bOwn=false) | |
| ~CBrush () | |
| void | Create (int iID) |
| void | Create (COLORREF crClr) |
| HBRUSH | Handle () const |
Protected Attributes | |
| HBRUSH | m_hBrush |
| bool | m_bOwner |
Private Member Functions | |
| CBrush (const CBrush &) | |
| CBrush & | operator= (const CBrush &) |
| CBrush::CBrush | ( | ) |
| CBrush::CBrush | ( | int | iID | ) |
| CBrush::CBrush | ( | COLORREF | crClr | ) |
| CBrush::CBrush | ( | HBRUSH | hBrush, |
| bool | bOwn = false |
||
| ) |
| CBrush::~CBrush | ( | ) |
| CBrush::CBrush | ( | const CBrush & | ) | [private] |
| void CBrush::Create | ( | int | iID | ) |
| void CBrush::Create | ( | COLORREF | crClr | ) |
| HBRUSH CBrush::Handle | ( | ) | const [inline] |
HBRUSH CBrush::m_hBrush [protected] |
bool CBrush::m_bOwner [protected] |
1.7.6.1