ReactOS 0.4.16-dev-251-ga17b6e9
|
#include <appview.h>
Static Public Member Functions | |
static ATL::CWndClassInfo & | GetWndClassInfo () |
Static Public Member Functions inherited from ATL::CWindowImpl< CAppScrnshotPreview > | |
static LPCTSTR | GetWndCaption () |
Static Public Member Functions inherited from ATL::CWindowImplBaseT< TBase, TWinTraits > | |
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 Public Member Functions inherited from ATL::CWindow | |
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 | |
CStringW | m_BasePath |
SCRNSHOT_STATUS | ScrnshotPrevStauts = SCRNSHOT_PREV_EMPTY |
Gdiplus::Image * | pImage = NULL |
HICON | hBrokenImgIcon = NULL |
BOOL | bLoadingTimerOn = FALSE |
int | LoadingAnimationFrame = 0 |
int | BrokenImgSize = BROKENIMG_ICON_SIZE |
pASYNCINET | AsyncInet = NULL |
LONGLONG | ContentID = 0 |
CStringW | TempImagePath |
Additional Inherited Members | |
Public Types inherited from ATL::CWindowImplRoot< TBase > | |
enum | { WINSTATE_DESTROYED = 0x00000001 } |
Public Attributes inherited from ATL::CWindowImplBaseT< TBase, TWinTraits > | |
WNDPROC | m_pfnSuperWindowProc |
Public Attributes inherited from ATL::CWindowImplRoot< TBase > | |
CWndProcThunk | m_thunk |
const _ATL_MSG * | m_pCurrentMsg |
DWORD | m_dwState |
Public Attributes inherited from ATL::CWindow | |
HWND | m_hWnd |
Static Public Attributes inherited from ATL::CWindow | |
static RECT | rcDefault |
Definition at line 351 of file appview.cpp.
CAppScrnshotPreview::~CAppScrnshotPreview | ( | ) |
Definition at line 766 of file appview.cpp.
Definition at line 635 of file appview.cpp.
Referenced by CAppInfoDisplay::ProcessWindowMessage().
VOID CAppScrnshotPreview::DisplayEmpty | ( | ) |
Definition at line 668 of file appview.cpp.
Referenced by CAppInfoDisplay::SetWelcomeText(), and CAppInfoDisplay::ShowAppInfo().
|
private |
Definition at line 493 of file appview.cpp.
Referenced by DisplayFile(), DisplayImage(), and ProcessWindowMessage().
Definition at line 501 of file appview.cpp.
Referenced by DisplayImage(), and ProcessWindowMessage().
Definition at line 676 of file appview.cpp.
Referenced by CAppInfoDisplay::ShowAppInfo().
|
private |
Definition at line 480 of file appview.cpp.
Referenced by DisplayImage().
Definition at line 611 of file appview.cpp.
Referenced by PaintOnDC().
Definition at line 605 of file appview.cpp.
Referenced by PaintOnDC().
Definition at line 740 of file appview.cpp.
Referenced by CAppInfoDisplay::ResizeChildren().
|
static |
Definition at line 619 of file appview.cpp.
Definition at line 521 of file appview.cpp.
Referenced by ProcessWindowMessage().
VOID CAppScrnshotPreview::PreviousDisplayCleanup | ( | ) |
Definition at line 643 of file appview.cpp.
Referenced by DisplayEmpty(), DisplayFailed(), DisplayFile(), DisplayImage(), ProcessWindowMessage(), and ~CAppScrnshotPreview().
|
privatevirtual |
Implements ATL::CMessageMap.
Definition at line 356 of file appview.cpp.
|
private |
Definition at line 515 of file appview.cpp.
Referenced by DisplayEmpty(), DisplayFailed(), DisplayFile(), and DisplayLoading().
|
private |
Definition at line 107 of file appview.h.
Referenced by DisplayImage(), PreviousDisplayCleanup(), and ProcessWindowMessage().
Definition at line 104 of file appview.h.
Referenced by DisplayLoading(), and PreviousDisplayCleanup().
|
private |
Definition at line 106 of file appview.h.
Referenced by PaintOnDC(), and ProcessWindowMessage().
|
private |
Definition at line 108 of file appview.h.
Referenced by DisplayEmpty(), DisplayFailed(), DisplayImage(), and ProcessWindowMessage().
Definition at line 103 of file appview.h.
Referenced by PaintOnDC(), and ProcessWindowMessage().
|
private |
Definition at line 105 of file appview.h.
Referenced by DisplayLoading(), PaintOnDC(), PreviousDisplayCleanup(), and ProcessWindowMessage().
|
private |
Definition at line 100 of file appview.h.
Referenced by DisplayImage().
|
private |
Definition at line 102 of file appview.h.
Referenced by DisplayFile(), GetRequestedWidth(), PaintOnDC(), and PreviousDisplayCleanup().
|
private |
Definition at line 101 of file appview.h.
Referenced by GetRequestedWidth(), PaintOnDC(), and SetStatus().
|
private |
Definition at line 110 of file appview.h.
Referenced by PreviousDisplayCleanup(), and ProcessWindowMessage().