ReactOS 0.4.15-dev-7131-ge4d03f4
|
#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 = 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 1778 of file appview.cpp.
CApplicationView::~CApplicationView | ( | ) |
Definition at line 1782 of file appview.cpp.
Definition at line 1856 of file appview.cpp.
Referenced by CMainWindow::AddApplicationsToView().
|
virtual |
Reimplemented from CUiWindow< CWindowImpl< CApplicationView > >.
Definition at line 1886 of file appview.cpp.
Referenced by CMainWindow::HandleTabOrder().
void CApplicationView::CheckAll | ( | ) |
Definition at line 1808 of file appview.cpp.
Referenced by CMainWindow::CreateApplicationView().
|
private |
Definition at line 1594 of file appview.cpp.
Referenced by ProcessWindowMessage().
|
private |
Definition at line 1556 of file appview.cpp.
Referenced by ProcessWindowMessage().
|
private |
Definition at line 1567 of file appview.cpp.
Referenced by ProcessWindowMessage().
|
private |
Definition at line 1583 of file appview.cpp.
Referenced by ProcessWindowMessage().
|
private |
|
private |
Definition at line 1533 of file appview.cpp.
Referenced by ProcessWindowMessage().
PVOID CApplicationView::GetFocusedItemData | ( | ) |
Definition at line 1874 of file appview.cpp.
Referenced by CMainWindow::OnCommand(), CMainWindow::RemoveSelectedAppFromRegistry(), and CMainWindow::UninstallSelectedApp().
int CApplicationView::GetItemCount | ( | ) |
Definition at line 1880 of file appview.cpp.
Referenced by CMainWindow::UpdateApplicationsList(), and CMainWindow::UpdateStatusBarText().
|
static |
Definition at line 1792 of file appview.cpp.
Definition at line 1920 of file appview.cpp.
Referenced by ProcessWindowMessage().
Definition at line 1898 of file appview.cpp.
Referenced by ProcessWindowMessage().
Definition at line 1678 of file appview.cpp.
Referenced by ProcessWindowMessage().
Definition at line 1618 of file appview.cpp.
Referenced by ProcessWindowMessage().
|
private |
Definition at line 1375 of file appview.cpp.
BOOL CApplicationView::SetDisplayAppType | ( | APPLICATION_VIEW_TYPE | AppType | ) |
Definition at line 1818 of file appview.cpp.
Referenced by CMainWindow::UpdateApplicationsList().
void CApplicationView::SetFocusOnSearchBar | ( | ) |
Definition at line 1605 of file appview.cpp.
Referenced by CMainWindow::UpdateApplicationsList().
Definition at line 1862 of file appview.cpp.
Referenced by CMainWindow::UpdateApplicationsList().
|
private |
Definition at line 353 of file appview.h.
Referenced by ItemGetFocus(), ProcessWindowMessage(), and SetDisplayAppType().
|
private |
Definition at line 350 of file appview.h.
Referenced by AppendTabOrderWindow(), CreateAppInfoDisplay(), ItemGetFocus(), SetDisplayAppType(), and ~CApplicationView().
Definition at line 347 of file appview.h.
Referenced by AppendTabOrderWindow(), CreateComboBox(), OnCommand(), OnSize(), and ProcessWindowMessage().
|
private |
Definition at line 351 of file appview.h.
Referenced by CreateAppInfoDisplay(), CreateHSplitter(), CreateListView(), ProcessWindowMessage(), and ~CApplicationView().
|
private |
Definition at line 349 of file appview.h.
Referenced by AddApplication(), AppendTabOrderWindow(), CheckAll(), CreateListView(), GetFocusedItemData(), GetItemCount(), OnCommand(), ProcessWindowMessage(), SetDisplayAppType(), SetRedraw(), SetWatermark(), and ~CApplicationView().
|
private |
Definition at line 352 of file appview.h.
Referenced by ItemCheckStateChanged(), OnCommand(), and ProcessWindowMessage().
Definition at line 345 of file appview.h.
Referenced by CreateHSplitter(), CreateToolbar(), OnSize(), and ProcessWindowMessage().
|
private |
Definition at line 348 of file appview.h.
Referenced by AppendTabOrderWindow(), CreateSearchBar(), OnCommand(), OnSize(), SetFocusOnSearchBar(), and ~CApplicationView().
|
private |
Definition at line 346 of file appview.h.
Referenced by AppendTabOrderWindow(), CreateComboBox(), CreateSearchBar(), CreateToolbar(), ItemGetFocus(), OnCommand(), OnSize(), ProcessWindowMessage(), SetDisplayAppType(), and ~CApplicationView().