ReactOS 0.4.16-dev-1097-g530d26a
|
#include <appview.h>
Public Member Functions | |
HWND | Create (HWND hwndParent) |
VOID | ShowAppInfo (CAppInfo &Info, bool OnlyUpdateText=false) |
void | SetWelcomeText (bool bAppwiz) |
VOID | OnCommand (WPARAM wParam, LPARAM lParam) |
~CAppInfoDisplay () | |
![]() | |
virtual CUiBox * | AsBox () |
HWND | GetWindow () |
virtual VOID | ComputeMinimalSize (SIZE *size) |
virtual VOID | ComputeContentBounds (RECT *rect) |
virtual DWORD_PTR | CountSizableChildren () |
virtual HDWP | OnParentSize (RECT parentRect, HDWP hDwp) |
virtual VOID | AppendTabOrderWindow (int Direction, ATL::CSimpleArray< HWND > &TabOrderList) |
virtual | ~CUiWindow () |
VOID | GetWindowTextW (CStringW &szText) |
![]() | |
virtual | ~CUiPrimitive () |
virtual CUiBox * | AsBox () |
virtual VOID | ComputeMinimalSize (SIZE *size) |
virtual VOID | ComputeContentBounds (RECT *rect) |
virtual DWORD_PTR | CountSizableChildren () |
virtual HDWP | OnParentSize (RECT parentRect, HDWP hDwp) |
Static Public Member Functions | |
static ATL::CWndClassInfo & | GetWndClassInfo () |
Public Attributes | |
CAppRichEdit * | RichEdit = NULL |
CAppScrnshotPreview * | ScrnshotPrev = NULL |
![]() | |
CUiMargin | m_Margin |
CUiAlignment | m_HorizontalAlignment |
CUiAlignment | m_VerticalAlignment |
Private Member Functions | |
BOOL | ProcessWindowMessage (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam, LRESULT &theResult, DWORD dwMapId) |
VOID | OnLink (ENLINK *Link) |
VOID | ResizeChildren () |
VOID | ResizeChildren (int Width, int Height) |
Private Attributes | |
LPWSTR | pLink = NULL |
Additional Inherited Members | |
![]() | |
CUiBox () | |
virtual VOID | ComputeRect (RECT parentRect, RECT currentRect, RECT *newRect) |
![]() | |
CUiPrimitive * | m_Parent |
CAppInfoDisplay::~CAppInfoDisplay | ( | ) |
Definition at line 1036 of file appview.cpp.
Definition at line 951 of file appview.cpp.
Referenced by CApplicationView::CreateAppInfoDisplay().
|
static |
Definition at line 925 of file appview.cpp.
Definition at line 1015 of file appview.cpp.
Referenced by ProcessWindowMessage().
Definition at line 895 of file appview.cpp.
Referenced by ProcessWindowMessage().
|
private |
Definition at line 776 of file appview.cpp.
|
private |
Definition at line 838 of file appview.cpp.
Referenced by ProcessWindowMessage(), ResizeChildren(), SetWelcomeText(), and ShowAppInfo().
Definition at line 846 of file appview.cpp.
Definition at line 978 of file appview.cpp.
Referenced by CApplicationView::SetDisplayAppType().
Definition at line 959 of file appview.cpp.
Referenced by CApplicationView::RefreshDetailsPane().
Definition at line 154 of file appview.h.
Referenced by OnCommand(), and OnLink().
CAppRichEdit* CAppInfoDisplay::RichEdit = NULL |
Definition at line 168 of file appview.h.
Referenced by OnLink(), ProcessWindowMessage(), ResizeChildren(), SetWelcomeText(), ShowAppInfo(), and ~CAppInfoDisplay().
CAppScrnshotPreview* CAppInfoDisplay::ScrnshotPrev = NULL |
Definition at line 169 of file appview.h.
Referenced by ProcessWindowMessage(), ResizeChildren(), SetWelcomeText(), ShowAppInfo(), and ~CAppInfoDisplay().