ReactOS
0.4.15-dev-2106-g6de3300
|
#include <appview.h>
Static Public Member Functions | |
static ATL::CWndClassInfo & | GetWndClassInfo () |
![]() | |
static LPCTSTR | GetWndCaption () |
![]() | |
static DWORD | GetWndStyle (DWORD dwStyle) |
static DWORD | GetWndExStyle (DWORD dwExStyle) |
static LRESULT CALLBACK | StartWindowProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static LRESULT CALLBACK | WindowProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
![]() | |
static LPCTSTR | GetWndClassName () |
static LRESULT | SendMessage (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
Private Member Functions | |
BOOL | ProcessWindowMessage (HWND hwnd, UINT Msg, WPARAM wParam, LPARAM lParam, LRESULT &theResult, DWORD dwMapId) |
VOID | DisplayLoading () |
VOID | DisplayFailed () |
BOOL | DisplayFile (LPCWSTR lpszFileName) |
VOID | SetStatus (SCRNSHOT_STATUS Status) |
VOID | PaintOnDC (HDC hdc, int width, int height, BOOL bDrawBkgnd) |
float | GetLoadingDotWidth (int width, int height) |
float | GetFrameDotShift (int Frame, int width, int height) |
Private Attributes | |
SCRNSHOT_STATUS | ScrnshotPrevStauts = SCRNSHOT_PREV_EMPTY |
Image * | pImage = NULL |
HICON | hBrokenImgIcon = NULL |
BOOL | bLoadingTimerOn = FALSE |
int | LoadingAnimationFrame = 0 |
int | BrokenImgSize = BROKENIMG_ICON_SIZE |
pASYNCINET | AsyncInet = NULL |
LONGLONG | ContentID = 0 |
ATL::CStringW | TempImagePath |
Additional Inherited Members | |
![]() | |
enum | |
![]() | |
WNDPROC | m_pfnSuperWindowProc |
![]() | |
CWndProcThunk | m_thunk |
const _ATL_MSG * | m_pCurrentMsg |
DWORD | m_dwState |
![]() | |
HWND | m_hWnd |
![]() | |
static RECT | rcDefault |
CAppScrnshotPreview::~CAppScrnshotPreview | ( | ) |
Definition at line 882 of file appview.cpp.
Definition at line 760 of file appview.cpp.
Referenced by CAppInfoDisplay::ProcessWindowMessage().
VOID CAppScrnshotPreview::DisplayEmpty | ( | ) |
Definition at line 791 of file appview.cpp.
Referenced by CAppInfoDisplay::SetWelcomeText(), CAppInfoDisplay::ShowAvailableAppInfo(), and CAppInfoDisplay::ShowInstalledAppInfo().
|
private |
Definition at line 608 of file appview.cpp.
Referenced by DisplayFile(), DisplayImage(), and ProcessWindowMessage().
Definition at line 615 of file appview.cpp.
Referenced by DisplayImage(), and ProcessWindowMessage().
Definition at line 798 of file appview.cpp.
Referenced by CAppInfoDisplay::ShowAvailableAppInfo().
|
private |
Definition at line 596 of file appview.cpp.
Referenced by DisplayImage().
Definition at line 728 of file appview.cpp.
Referenced by PaintOnDC().
Definition at line 858 of file appview.cpp.
Referenced by CAppInfoDisplay::ResizeChildren().
|
static |
Definition at line 736 of file appview.cpp.
Definition at line 633 of file appview.cpp.
Referenced by ProcessWindowMessage().
VOID CAppScrnshotPreview::PreviousDisplayCleanup | ( | ) |
Definition at line 767 of file appview.cpp.
Referenced by DisplayEmpty(), DisplayFailed(), DisplayFile(), DisplayImage(), ProcessWindowMessage(), and ~CAppScrnshotPreview().
|
privatevirtual |
Implements ATL::CMessageMap.
Definition at line 474 of file appview.cpp.
|
private |
Definition at line 628 of file appview.cpp.
Referenced by DisplayEmpty(), DisplayFailed(), DisplayFile(), and DisplayLoading().
|
private |
Definition at line 133 of file appview.h.
Referenced by DisplayImage(), PreviousDisplayCleanup(), and ProcessWindowMessage().
Definition at line 130 of file appview.h.
Referenced by DisplayLoading(), and PreviousDisplayCleanup().
|
private |
Definition at line 132 of file appview.h.
Referenced by PaintOnDC(), and ProcessWindowMessage().
|
private |
Definition at line 134 of file appview.h.
Referenced by DisplayEmpty(), DisplayFailed(), DisplayImage(), and ProcessWindowMessage().
Definition at line 129 of file appview.h.
Referenced by PaintOnDC(), and ProcessWindowMessage().
|
private |
Definition at line 131 of file appview.h.
Referenced by DisplayLoading(), PaintOnDC(), PreviousDisplayCleanup(), and ProcessWindowMessage().
Definition at line 128 of file appview.h.
Referenced by DisplayFile(), GetRequestedWidth(), PaintOnDC(), and PreviousDisplayCleanup().
|
private |
Definition at line 127 of file appview.h.
Referenced by GetRequestedWidth(), PaintOnDC(), and SetStatus().
|
private |
Definition at line 135 of file appview.h.
Referenced by PreviousDisplayCleanup(), and ProcessWindowMessage().