#include <icon.h>
Public Member Functions | |
Icon () | |
Constructor. | |
void | Load (std::string fileName) |
Load bitmap;. | |
void | Free () |
Free bitmap handle;. | |
~Icon () | |
Destructor. | |
HICON | GetHICON () |
Returns handle to bitmap. | |
Protected Attributes | |
HICON | m_hIcon |
Handle to icon. |
Definition at line 13 of file icon.h.
void MWidgets::Icon::Free | ( | ) |
HICON MWidgets::Icon::GetHICON | ( | ) |
Returns handle to bitmap.
Definition at line 39 of file icon.cpp.
References m_hIcon.
Referenced by MWidgets::Widgets::Init().
void MWidgets::Icon::Load | ( | std::string | fileName | ) |
HICON MWidgets::Icon::m_hIcon [protected] |