ReactOS 0.4.16-dev-1098-g0ca6002
|
#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) |
void | _UpdateInstallBtn () |
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 2003 of file appview.cpp.
CApplicationView::~CApplicationView | ( | ) |
Definition at line 2007 of file appview.cpp.
|
private |
Definition at line 2170 of file appview.cpp.
Referenced by ProcessWindowMessage(), and SetDisplayAppType().
Definition at line 2089 of file appview.cpp.
Referenced by CMainWindow::AddApplicationsToView().
|
virtual |
Reimplemented from CUiWindow< CWindowImpl< CApplicationView > >.
Definition at line 2119 of file appview.cpp.
Referenced by CMainWindow::HandleTabOrder().
void CApplicationView::CheckAll | ( | ) |
Definition at line 2033 of file appview.cpp.
Referenced by CMainWindow::CreateApplicationView().
|
private |
Definition at line 1803 of file appview.cpp.
Referenced by ProcessWindowMessage().
|
private |
Definition at line 1765 of file appview.cpp.
Referenced by ProcessWindowMessage().
|
private |
Definition at line 1776 of file appview.cpp.
Referenced by ProcessWindowMessage().
|
private |
Definition at line 1792 of file appview.cpp.
Referenced by ProcessWindowMessage().
|
private |
|
private |
Definition at line 1742 of file appview.cpp.
Referenced by ProcessWindowMessage().
PVOID CApplicationView::GetFocusedItemData | ( | ) |
Definition at line 2107 of file appview.cpp.
Referenced by CMainWindow::OnCommand(), CMainWindow::RemoveSelectedAppFromRegistry(), and CMainWindow::UninstallSelectedApp().
int CApplicationView::GetItemCount | ( | ) |
Definition at line 2113 of file appview.cpp.
Referenced by CMainWindow::UpdateApplicationsList(), and CMainWindow::UpdateStatusBarText().
VOID CApplicationView::GetRestoreListSelectionData | ( | RESTORELISTSELECTION & | Restore | ) |
Definition at line 2129 of file appview.cpp.
Referenced by CMainWindow::UpdateApplicationsList().
|
static |
Definition at line 2017 of file appview.cpp.
Definition at line 2234 of file appview.cpp.
Referenced by ProcessWindowMessage().
Definition at line 2194 of file appview.cpp.
Referenced by ProcessWindowMessage().
Definition at line 1903 of file appview.cpp.
Referenced by ProcessWindowMessage().
Definition at line 1843 of file appview.cpp.
Referenced by ProcessWindowMessage().
|
private |
Definition at line 1529 of file appview.cpp.
Definition at line 1821 of file appview.cpp.
Referenced by CMainWindow::ProcessWindowMessage().
Definition at line 2164 of file appview.cpp.
Referenced by ItemGetFocus(), and RefreshAvailableItem().
VOID CApplicationView::RestoreListSelection | ( | const RESTORELISTSELECTION & | Restore | ) |
Definition at line 2146 of file appview.cpp.
Referenced by CMainWindow::UpdateApplicationsList().
BOOL CApplicationView::SetDisplayAppType | ( | APPLICATION_VIEW_TYPE | AppType | ) |
Definition at line 2044 of file appview.cpp.
Referenced by CMainWindow::UpdateApplicationsList().
void CApplicationView::SetFocusOnSearchBar | ( | ) |
Definition at line 1814 of file appview.cpp.
Referenced by CMainWindow::UpdateApplicationsList().
Definition at line 2095 of file appview.cpp.
Referenced by CMainWindow::UpdateApplicationsList().
|
private |
Definition at line 356 of file appview.h.
Referenced by _UpdateInstallBtn(), 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 _UpdateInstallBtn(), 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 _UpdateInstallBtn(), Create(), ItemCheckStateChanged(), ItemGetFocus(), 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 _UpdateInstallBtn(), AppendTabOrderWindow(), CreateComboBox(), CreateSearchBar(), CreateToolbar(), ItemGetFocus(), OnCommand(), OnSize(), ProcessWindowMessage(), SetDisplayAppType(), and ~CApplicationView().