|
Windows C++ Library
|
#include <Icon.hpp>
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 &) | |
| CIcon & | operator= (const CIcon &) |
| CIcon::CIcon | ( | ) |
| CIcon::CIcon | ( | uint | nRscID | ) |
| CIcon::CIcon | ( | uint | nRscID, |
| uint | nWidth, | ||
| uint | nHeight | ||
| ) |
| CIcon::~CIcon | ( | ) |
| CIcon::CIcon | ( | const CIcon & | ) | [private] |
| 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] |
HICON CIcon::m_hIcon [protected] |
bool CIcon::m_bOwner [protected] |
1.7.6.1