GME  13
Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions | Static Protected Attributes
CSplashWnd Class Reference

#include <Splash.h>

Collaboration diagram for CSplashWnd:
Collaboration graph
[legend]

List of all members.

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 CSplashWndc_pSplashWnd

Detailed Description

Definition at line 12 of file Splash.h.


Constructor & Destructor Documentation

CSplashWnd::CSplashWnd ( ) [protected]

Definition at line 21 of file Splash.cpp.

Definition at line 25 of file Splash.cpp.


Member Function Documentation

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.


Member Data Documentation

BOOL CSplashWnd::c_bShowSplashWnd [static, protected]

Definition at line 42 of file Splash.h.

CSplashWnd * CSplashWnd::c_pSplashWnd [static, protected]

Definition at line 43 of file Splash.h.

Definition at line 20 of file Splash.h.

Definition at line 21 of file Splash.h.


The documentation for this class was generated from the following files: