|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 () | |
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 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().