ReactOS 0.4.15-dev-7196-g0fe0b40
|
#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) |
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 973 of file appview.cpp.
CAppsListView::~CAppsListView | ( | ) |
Definition at line 977 of file appview.cpp.
Definition at line 1285 of file appview.cpp.
Referenced by CApplicationView::AddApplication().
Definition at line 1065 of file appview.cpp.
Referenced by SetDisplayAppType().
Definition at line 1088 of file appview.cpp.
VOID CAppsListView::CheckAll | ( | ) |
Definition at line 1187 of file appview.cpp.
Referenced by CApplicationView::CheckAll().
VOID CAppsListView::ColumnClick | ( | LPNMLISTVIEW | pnmv | ) |
Definition at line 1025 of file appview.cpp.
Referenced by CApplicationView::ProcessWindowMessage().
Definition at line 1122 of file appview.cpp.
Definition at line 1144 of file appview.cpp.
Referenced by CApplicationView::CreateListView().
Definition at line 1081 of file appview.cpp.
Referenced by SetDisplayAppType().
Definition at line 1172 of file appview.cpp.
PVOID CAppsListView::GetFocusedItemData | ( | ) |
Definition at line 1205 of file appview.cpp.
Referenced by CApplicationView::GetFocusedItemData().
HIMAGELIST CAppsListView::GetImageList | ( | int | iImageList | ) |
Definition at line 1109 of file appview.cpp.
Definition at line 1359 of file appview.cpp.
Referenced by CApplicationView::ProcessWindowMessage().
|
private |
Definition at line 986 of file appview.cpp.
|
static |
Definition at line 1115 of file appview.cpp.
Referenced by ColumnClick().
Definition at line 1010 of file appview.cpp.
Referenced by Create(), and SetDisplayAppType().
Definition at line 1178 of file appview.cpp.
Referenced by AddApplication(), and CheckAll().
BOOL CAppsListView::SetDisplayAppType | ( | APPLICATION_VIEW_TYPE | AppType | ) |
Definition at line 1216 of file appview.cpp.
Referenced by CApplicationView::SetDisplayAppType().
Definition at line 1279 of file appview.cpp.
Referenced by CApplicationView::OnCommand().
Definition at line 1004 of file appview.cpp.
Referenced by CApplicationView::SetWatermark().
|
private |
Definition at line 206 of file appview.h.
Referenced by AddApplication(), and SetDisplayAppType().
Definition at line 198 of file appview.h.
Referenced by CheckAll(), SetCheckboxesVisible(), and SetCheckState().
Definition at line 197 of file appview.h.
Referenced by ColumnClick(), CompareFunc(), and SetDisplayAppType().
|
private |
Definition at line 201 of file appview.h.
Referenced by CheckAll(), ItemCheckStateNotify(), and SetDisplayAppType().
|
private |
Definition at line 202 of file appview.h.
Referenced by SetDisplayAppType().
|
private |
Definition at line 200 of file appview.h.
Referenced by AddApplication(), CheckAll(), and SetDisplayAppType().
|
private |
Definition at line 208 of file appview.h.
Referenced by AddApplication(), Create(), SetDisplayAppType(), and ~CAppsListView().
|
private |
Definition at line 209 of file appview.h.
Referenced by OnEraseBackground(), and SetWatermark().
|
private |
Definition at line 204 of file appview.h.
Referenced by ColumnClick().