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

#include <Icon.hpp>

List of all members.

Public Member Functions

 CIcon ()
 CIcon (uint nRscID)
 CIcon (uint nRscID, uint nWidth, uint nHeight)
 ~CIcon ()
void LoadRsc (uint nRscID)
void LoadRsc (uint nRscID, uint nWidth, uint nHeight)
void LoadRsc (const tchar *pszRsc)
HICON Handle () const

Protected Attributes

HICON m_hIcon
bool m_bOwner

Private Member Functions

 CIcon (const CIcon &)
CIconoperator= (const CIcon &)

Constructor & Destructor Documentation

CIcon::CIcon ( uint  nRscID)
CIcon::CIcon ( uint  nRscID,
uint  nWidth,
uint  nHeight 
)
CIcon::CIcon ( const CIcon ) [private]

Member Function Documentation

void CIcon::LoadRsc ( uint  nRscID)
void CIcon::LoadRsc ( uint  nRscID,
uint  nWidth,
uint  nHeight 
)
void CIcon::LoadRsc ( const tchar *  pszRsc)
HICON CIcon::Handle ( ) const [inline]
CIcon& CIcon::operator= ( const CIcon ) [private]

Member Data Documentation

HICON CIcon::m_hIcon [protected]
bool CIcon::m_bOwner [protected]

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