|
HWND | Create (HWND hwndParent) |
|
VOID | LoadList (ATL::CSimpleArray< DownloadInfo > arrInfo, UINT Start=0) |
|
VOID | SetDownloadStatus (INT ItemIndex, DownloadStatus Status) |
|
BOOL | AddItem (INT ItemIndex, LPWSTR lpText) |
|
VOID | AddRow (INT RowIndex, LPCWSTR szAppName, const DownloadStatus Status) |
|
BOOL | AddColumn (INT Index, INT Width, INT Format) |
|
HWND | Create (HWND hWndParent, _U_RECT rect, LPCTSTR szWindowName=NULL, DWORD dwStyle=0, DWORD dwExStyle=0, _U_MENUorID MenuOrID=0U, LPVOID lpCreateParam=NULL) |
|
void | SetRedraw (BOOL redraw) |
|
BOOL | SetTextBkColor (COLORREF cr) |
|
BOOL | SetBkColor (COLORREF cr) |
|
BOOL | SetTextColor (COLORREF cr) |
|
DWORD | SetExtendedListViewStyle (DWORD dw, DWORD dwMask=0) |
|
int | InsertColumn (int iCol, LV_COLUMN *pcol) |
|
int | InsertColumn (int iCol, LPWSTR pszText, int fmt, int width=-1, int iSubItem=-1, int iImage=-1, int iOrder=-1) |
|
int | GetColumnWidth (int iCol) |
|
HIMAGELIST | SetImageList (HIMAGELIST himl, int iImageList) |
|
int | InsertItem (const LV_ITEM *pitem) |
|
BOOL | DeleteItem (int i) |
|
BOOL | GetItem (LV_ITEM *pitem) |
|
BOOL | SetItem (const LV_ITEM *pitem) |
|
BOOL | FindItem (int iStart, const LV_FINDINFO *plvfi) |
|
int | GetItemCount () |
|
BOOL | DeleteAllItems () |
|
BOOL | Update (int i) |
|
UINT | GetSelectedCount () |
|
BOOL | SortItems (PFNLVCOMPARE pfnCompare, PVOID lParam) |
|
BOOL | EnsureVisible (int i, BOOL fPartialOK) |
|
HWND | EditLabel (int i) |
|
int | GetSelectionMark () |
|
int | GetNextItem (int i, WORD flags) |
|
void | GetItemSpacing (SIZE &spacing, BOOL bSmallIconView=FALSE) |
|
UINT | GetItemState (int i, UINT mask) |
|
void | SetItemState (int i, UINT state, UINT mask) |
|
BOOL | SetItemText (int i, int subItem, LPCWSTR text) |
|
void | SetCheckState (int i, BOOL check) |
|
int | HitTest (LV_HITTESTINFO *phtInfo) |
|
DWORD_PTR | GetItemData (int i) |
|
BOOL | GetSelectedItem (LV_ITEM *pItem) |
|
void | GetItemText (int iItem, int iSubItem, LPTSTR pszText, int cchTextMax) |
|
BOOL | GetItemPosition (int nItem, POINT *pPoint) |
|
BOOL | SetItemPosition (int nItem, POINT *pPoint) |
|
BOOL | Arrange (UINT nCode) |
|
Definition at line 312 of file loaddlg.cpp.