doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Public Attributes | Protected Member Functions | Private Attributes | List of all members
CWaitDlg Class Reference

#include <WaitDlg.h>

Inheritance diagram for CWaitDlg:

Public Types

enum  { IDD = IDD_DLG_WAIT }
 

Public Member Functions

 CWaitDlg (CWnd *pParent=NULL, const char *msg="Wait...")
 
 ~CWaitDlg ()
 
void SetText (const char *msg, bool append=false)
 
void AllowCancel (bool enable)
 
bool CancelPressed (void)
 

Public Attributes

CString waitStr
 

Protected Member Functions

virtual void DoDataExchange (CDataExchange *pDX)
 
virtual BOOL OnInitDialog ()
 
virtual void OnCancel ()
 

Private Attributes

idStr text
 
bool cancelPressed
 

Detailed Description

Definition at line 40 of file WaitDlg.h.

Member Enumeration Documentation

anonymous enum
Enumerator
IDD 

Definition at line 52 of file WaitDlg.h.

Constructor & Destructor Documentation

CWaitDlg::CWaitDlg ( CWnd *  pParent = NULL,
const char *  msg = "Wait..." 
)

Definition at line 45 of file WaitDlg.cpp.

CWaitDlg::~CWaitDlg ( )

Definition at line 56 of file WaitDlg.cpp.

Member Function Documentation

void CWaitDlg::AllowCancel ( bool  enable)

Definition at line 109 of file WaitDlg.cpp.

bool CWaitDlg::CancelPressed ( void  )

Definition at line 120 of file WaitDlg.cpp.

void CWaitDlg::DoDataExchange ( CDataExchange *  pDX)
protectedvirtual

Definition at line 60 of file WaitDlg.cpp.

void CWaitDlg::OnCancel ( )
protectedvirtual

Definition at line 136 of file WaitDlg.cpp.

BOOL CWaitDlg::OnInitDialog ( )
protectedvirtual

Definition at line 77 of file WaitDlg.cpp.

void CWaitDlg::SetText ( const char *  msg,
bool  append = false 
)

Definition at line 94 of file WaitDlg.cpp.

Member Data Documentation

bool CWaitDlg::cancelPressed
private

Definition at line 76 of file WaitDlg.h.

idStr CWaitDlg::text
private

Definition at line 75 of file WaitDlg.h.

CString CWaitDlg::waitStr

Definition at line 53 of file WaitDlg.h.


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