ReactOS 0.4.15-dev-5666-gc548b97
|
#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 | { WINSTATE_DESTROYED = 0x00000001 } |
![]() | |
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 888 of file appview.cpp.
Definition at line 766 of file appview.cpp.
Referenced by CAppInfoDisplay::ProcessWindowMessage().
VOID CAppScrnshotPreview::DisplayEmpty | ( | ) |
Definition at line 797 of file appview.cpp.
Referenced by CAppInfoDisplay::SetWelcomeText(), CAppInfoDisplay::ShowAvailableAppInfo(), and CAppInfoDisplay::ShowInstalledAppInfo().
|
private |
Definition at line 614 of file appview.cpp.
Referenced by DisplayFile(), DisplayImage(), and ProcessWindowMessage().
Definition at line 621 of file appview.cpp.
Referenced by DisplayImage(), and ProcessWindowMessage().
Definition at line 804 of file appview.cpp.
Referenced by CAppInfoDisplay::ShowAvailableAppInfo().
|
private |
Definition at line 602 of file appview.cpp.
Referenced by DisplayImage().
Definition at line 734 of file appview.cpp.
Referenced by PaintOnDC().
Definition at line 729 of file appview.cpp.
Referenced by PaintOnDC().
Definition at line 864 of file appview.cpp.
Referenced by CAppInfoDisplay::ResizeChildren().
|
static |
Definition at line 742 of file appview.cpp.
Definition at line 639 of file appview.cpp.
Referenced by ProcessWindowMessage().
VOID CAppScrnshotPreview::PreviousDisplayCleanup | ( | ) |
Definition at line 773 of file appview.cpp.
Referenced by DisplayEmpty(), DisplayFailed(), DisplayFile(), DisplayImage(), ProcessWindowMessage(), and ~CAppScrnshotPreview().
|
privatevirtual |
Implements ATL::CMessageMap.
Definition at line 480 of file appview.cpp.
|
private |
Definition at line 634 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().