Lines Matching refs:CProgressDialog
36 CProgressDialog::~CProgressDialog() in ~CProgressDialog()
40 void CProgressDialog::AddToTitle(LPCWSTR s) in AddToTitle()
48 bool CProgressDialog::OnInit() in OnInit()
74 void CProgressDialog::OnCancel() { Sync.SetStopped(true); } in OnCancel()
75 void CProgressDialog::OnOK() { } in OnOK()
77 void CProgressDialog::SetRange(UInt64 range) in SetRange()
85 void CProgressDialog::SetPos(UInt64 pos) in SetPos()
101 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer()
133 bool CProgressDialog::OnMessage(UINT message, WPARAM wParam, LPARAM lParam) in OnMessage()
159 bool CProgressDialog::OnButtonClicked(int buttonID, HWND buttonHWND) in OnButtonClicked()
183 void CProgressDialog::CheckNeedClose() in CheckNeedClose()
192 bool CProgressDialog::OnExternalCloseMessage() in OnExternalCloseMessage()