ReactOS 0.4.16-dev-814-g656a5dc
|
#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 | |
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 | |
![]() | |
enum | { WINSTATE_DESTROYED = 0x00000001 } |
![]() | |
WNDPROC | m_pfnSuperWindowProc |
![]() | |
CWndProcThunk | m_thunk |
const _ATL_MSG * | m_pCurrentMsg |
DWORD | m_dwState |
![]() | |
HWND | m_hWnd |
![]() | |
static RECT | rcDefault |
Definition at line 352 of file appview.cpp.
CAppScrnshotPreview::~CAppScrnshotPreview | ( | ) |
Definition at line 767 of file appview.cpp.
Definition at line 636 of file appview.cpp.
Referenced by CAppInfoDisplay::ProcessWindowMessage().
VOID CAppScrnshotPreview::DisplayEmpty | ( | ) |
Definition at line 669 of file appview.cpp.
Referenced by CAppInfoDisplay::SetWelcomeText(), and CAppInfoDisplay::ShowAppInfo().
|
private |
Definition at line 494 of file appview.cpp.
Referenced by DisplayFile(), DisplayImage(), and ProcessWindowMessage().
Definition at line 502 of file appview.cpp.
Referenced by DisplayImage(), and ProcessWindowMessage().
Definition at line 677 of file appview.cpp.
Referenced by CAppInfoDisplay::ShowAppInfo().
|
private |
Definition at line 481 of file appview.cpp.
Referenced by DisplayImage().
Definition at line 612 of file appview.cpp.
Referenced by PaintOnDC().
Definition at line 606 of file appview.cpp.
Referenced by PaintOnDC().
Definition at line 741 of file appview.cpp.
Referenced by CAppInfoDisplay::ResizeChildren().
|
static |
Definition at line 620 of file appview.cpp.
Definition at line 522 of file appview.cpp.
Referenced by ProcessWindowMessage().
VOID CAppScrnshotPreview::PreviousDisplayCleanup | ( | ) |
Definition at line 644 of file appview.cpp.
Referenced by DisplayEmpty(), DisplayFailed(), DisplayFile(), DisplayImage(), ProcessWindowMessage(), and ~CAppScrnshotPreview().
|
privatevirtual |
Implements ATL::CMessageMap.
Definition at line 357 of file appview.cpp.
|
private |
Definition at line 516 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().