ReactOS 0.4.16-dev-751-g45ed1a9
|
#include <appview.h>
Classes | |
struct | RESTORELISTSELECTION |
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 = AppViewTypeAvailableApps |
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 1994 of file appview.cpp.
CApplicationView::~CApplicationView | ( | ) |
Definition at line 1998 of file appview.cpp.
Definition at line 2082 of file appview.cpp.
Referenced by CMainWindow::AddApplicationsToView().
|
virtual |
Reimplemented from CUiWindow< CWindowImpl< CApplicationView > >.
Definition at line 2112 of file appview.cpp.
Referenced by CMainWindow::HandleTabOrder().
void CApplicationView::CheckAll | ( | ) |
Definition at line 2024 of file appview.cpp.
Referenced by CMainWindow::CreateApplicationView().
|
private |
Definition at line 1794 of file appview.cpp.
Referenced by ProcessWindowMessage().
|
private |
Definition at line 1756 of file appview.cpp.
Referenced by ProcessWindowMessage().
|
private |
Definition at line 1767 of file appview.cpp.
Referenced by ProcessWindowMessage().
|
private |
Definition at line 1783 of file appview.cpp.
Referenced by ProcessWindowMessage().
|
private |
|
private |
Definition at line 1733 of file appview.cpp.
Referenced by ProcessWindowMessage().
PVOID CApplicationView::GetFocusedItemData | ( | ) |
Definition at line 2100 of file appview.cpp.
Referenced by CMainWindow::OnCommand(), CMainWindow::RemoveSelectedAppFromRegistry(), and CMainWindow::UninstallSelectedApp().
int CApplicationView::GetItemCount | ( | ) |
Definition at line 2106 of file appview.cpp.
Referenced by CMainWindow::UpdateApplicationsList(), and CMainWindow::UpdateStatusBarText().
VOID CApplicationView::GetRestoreListSelectionData | ( | RESTORELISTSELECTION & | Restore | ) |
Definition at line 2122 of file appview.cpp.
Referenced by CMainWindow::UpdateApplicationsList().
|
static |
Definition at line 2008 of file appview.cpp.
Definition at line 2187 of file appview.cpp.
Referenced by ProcessWindowMessage().
Definition at line 2165 of file appview.cpp.
Referenced by ProcessWindowMessage().
Definition at line 1894 of file appview.cpp.
Referenced by ProcessWindowMessage().
Definition at line 1834 of file appview.cpp.
Referenced by ProcessWindowMessage().
|
private |
Definition at line 1525 of file appview.cpp.
Definition at line 1812 of file appview.cpp.
Referenced by CMainWindow::ProcessWindowMessage().
Definition at line 2157 of file appview.cpp.
Referenced by ItemGetFocus(), and RefreshAvailableItem().
VOID CApplicationView::RestoreListSelection | ( | const RESTORELISTSELECTION & | Restore | ) |
Definition at line 2139 of file appview.cpp.
Referenced by CMainWindow::UpdateApplicationsList().
BOOL CApplicationView::SetDisplayAppType | ( | APPLICATION_VIEW_TYPE | AppType | ) |
Definition at line 2035 of file appview.cpp.
Referenced by CMainWindow::UpdateApplicationsList().
void CApplicationView::SetFocusOnSearchBar | ( | ) |
Definition at line 1805 of file appview.cpp.
Referenced by CMainWindow::UpdateApplicationsList().
Definition at line 2088 of file appview.cpp.
Referenced by CMainWindow::UpdateApplicationsList().
|
private |
Definition at line 356 of file appview.h.
Referenced by ItemGetFocus(), ProcessWindowMessage(), RefreshAvailableItem(), and SetDisplayAppType().
|
private |
Definition at line 353 of file appview.h.
Referenced by AppendTabOrderWindow(), CreateAppInfoDisplay(), ProcessWindowMessage(), RefreshDetailsPane(), SetDisplayAppType(), and ~CApplicationView().
Definition at line 350 of file appview.h.
Referenced by AppendTabOrderWindow(), CreateComboBox(), OnCommand(), OnSize(), and ProcessWindowMessage().
|
private |
Definition at line 354 of file appview.h.
Referenced by CreateAppInfoDisplay(), CreateHSplitter(), CreateListView(), ProcessWindowMessage(), and ~CApplicationView().
|
private |
Definition at line 352 of file appview.h.
Referenced by AddApplication(), AppendTabOrderWindow(), CheckAll(), CreateListView(), GetFocusedItemData(), GetItemCount(), GetRestoreListSelectionData(), OnCommand(), ProcessWindowMessage(), RefreshAvailableItem(), RestoreListSelection(), SetDisplayAppType(), SetRedraw(), SetWatermark(), and ~CApplicationView().
|
private |
Definition at line 355 of file appview.h.
Referenced by Create(), ItemCheckStateChanged(), OnCommand(), ProcessWindowMessage(), and SetDisplayAppType().
Definition at line 348 of file appview.h.
Referenced by CreateHSplitter(), CreateToolbar(), OnSize(), and ProcessWindowMessage().
|
private |
Definition at line 351 of file appview.h.
Referenced by AppendTabOrderWindow(), CreateSearchBar(), OnCommand(), OnSize(), SetFocusOnSearchBar(), and ~CApplicationView().
|
private |
Definition at line 349 of file appview.h.
Referenced by AppendTabOrderWindow(), CreateComboBox(), CreateSearchBar(), CreateToolbar(), ItemGetFocus(), OnCommand(), OnSize(), ProcessWindowMessage(), SetDisplayAppType(), and ~CApplicationView().