JunkBox_Win_Lib 1.5.3
|
#include <ProgressTextDLG.h>
Public Types | |
enum | { IDD = IDD_PROGTEXT } |
Public Member Functions | |
CProgressTextDLG (LPCTSTR tn=NULL, BOOL edp=FALSE, CWnd *pParent=NULL) | |
CProgressTextDLG (UINT nIDTemplate, LPCTSTR tn=NULL, BOOL edp=FALSE, CWnd *pParent=NULL) | |
virtual | ~CProgressTextDLG () |
BOOL | OnInitDialog () |
virtual void | Start (int m=100, char *tn=NULL) |
virtual void | Stop () |
virtual void | SetPos (int pos) |
virtual void | StepIt (int n=1) |
virtual void | SetTitle (char *tn) |
void | DispCounter (int n) |
Public Attributes | |
CWnd * | pWnd |
UINT | dialogID |
CString | title |
BOOL | enableDisPatcher |
CStatic * | dCounter |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnCommand (WPARAM wParam, LPARAM lParam) |
anonymous enum |
CProgressTextDLG | ( | LPCTSTR | tn = NULL, |
BOOL | edp = FALSE, | ||
CWnd * | pParent = NULL ) |
Definition at line 22 of file ProgressTextDLG.cpp.
References CProgressTextDLG::dCounter, CProgressTextDLG::dialogID, CProgressTextDLG::enableDisPatcher, CProgressTextDLG::IDD, CProgressTextDLG::pWnd, and CProgressTextDLG::title.
CProgressTextDLG | ( | UINT | nIDTemplate, |
LPCTSTR | tn = NULL, | ||
BOOL | edp = FALSE, | ||
CWnd * | pParent = NULL ) |
Definition at line 38 of file ProgressTextDLG.cpp.
References CProgressTextDLG::dCounter, CProgressTextDLG::dialogID, CProgressTextDLG::enableDisPatcher, CProgressTextDLG::pWnd, and CProgressTextDLG::title.
|
inlinevirtual |
Definition at line 41 of file ProgressTextDLG.h.
References CProgressTextDLG::Stop().
void DispCounter | ( | int | n | ) |
Definition at line 170 of file ProgressTextDLG.cpp.
References CProgressTextDLG::dCounter.
Referenced by CProgressTextDLG::SetPos(), and CProgressTextDLG::StepIt().
|
protectedvirtual |
Definition at line 50 of file ProgressTextDLG.cpp.
|
protectedvirtual |
Definition at line 154 of file ProgressTextDLG.cpp.
References IDS_STR_CANCELING.
BOOL OnInitDialog | ( | ) |
Definition at line 70 of file ProgressTextDLG.cpp.
References IDC_PROGTEXT_MSG.
|
virtual |
Definition at line 121 of file ProgressTextDLG.cpp.
References CProgressTextDLG::DispCounter(), and CProgressTextDLG::enableDisPatcher.
|
virtual |
Definition at line 133 of file ProgressTextDLG.cpp.
References jbxwl::mbs2ts(), and CProgressTextDLG::title.
|
virtual |
Definition at line 81 of file ProgressTextDLG.cpp.
References CProgressTextDLG::dialogID, jbxwl::mbs2ts(), CProgressTextDLG::pWnd, and CProgressTextDLG::title.
|
virtual |
Definition at line 111 of file ProgressTextDLG.cpp.
References CProgressTextDLG::DispCounter(), and CProgressTextDLG::enableDisPatcher.
|
virtual |
Definition at line 99 of file ProgressTextDLG.cpp.
References CProgressTextDLG::title.
Referenced by CProgressTextDLG::~CProgressTextDLG().
CStatic* dCounter |
Definition at line 35 of file ProgressTextDLG.h.
Referenced by CProgressTextDLG::CProgressTextDLG(), CProgressTextDLG::CProgressTextDLG(), and CProgressTextDLG::DispCounter().
UINT dialogID |
Definition at line 31 of file ProgressTextDLG.h.
Referenced by CProgressTextDLG::CProgressTextDLG(), CProgressTextDLG::CProgressTextDLG(), and CProgressTextDLG::Start().
BOOL enableDisPatcher |
Definition at line 33 of file ProgressTextDLG.h.
Referenced by CProgressTextDLG::CProgressTextDLG(), CProgressTextDLG::CProgressTextDLG(), CProgressTextDLG::SetPos(), and CProgressTextDLG::StepIt().
CWnd* pWnd |
Definition at line 30 of file ProgressTextDLG.h.
Referenced by CProgressTextDLG::CProgressTextDLG(), CProgressTextDLG::CProgressTextDLG(), and CProgressTextDLG::Start().
CString title |
Definition at line 32 of file ProgressTextDLG.h.
Referenced by CProgressTextDLG::CProgressTextDLG(), CProgressTextDLG::CProgressTextDLG(), CProgressTextDLG::SetTitle(), CProgressTextDLG::Start(), and CProgressTextDLG::Stop().