|
JunkBox_Win_Lib 1.5.3
|
#include <MessageBoxDLG.h>


Public Types | |
| enum | { IDD = IDD_MESG_BOX } |
Public Member Functions | |
| CMessageBoxDLG (LPCTSTR tn=NULL, CWnd *pParent=NULL) | |
| CMessageBoxDLG (UINT nIDTemplate, LPCTSTR tn=NULL, CWnd *pParent=NULL) | |
| virtual | ~CMessageBoxDLG () |
| BOOL | OnInitDialog () |
| void | Display (LPCTSTR mesg=NULL) |
| void | Destory (void) |
| bool | isCanceled () |
| afx_msg void | OnStnClickedMesgBoxText () |
| virtual BOOL | OnCommand (WPARAM wParam, LPARAM lParam) |
Public Attributes | |
| CWnd * | pWnd |
| UINT | dialogID |
| CString | title |
| CStatic * | message |
| bool | cancel |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
Definition at line 17 of file MessageBoxDLG.h.
| anonymous enum |
| CMessageBoxDLG | ( | LPCTSTR | tn = NULL, |
| CWnd * | pParent = NULL ) |
Definition at line 22 of file MessageBoxDLG.cpp.
References CMessageBoxDLG::cancel, CMessageBoxDLG::dialogID, CMessageBoxDLG::IDD, CMessageBoxDLG::message, CMessageBoxDLG::pWnd, and CMessageBoxDLG::title.
| CMessageBoxDLG | ( | UINT | nIDTemplate, |
| LPCTSTR | tn = NULL, | ||
| CWnd * | pParent = NULL ) |
Definition at line 39 of file MessageBoxDLG.cpp.
References CMessageBoxDLG::cancel, CMessageBoxDLG::dialogID, CMessageBoxDLG::message, CMessageBoxDLG::pWnd, and CMessageBoxDLG::title.
|
virtual |
Definition at line 53 of file MessageBoxDLG.cpp.
References CMessageBoxDLG::Destory().

| void Destory | ( | void | ) |
Definition at line 112 of file MessageBoxDLG.cpp.
Referenced by CMessageBoxDLG::~CMessageBoxDLG().

| void Display | ( | LPCTSTR | mesg = NULL | ) |
Definition at line 90 of file MessageBoxDLG.cpp.
References CMessageBoxDLG::message, CMessageBoxDLG::pWnd, and CMessageBoxDLG::title.
Referenced by jbxwl::MessageBoxDLG(), jbxwl::MessageBoxDLG(), jbxwl::MessageBoxDLG(), and jbxwl::MessageBoxDLG().

|
protectedvirtual |
Definition at line 60 of file MessageBoxDLG.cpp.
|
inline |
|
virtual |
Definition at line 128 of file MessageBoxDLG.cpp.
| BOOL OnInitDialog | ( | ) |
Definition at line 80 of file MessageBoxDLG.cpp.
References IDC_MESG_BOX_TEXT.
| void OnStnClickedMesgBoxText | ( | ) |
Definition at line 119 of file MessageBoxDLG.cpp.
| bool cancel |
Definition at line 24 of file MessageBoxDLG.h.
Referenced by CMessageBoxDLG::CMessageBoxDLG(), CMessageBoxDLG::CMessageBoxDLG(), and CMessageBoxDLG::isCanceled().
| UINT dialogID |
Definition at line 21 of file MessageBoxDLG.h.
Referenced by CMessageBoxDLG::CMessageBoxDLG(), and CMessageBoxDLG::CMessageBoxDLG().
| CStatic* message |
Definition at line 23 of file MessageBoxDLG.h.
Referenced by CMessageBoxDLG::CMessageBoxDLG(), CMessageBoxDLG::CMessageBoxDLG(), and CMessageBoxDLG::Display().
| CWnd* pWnd |
Definition at line 20 of file MessageBoxDLG.h.
Referenced by CMessageBoxDLG::CMessageBoxDLG(), CMessageBoxDLG::CMessageBoxDLG(), and CMessageBoxDLG::Display().
| CString title |
Definition at line 22 of file MessageBoxDLG.h.
Referenced by CMessageBoxDLG::CMessageBoxDLG(), CMessageBoxDLG::CMessageBoxDLG(), and CMessageBoxDLG::Display().