ReactOS 0.4.16-dev-838-g27bb510
|
#include <mlng.h>
Public Member Functions | |
CStaticIconList () | |
void | Init (INT cxIcon, INT cyIcon) |
@implemented | |
INT | AddIcon (HICON hIcon) |
@implemented | |
HICON | ExtractIcon (INT iIcon) |
@implemented | |
void | GetIconSize (INT *pcx, INT *pcy) |
@implemented | |
INT | GetImageCount () |
@implemented | |
void | RemoveAll (BOOL bNoLock) |
@implemented | |
![]() | |
CicArray () | |
HICON * | data () const |
size_t | size () const |
bool | empty () const |
void | clear () |
HICON & | operator[] (size_t iItem) |
const HICON & | operator[] (size_t iItem) const |
HICON * | Append (size_t cGrow) |
BOOL | Add (const HICON &item) |
ptrdiff_t | Find (const HICON &item) const |
BOOL | Insert (size_t iItem, size_t cGrow) |
void | Remove (size_t iItem, size_t cRemove=1) |
Static Public Attributes | |
static INT | s_cx = 0 |
static INT | s_cy = 0 |
Additional Inherited Members | |
![]() | |
CicArrayBase (size_t cbItem) | |
virtual | ~CicArrayBase () |
BOOL | Insert (size_t iItem, size_t cGrow) |
LPVOID | Append (size_t cGrow) |
void | Remove (size_t iItem, size_t cRemove=1) |
![]() | |
LPBYTE | m_pb |
size_t | m_cItems |
size_t | m_cbItem |
size_t | m_cCapacity |
@implemented
Definition at line 451 of file mlng.cpp.
Referenced by InatAddIcon().
@implemented
Definition at line 468 of file mlng.cpp.
Referenced by TF_InatExtractIcon().
@implemented
Definition at line 479 of file mlng.cpp.
Referenced by InatGetIconSize().
INT CStaticIconList::GetImageCount | ( | ) |
@implemented
Definition at line 488 of file mlng.cpp.
Referenced by InatGetImageCount().
@implemented
Definition at line 442 of file mlng.cpp.
Referenced by EnsureIconImageList().
@implemented
Definition at line 497 of file mlng.cpp.
Referenced by InatRemoveAll(), and UninitINAT().
|
static |
Definition at line 29 of file mlng.h.
Referenced by EnsureIconImageList(), GetIconSize(), InatRemoveAll(), and Init().
|
static |
Definition at line 30 of file mlng.h.
Referenced by GetIconSize(), and Init().