ReactOS 0.4.16-dev-752-g47bae01
|
#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 1035 of file appview.cpp.
Definition at line 950 of file appview.cpp.
Referenced by CApplicationView::CreateAppInfoDisplay().
|
static |
Definition at line 924 of file appview.cpp.
Definition at line 1014 of file appview.cpp.
Referenced by ProcessWindowMessage().
Definition at line 894 of file appview.cpp.
Referenced by ProcessWindowMessage().
|
private |
Definition at line 775 of file appview.cpp.
|
private |
Definition at line 837 of file appview.cpp.
Referenced by ProcessWindowMessage(), ResizeChildren(), SetWelcomeText(), and ShowAppInfo().
Definition at line 845 of file appview.cpp.
Definition at line 977 of file appview.cpp.
Referenced by CApplicationView::SetDisplayAppType().
Definition at line 958 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().