MCPcopy Create free account
hub / github.com/acl-dev/acl / OnDownloadOver

Method OnDownloadOver

lib_acl_cpp/samples/gui_rpc/gui_rpcDlg.cpp:359–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359void Cgui_rpcDlg::OnDownloadOver(long long int total_read, double spent)
360{
361 CString msg;
362 msg.Format("�� %I64d �ֽڣ���ʱ %.3f ����", total_read, spent);
363 m_wndMeterBar.SetText(msg, 1, 0);
364 GetDlgItem(IDC_BUTTON_RUN)->EnableWindow(true);
365}
366
367void Cgui_rpcDlg::SetRequestHdr(const char* hdr)
368{

Callers 1

rpc_onoverMethod · 0.80

Calls 1

SetTextMethod · 0.45

Tested by

no test coverage detected