• Home
  • Raw
  • Download

Lines Matching refs:CProgressDialog

239 CProgressDialog::CProgressDialog():  in CProgressDialog()  function in CProgressDialog
274 CProgressDialog::~CProgressDialog() in ~CProgressDialog()
281 void CProgressDialog::AddToTitle(LPCWSTR s) in AddToTitle()
293 void CProgressDialog::SetTaskbarProgressState() in SetTaskbarProgressState()
319 void CProgressDialog::EnableErrorsControls(bool enable) in EnableErrorsControls()
326 bool CProgressDialog::OnInit() in OnInit()
435 bool CProgressDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize()
556 void CProgressDialog::OnCancel() { Sync.Set_Stopped(true); } in OnCancel()
557 void CProgressDialog::OnOK() { } in OnOK()
559 void CProgressDialog::SetProgressRange(UInt64 range) in SetProgressRange()
569 void CProgressDialog::SetProgressPos(UInt64 pos) in SetProgressPos()
623 void CProgressDialog::ShowSize(int id, UInt64 val, UInt64 &prev) in ShowSize()
678 void CProgressDialog::UpdateStatInfo(bool showAll) in UpdateStatInfo()
909 bool CProgressDialog::OnTimer(WPARAM /* timerID */, LPARAM /* callback */) in OnTimer()
935 INT_PTR CProgressDialog::Create(const UString &title, NWindows::CThread &thread, HWND wndParent) in Create()
965 bool CProgressDialog::OnExternalCloseMessage() in OnExternalCloseMessage()
1021 bool CProgressDialog::OnMessage(UINT message, WPARAM wParam, LPARAM lParam) in OnMessage()
1048 void CProgressDialog::SetTitleText() in SetTitleText()
1090 void CProgressDialog::SetPauseText() in SetPauseText()
1096 void CProgressDialog::OnPauseButton() in OnPauseButton()
1108 void CProgressDialog::SetPriorityText() in SetPriorityText()
1116 void CProgressDialog::OnPriorityButton() in OnPriorityButton()
1125 void CProgressDialog::AddMessageDirect(LPCWSTR message, bool needNumber) in AddMessageDirect()
1136 void CProgressDialog::AddMessage(LPCWSTR message) in AddMessage()
1161 void CProgressDialog::UpdateMessagesDialog() in UpdateMessagesDialog()
1189 bool CProgressDialog::OnButtonClicked(int buttonID, HWND buttonHWND) in OnButtonClicked()
1233 void CProgressDialog::CheckNeedClose() in CheckNeedClose()
1242 void CProgressDialog::ProcessWasFinished() in ProcessWasFinished()
1272 CProgressDialog::Create(title, thread, parentWindow); in Create()