ReactOS 0.4.16-dev-853-g88d9285
|
#include <appview.h>
Classes | |
struct | SortContext |
Static Public Member Functions | |
static INT CALLBACK | s_CompareFunc (LPARAM lParam1, LPARAM lParam2, LPARAM lParamSort) |
Private Member Functions | |
LRESULT | OnEraseBackground (UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
LRESULT | OnAsyncIcon (UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
Private Attributes | |
BOOL | bIsAscending = TRUE |
bool | bHasCheckboxes = false |
INT | ItemCount = 0 |
INT | CheckedItemCount = 0 |
INT | ColumnCount = 0 |
INT | nLastHeaderID = -1 |
APPLICATION_VIEW_TYPE | ApplicationViewType = AppViewTypeAvailableApps |
HIMAGELIST | m_hImageListView = NULL |
CStringW | m_Watermark |
Additional Inherited Members | |
![]() | |
CUiMargin | m_Margin |
CUiAlignment | m_HorizontalAlignment |
CUiAlignment | m_VerticalAlignment |
![]() | |
CUiBox () | |
virtual VOID | ComputeRect (RECT parentRect, RECT currentRect, RECT *newRect) |
![]() | |
CUiPrimitive * | m_Parent |
CAppsListView::CAppsListView | ( | ) |
Definition at line 1119 of file appview.cpp.
CAppsListView::~CAppsListView | ( | ) |
Definition at line 1124 of file appview.cpp.
Definition at line 1465 of file appview.cpp.
Referenced by CApplicationView::AddApplication().
Definition at line 1230 of file appview.cpp.
Referenced by SetDisplayAppType().
Definition at line 1253 of file appview.cpp.
VOID CAppsListView::CheckAll | ( | ) |
Definition at line 1347 of file appview.cpp.
Referenced by CApplicationView::CheckAll().
VOID CAppsListView::ColumnClick | ( | LPNMLISTVIEW | pnmv | ) |
Definition at line 1190 of file appview.cpp.
Referenced by CApplicationView::ProcessWindowMessage().
Definition at line 1287 of file appview.cpp.
Definition at line 1309 of file appview.cpp.
Referenced by CApplicationView::CreateListView().
Definition at line 1246 of file appview.cpp.
Referenced by SetDisplayAppType().
Definition at line 1332 of file appview.cpp.
PVOID CAppsListView::GetFocusedItemData | ( | ) |
Definition at line 1365 of file appview.cpp.
Referenced by CApplicationView::GetFocusedItemData().
HIMAGELIST CAppsListView::GetImageList | ( | int | iImageList | ) |
Definition at line 1274 of file appview.cpp.
Definition at line 1513 of file appview.cpp.
Referenced by CApplicationView::ProcessWindowMessage().
|
private |
Definition at line 1151 of file appview.cpp.
|
private |
Definition at line 1133 of file appview.cpp.
|
static |
Definition at line 1280 of file appview.cpp.
Referenced by ColumnClick().
Definition at line 1338 of file appview.cpp.
Referenced by AddApplication(), and CheckAll().
BOOL CAppsListView::SetDisplayAppType | ( | APPLICATION_VIEW_TYPE | AppType | ) |
Definition at line 1376 of file appview.cpp.
Referenced by CApplicationView::SetDisplayAppType().
Definition at line 1459 of file appview.cpp.
Referenced by CApplicationView::OnCommand().
Definition at line 1177 of file appview.cpp.
Referenced by CApplicationView::SetWatermark().
Definition at line 1183 of file appview.cpp.
Referenced by Create(), and SetDisplayAppType().
|
private |
Definition at line 204 of file appview.h.
Referenced by AddApplication(), and SetDisplayAppType().
Definition at line 196 of file appview.h.
Referenced by CheckAll(), SetCheckState(), and ShowCheckboxes().
Definition at line 195 of file appview.h.
Referenced by ColumnClick(), CompareFunc(), and SetDisplayAppType().
|
private |
Definition at line 199 of file appview.h.
Referenced by CheckAll(), ItemCheckStateNotify(), and SetDisplayAppType().
|
private |
Definition at line 200 of file appview.h.
Referenced by SetDisplayAppType().
|
private |
Definition at line 198 of file appview.h.
Referenced by AddApplication(), CheckAll(), and SetDisplayAppType().
|
private |
Definition at line 206 of file appview.h.
Referenced by CAppsListView(), OnAsyncIcon(), SetDisplayAppType(), and ~CAppsListView().
|
private |
Definition at line 207 of file appview.h.
Referenced by OnEraseBackground(), and SetWatermark().
|
private |
Definition at line 202 of file appview.h.
Referenced by ColumnClick().