ReactOS
0.4.15-dev-4572-gde972e2
|
#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 256 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 113 of file globals.h.
Referenced by IconCache::free_icon().
Definition at line 277 of file explorer.cpp.
Referenced by Pane::draw_item().
|
inline |
Definition at line 110 of file globals.h.
Referenced by ShellBrowser::get_image_idx().
|
inline |
Definition at line 109 of file globals.h.
Referenced by FindProgramDlg::Notify().
|
inline |
|
protected |
Definition at line 118 of file globals.h.
Referenced by add_to_imagelist(), create_bitmap(), and draw().
|
protected |
Definition at line 117 of file globals.h.
Referenced by add_to_imagelist(), create_bitmap(), and draw().
|
protected |
Definition at line 119 of file globals.h.
Referenced by add_to_imagelist(), create_bitmap(), and draw().