GME
13
|
#include <Splash.h>
Public Member Functions | |
~CSplashWnd () | |
virtual void | PostNcDestroy () |
Static Public Member Functions | |
static void | EnableSplashScreen (BOOL bEnable=TRUE) |
static void | ShowSplashScreen (CWnd *pParentWnd=NULL) |
static BOOL | PreTranslateAppMessage (MSG *pMsg) |
Public Attributes | |
CBitmap | m_bitmap |
UINT_PTR | m_timerID |
Protected Member Functions | |
CSplashWnd () | |
BOOL | Create (CWnd *pParentWnd=NULL) |
void | HideSplashScreen () |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
afx_msg void | OnPaint () |
afx_msg void | OnTimer (UINT_PTR nIDEvent) |
Static Protected Attributes | |
static BOOL | c_bShowSplashWnd |
static CSplashWnd * | c_pSplashWnd |
CSplashWnd::CSplashWnd | ( | ) | [protected] |
Definition at line 21 of file Splash.cpp.
Definition at line 25 of file Splash.cpp.
BOOL CSplashWnd::Create | ( | CWnd * | pParentWnd = NULL | ) | [protected] |
Definition at line 80 of file Splash.cpp.
void CSplashWnd::EnableSplashScreen | ( | BOOL | bEnable = TRUE | ) | [static] |
Definition at line 40 of file Splash.cpp.
void CSplashWnd::HideSplashScreen | ( | ) | [protected] |
Definition at line 93 of file Splash.cpp.
int CSplashWnd::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) | [protected] |
Definition at line 106 of file Splash.cpp.
void CSplashWnd::OnPaint | ( | ) | [protected] |
Definition at line 120 of file Splash.cpp.
void CSplashWnd::OnTimer | ( | UINT_PTR | nIDEvent | ) | [protected] |
Definition at line 137 of file Splash.cpp.
void CSplashWnd::PostNcDestroy | ( | ) | [virtual] |
Definition at line 100 of file Splash.cpp.
BOOL CSplashWnd::PreTranslateAppMessage | ( | MSG * | pMsg | ) | [static] |
Definition at line 58 of file Splash.cpp.
void CSplashWnd::ShowSplashScreen | ( | CWnd * | pParentWnd = NULL | ) | [static] |
Definition at line 45 of file Splash.cpp.
BOOL CSplashWnd::c_bShowSplashWnd [static, protected] |
CSplashWnd * CSplashWnd::c_pSplashWnd [static, protected] |
CBitmap CSplashWnd::m_bitmap |
UINT_PTR CSplashWnd::m_timerID |