ReactOS 0.4.16-dev-106-g10b08aa
|
#include <globals.h>
Public Member Functions | |
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 () |
Protected Attributes | |
ICON_ID | _id |
ICON_TYPE | _itype |
HICON | _hicon |
int | _sys_idx |
Icon::Icon | ( | ) |
Definition at line 242 of file explorer.cpp.
Definition at line 249 of file explorer.cpp.
Definition at line 263 of file explorer.cpp.
Definition at line 270 of file explorer.cpp.
int Icon::add_to_imagelist | ( | HIMAGELIST | himl, |
HDC | hdc_wnd, | ||
COLORREF | bk_color = GetSysColor(COLOR_WINDOW) , |
||
HBRUSH | bk_brush = GetSysColorBrush(COLOR_WINDOW) |
||
) | const |
Definition at line 306 of file explorer.cpp.
Referenced by BookmarkList::fill_tree(), and MainFrameBase::FillBookmarks().
Definition at line 285 of file explorer.cpp.
Referenced by QuickLaunchBar::AddShortcuts().
|
inline |
Definition at line 277 of file explorer.cpp.
Referenced by Pane::draw_item().
|
inline |
|
inline |
|
inline |
|
protected |
Definition at line 118 of file globals.h.
Referenced by add_to_imagelist(), create_bitmap(), destroy(), draw(), and get_hicon().
|
protected |
Definition at line 116 of file globals.h.
Referenced by operator ICON_ID().
|
protected |
Definition at line 117 of file globals.h.
Referenced by add_to_imagelist(), create_bitmap(), destroy(), draw(), get_hicon(), get_icontype(), and get_sysiml_idx().
|
protected |
Definition at line 119 of file globals.h.
Referenced by add_to_imagelist(), create_bitmap(), draw(), and get_sysiml_idx().