ReactOS
0.4.15-dev-2100-g9e32854
|
#include <appview.h>
Static Public Member Functions | |
static ATL::CWndClassInfo & | GetWndClassInfo () |
Private Member Functions | |
BOOL | ProcessWindowMessage (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam, LRESULT &theResult, DWORD dwMapId) |
BOOL | CreateToolbar () |
BOOL | CreateSearchBar () |
BOOL | CreateComboBox () |
BOOL | CreateHSplitter () |
BOOL | CreateListView () |
BOOL | CreateAppInfoDisplay () |
VOID | OnSize (HWND hwnd, WPARAM wParam, LPARAM lParam) |
VOID | OnCommand (WPARAM wParam, LPARAM lParam) |
Private Attributes | |
CUiPanel * | m_Panel = NULL |
CMainToolbar * | m_Toolbar = NULL |
CUiWindow< CComboBox > * | m_ComboBox = NULL |
CUiWindow< CSearchBar > * | m_SearchBar = NULL |
CAppsListView * | m_ListView = NULL |
CAppInfoDisplay * | m_AppsInfo = NULL |
CUiSplitPanel * | m_HSplitter = NULL |
CMainWindow * | m_MainWindow = NULL |
APPLICATION_VIEW_TYPE | ApplicationViewType = AppViewTypeEmpty |
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 |
CApplicationView::CApplicationView | ( | CMainWindow * | MainWindow | ) |
Definition at line 1879 of file appview.cpp.
CApplicationView::~CApplicationView | ( | ) |
Definition at line 1884 of file appview.cpp.
BOOL CApplicationView::AddAvailableApplication | ( | CAvailableApplicationInfo * | AvlbAppInfo, |
BOOL | InitCheckState, | ||
LPVOID | param | ||
) |
Definition at line 1989 of file appview.cpp.
Referenced by CMainWindow::EnumAvailableAppProc().
BOOL CApplicationView::AddInstalledApplication | ( | CInstalledApplicationInfo * | InstAppInfo, |
LPVOID | param | ||
) |
Definition at line 1980 of file appview.cpp.
Referenced by CMainWindow::EnumInstalledAppProc().
|
virtual |
Reimplemented from CUiWindow< CWindowImpl< CApplicationView > >.
Definition at line 2014 of file appview.cpp.
Referenced by CMainWindow::HandleTabOrder().
void CApplicationView::CheckAll | ( | ) |
Definition at line 1917 of file appview.cpp.
Referenced by CMainWindow::CreateApplicationView().
|
private |
Definition at line 1691 of file appview.cpp.
Referenced by ProcessWindowMessage().
|
private |
Definition at line 1656 of file appview.cpp.
Referenced by ProcessWindowMessage().
|
private |
Definition at line 1666 of file appview.cpp.
Referenced by ProcessWindowMessage().
|
private |
Definition at line 1681 of file appview.cpp.
Referenced by ProcessWindowMessage().
|
private |
Definition at line 1645 of file appview.cpp.
Referenced by ProcessWindowMessage().
|
private |
Definition at line 1635 of file appview.cpp.
Referenced by ProcessWindowMessage().
PVOID CApplicationView::GetFocusedItemData | ( | ) |
Definition at line 2004 of file appview.cpp.
Referenced by CMainWindow::OnCommand(), OnCommand(), CMainWindow::RemoveSelectedAppFromRegistry(), and CMainWindow::UninstallSelectedApp().
int CApplicationView::GetItemCount | ( | ) |
|
static |
Definition at line 1893 of file appview.cpp.
Definition at line 2046 of file appview.cpp.
Referenced by ProcessWindowMessage().
Definition at line 2027 of file appview.cpp.
Referenced by ProcessWindowMessage().
Definition at line 1761 of file appview.cpp.
Referenced by ProcessWindowMessage().
Definition at line 1701 of file appview.cpp.
Referenced by ProcessWindowMessage().
|
private |
Definition at line 1483 of file appview.cpp.
BOOL CApplicationView::SetDisplayAppType | ( | APPLICATION_VIEW_TYPE | AppType | ) |
Definition at line 1926 of file appview.cpp.
Referenced by CMainWindow::UpdateApplicationsList().
|
private |
Definition at line 348 of file appview.h.
Referenced by AddAvailableApplication(), AddInstalledApplication(), ItemGetFocus(), ProcessWindowMessage(), and SetDisplayAppType().
|
private |
Definition at line 345 of file appview.h.
Referenced by AppendTabOrderWindow(), CreateAppInfoDisplay(), ItemGetFocus(), SetDisplayAppType(), and ~CApplicationView().
Definition at line 342 of file appview.h.
Referenced by AppendTabOrderWindow(), CreateComboBox(), OnCommand(), OnSize(), and ProcessWindowMessage().
|
private |
Definition at line 346 of file appview.h.
Referenced by CreateAppInfoDisplay(), CreateHSplitter(), CreateListView(), ProcessWindowMessage(), and ~CApplicationView().
|
private |
Definition at line 344 of file appview.h.
Referenced by AddAvailableApplication(), AddInstalledApplication(), AppendTabOrderWindow(), CheckAll(), CreateListView(), GetFocusedItemData(), GetItemCount(), OnCommand(), ProcessWindowMessage(), SetDisplayAppType(), and ~CApplicationView().
|
private |
Definition at line 347 of file appview.h.
Referenced by ItemCheckStateChanged(), OnCommand(), and ProcessWindowMessage().
Definition at line 340 of file appview.h.
Referenced by CreateHSplitter(), CreateToolbar(), OnSize(), and ProcessWindowMessage().
|
private |
Definition at line 343 of file appview.h.
Referenced by AppendTabOrderWindow(), CreateSearchBar(), OnCommand(), OnSize(), and ~CApplicationView().
|
private |
Definition at line 341 of file appview.h.
Referenced by AppendTabOrderWindow(), CreateComboBox(), CreateSearchBar(), CreateToolbar(), OnCommand(), OnSize(), ProcessWindowMessage(), SetDisplayAppType(), and ~CApplicationView().