Windows C++ Library
Public Member Functions | Protected Attributes | Private Member Functions
CBrush Class Reference

#include <Brush.hpp>

List of all members.

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 &)
CBrushoperator= (const CBrush &)

Constructor & Destructor Documentation

CBrush::CBrush ( int  iID)
CBrush::CBrush ( COLORREF  crClr)
CBrush::CBrush ( HBRUSH  hBrush,
bool  bOwn = false 
)
CBrush::CBrush ( const CBrush ) [private]

Member Function Documentation

void CBrush::Create ( int  iID)
void CBrush::Create ( COLORREF  crClr)
HBRUSH CBrush::Handle ( ) const [inline]
CBrush& CBrush::operator= ( const CBrush ) [private]

Member Data Documentation

HBRUSH CBrush::m_hBrush [protected]
bool CBrush::m_bOwner [protected]

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