ReactOS
0.4.15-dev-2103-g9dff498
|
#include <appview.h>
Classes | |
struct | SortContext |
Static Public Member Functions | |
static INT CALLBACK | s_CompareFunc (LPARAM lParam1, LPARAM lParam2, LPARAM lParamSort) |
Private Attributes | |
BOOL | bIsAscending = TRUE |
BOOL | bHasCheckboxes |
INT | ItemCount = 0 |
INT | CheckedItemCount = 0 |
INT | ColumnCount = 0 |
INT | nLastHeaderID |
APPLICATION_VIEW_TYPE | ApplicationViewType = AppViewTypeEmpty |
HIMAGELIST | m_hImageListView |
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 1115 of file appview.cpp.
BOOL CAppsListView::AddAvailableApplication | ( | CAvailableApplicationInfo * | AvlbAppInfo, |
BOOL | InitCheckState, | ||
LPVOID | CallbackParam | ||
) |
Definition at line 1423 of file appview.cpp.
Referenced by CApplicationView::AddAvailableApplication().
BOOL CAppsListView::AddColumn | ( | INT | Index, |
ATL::CStringW & | Text, | ||
INT | Width, | ||
INT | Format | ||
) |
Definition at line 1174 of file appview.cpp.
Referenced by SetDisplayAppType().
Definition at line 1179 of file appview.cpp.
BOOL CAppsListView::AddInstalledApplication | ( | CInstalledApplicationInfo * | InstAppInfo, |
LPVOID | CallbackParam | ||
) |
Definition at line 1384 of file appview.cpp.
Referenced by CApplicationView::AddInstalledApplication().
Definition at line 1200 of file appview.cpp.
Referenced by AddAvailableApplication(), and AddInstalledApplication().
VOID CAppsListView::CheckAll | ( | ) |
VOID CAppsListView::ColumnClick | ( | LPNMLISTVIEW | pnmv | ) |
Definition at line 1135 of file appview.cpp.
Referenced by CApplicationView::ProcessWindowMessage().
Definition at line 1231 of file appview.cpp.
Definition at line 1252 of file appview.cpp.
Referenced by CApplicationView::CreateListView().
Definition at line 1276 of file appview.cpp.
PVOID CAppsListView::GetFocusedItemData | ( | ) |
Definition at line 1306 of file appview.cpp.
Referenced by CApplicationView::GetFocusedItemData().
HIMAGELIST CAppsListView::GetImageList | ( | int | iImageList | ) |
Definition at line 1220 of file appview.cpp.
Definition at line 1467 of file appview.cpp.
Referenced by CApplicationView::ProcessWindowMessage().
|
static |
Definition at line 1225 of file appview.cpp.
Referenced by ColumnClick().
Definition at line 1121 of file appview.cpp.
Referenced by Create(), and SetDisplayAppType().
Definition at line 1281 of file appview.cpp.
Referenced by AddAvailableApplication(), and CheckAll().
BOOL CAppsListView::SetDisplayAppType | ( | APPLICATION_VIEW_TYPE | AppType | ) |
Definition at line 1316 of file appview.cpp.
Referenced by CApplicationView::SetDisplayAppType().
|
private |
Definition at line 222 of file appview.h.
Referenced by AddAvailableApplication(), AddInstalledApplication(), and SetDisplayAppType().
|
private |
Definition at line 214 of file appview.h.
Referenced by CheckAll(), SetCheckboxesVisible(), and SetCheckState().
Definition at line 213 of file appview.h.
Referenced by ColumnClick(), CompareFunc(), and SetDisplayAppType().
|
private |
Definition at line 217 of file appview.h.
Referenced by CheckAll(), ItemCheckStateNotify(), and SetDisplayAppType().
|
private |
Definition at line 218 of file appview.h.
Referenced by SetDisplayAppType().
|
private |
Definition at line 216 of file appview.h.
Referenced by AddAvailableApplication(), AddInstalledApplication(), CheckAll(), and SetDisplayAppType().
|
private |
Definition at line 224 of file appview.h.
Referenced by AddAvailableApplication(), AddInstalledApplication(), Create(), and SetDisplayAppType().
|
private |
Definition at line 220 of file appview.h.
Referenced by ColumnClick().