ReactOS 0.4.15-dev-7131-ge4d03f4
|
#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 317 of file appview.cpp.
CAppScrnshotPreview::~CAppScrnshotPreview | ( | ) |
Definition at line 732 of file appview.cpp.
Definition at line 601 of file appview.cpp.
Referenced by CAppInfoDisplay::ProcessWindowMessage().
VOID CAppScrnshotPreview::DisplayEmpty | ( | ) |
Definition at line 634 of file appview.cpp.
Referenced by CAppInfoDisplay::SetWelcomeText(), and CAppInfoDisplay::ShowAppInfo().
|
private |
Definition at line 459 of file appview.cpp.
Referenced by DisplayFile(), DisplayImage(), and ProcessWindowMessage().
Definition at line 467 of file appview.cpp.
Referenced by DisplayImage(), and ProcessWindowMessage().
Definition at line 642 of file appview.cpp.
Referenced by CAppInfoDisplay::ShowAppInfo().
|
private |
Definition at line 446 of file appview.cpp.
Referenced by DisplayImage().
Definition at line 577 of file appview.cpp.
Referenced by PaintOnDC().
Definition at line 571 of file appview.cpp.
Referenced by PaintOnDC().
Definition at line 706 of file appview.cpp.
Referenced by CAppInfoDisplay::ResizeChildren().
|
static |
Definition at line 585 of file appview.cpp.
Definition at line 487 of file appview.cpp.
Referenced by ProcessWindowMessage().
VOID CAppScrnshotPreview::PreviousDisplayCleanup | ( | ) |
Definition at line 609 of file appview.cpp.
Referenced by DisplayEmpty(), DisplayFailed(), DisplayFile(), DisplayImage(), ProcessWindowMessage(), and ~CAppScrnshotPreview().
|
privatevirtual |
Implements ATL::CMessageMap.
Definition at line 322 of file appview.cpp.
|
private |
Definition at line 481 of file appview.cpp.
Referenced by DisplayEmpty(), DisplayFailed(), DisplayFile(), and DisplayLoading().
|
private |
Definition at line 109 of file appview.h.
Referenced by DisplayImage(), PreviousDisplayCleanup(), and ProcessWindowMessage().
Definition at line 106 of file appview.h.
Referenced by DisplayLoading(), and PreviousDisplayCleanup().
|
private |
Definition at line 108 of file appview.h.
Referenced by PaintOnDC(), and ProcessWindowMessage().
|
private |
Definition at line 110 of file appview.h.
Referenced by DisplayEmpty(), DisplayFailed(), DisplayImage(), and ProcessWindowMessage().
Definition at line 105 of file appview.h.
Referenced by PaintOnDC(), and ProcessWindowMessage().
|
private |
Definition at line 107 of file appview.h.
Referenced by DisplayLoading(), PaintOnDC(), PreviousDisplayCleanup(), and ProcessWindowMessage().
|
private |
Definition at line 102 of file appview.h.
Referenced by DisplayImage().
|
private |
Definition at line 104 of file appview.h.
Referenced by DisplayFile(), GetRequestedWidth(), PaintOnDC(), and PreviousDisplayCleanup().
|
private |
Definition at line 103 of file appview.h.
Referenced by GetRequestedWidth(), PaintOnDC(), and SetStatus().
|
private |
Definition at line 112 of file appview.h.
Referenced by PreviousDisplayCleanup(), and ProcessWindowMessage().