ReactOS 0.4.15-dev-8061-g57b775e
SysCacheIcon Struct Reference

#include <globals.h>

Inheritance diagram for SysCacheIcon:
Collaboration diagram for SysCacheIcon:

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
 

Detailed Description

Definition at line 122 of file globals.h.

Constructor & Destructor Documentation

◆ SysCacheIcon()

SysCacheIcon::SysCacheIcon ( int  id,
int  sys_idx 
)
inline

Definition at line 123 of file globals.h.

124 : Icon(IT_SYSCACHE, id, sys_idx) {}
@ IT_SYSCACHE
Definition: globals.h:59
Icon()
Definition: explorer.cpp:242

The documentation for this struct was generated from the following file: