ReactOS 0.4.16-dev-240-gdb5fa3b
|
#include <appview.h>
Public Member Functions | |
HWND | Create (HWND hwndParent) |
VOID | ShowAppInfo (CAppInfo *Info) |
void | SetWelcomeText (bool bAppwiz) |
VOID | OnCommand (WPARAM wParam, LPARAM lParam) |
~CAppInfoDisplay () | |
Public Member Functions inherited from CUiWindow< CWindowImpl< 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) |
Public Member Functions inherited from CUiPrimitive | |
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 |
Public Attributes inherited from CUiBox | |
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 | |
Protected Member Functions inherited from CUiBox | |
CUiBox () | |
virtual VOID | ComputeRect (RECT parentRect, RECT currentRect, RECT *newRect) |
Protected Attributes inherited from CUiPrimitive | |
CUiPrimitive * | m_Parent |
CAppInfoDisplay::~CAppInfoDisplay | ( | ) |
Definition at line 1032 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 1011 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 974 of file appview.cpp.
Referenced by CApplicationView::SetDisplayAppType().
Definition at line 958 of file appview.cpp.
Referenced by CApplicationView::ItemGetFocus().
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().