ReactOS 0.4.15-dev-7196-g0fe0b40
|
#include <appview.h>
Public Member Functions | |
HWND | Create (HWND hwndParent) |
VOID | ShowAppInfo (CAppInfo *Info) |
VOID | SetWelcomeText () |
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 964 of file appview.cpp.
Definition at line 911 of file appview.cpp.
Referenced by CApplicationView::CreateAppInfoDisplay().
|
static |
Definition at line 885 of file appview.cpp.
Definition at line 943 of file appview.cpp.
Referenced by ProcessWindowMessage().
Definition at line 855 of file appview.cpp.
Referenced by ProcessWindowMessage().
|
private |
Definition at line 741 of file appview.cpp.
|
private |
Definition at line 798 of file appview.cpp.
Referenced by ProcessWindowMessage(), ResizeChildren(), SetWelcomeText(), and ShowAppInfo().
Definition at line 806 of file appview.cpp.
VOID CAppInfoDisplay::SetWelcomeText | ( | ) |
Definition at line 935 of file appview.cpp.
Referenced by CApplicationView::SetDisplayAppType().
Definition at line 919 of file appview.cpp.
Referenced by CApplicationView::ItemGetFocus().
Definition at line 156 of file appview.h.
Referenced by OnCommand(), and OnLink().
CAppRichEdit* CAppInfoDisplay::RichEdit = NULL |
Definition at line 170 of file appview.h.
Referenced by OnLink(), ProcessWindowMessage(), ResizeChildren(), SetWelcomeText(), ShowAppInfo(), and ~CAppInfoDisplay().
CAppScrnshotPreview* CAppInfoDisplay::ScrnshotPrev = NULL |
Definition at line 171 of file appview.h.
Referenced by ProcessWindowMessage(), ResizeChildren(), SetWelcomeText(), ShowAppInfo(), and ~CAppInfoDisplay().