ReactOS 0.4.16-dev-588-gf07ea94
|
#include <globals.h>
Public Member Functions | |
SysCacheIcon (int id, int sys_idx) | |
Public Member Functions inherited from Icon | |
Icon () | |
Icon (ICON_ID id, UINT nid) | |
Icon (ICON_ID id, UINT nid, int icon_size) | |
Icon (ICON_TYPE itype, int id, HICON hIcon) | |
Icon (ICON_TYPE itype, int id, int sys_idx) | |
operator ICON_ID () const | |
void | draw (HDC hdc, int x, int y, int cx, int cy, COLORREF bk_color, HBRUSH bk_brush) const |
HBITMAP | create_bitmap (COLORREF bk_color, HBRUSH hbrBkgnd, HDC hdc_wnd) const |
int | add_to_imagelist (HIMAGELIST himl, HDC hdc_wnd, COLORREF bk_color=GetSysColor(COLOR_WINDOW), HBRUSH bk_brush=GetSysColorBrush(COLOR_WINDOW)) const |
int | get_sysiml_idx () const |
HICON | get_hicon () const |
ICON_TYPE | get_icontype () const |
bool | destroy () |
Additional Inherited Members | |
Protected Attributes inherited from Icon | |
ICON_ID | _id |
ICON_TYPE | _itype |
HICON | _hicon |
int | _sys_idx |