• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/

Lines Matching refs:m_file

70 	m_file = m_files[m_index];
95 CastChild(IDC_FNAME, wxStaticText)->SetLabel(MakeStringEscaped(m_file->GetFileName().TruncatePath(60)));
96 CastChild(IDC_METFILE, wxStaticText)->SetLabel(MakeStringEscaped(m_file->GetFullName().TruncatePath(60, true)));
102 CastChild(IDC_FHASH,wxStaticText)->SetLabel(m_file->GetFileHash().Encode());
103 bufferS = CFormat(wxT("%u bytes (%s)")) % m_file->GetFileSize() % CastItoXBytes(m_file->GetFileSize());
105 CastChild(IDC_PFSTATUS,wxControl)->SetLabel(m_file->getPartfileStatus());
106 bufferS = CFormat(wxT("%i (%i)")) % m_file->GetPartCount() % m_file->GetHashCount();
108 CastChild(IDC_TRANSFERRED,wxControl)->SetLabel(CastItoXBytes(m_file->GetTransferred()));
109 CastChild(IDC_FD_STATS1,wxControl)->SetLabel(CastItoXBytes(m_file->GetLostDueToCorruption()));
110 CastChild(IDC_FD_STATS2,wxControl)->SetLabel(CastItoXBytes(m_file->GetGainDueToCompression()));
111 CastChild(IDC_FD_STATS3,wxControl)->SetLabel(CastItoIShort(m_file->TotalPacketsSavedDueToICH()));
112 CastChild(IDC_COMPLSIZE,wxControl)->SetLabel(CastItoXBytes(m_file->GetCompletedSize()));
113 bufferS = CFormat(_("%.1f%% done")) % m_file->GetPercentCompleted();
115 bufferS = CFormat(_("%.2f kB/s")) % m_file->GetKBpsDown();
117 bufferS = CFormat(wxT("%i")) % m_file->GetSourceCount();
119 bufferS = CFormat(wxT("%i")) % m_file->GetTransferingSrcCount();
122 % m_file->GetAvailablePartCount()
123 % ((m_file->GetAvailablePartCount() * 100.0)/ m_file->GetPartCount());
125 bufferS = CastSecondsToHM(m_file->GetDlActiveTime());
128 if (m_file->lastseencomplete==0) {
131 wxDateTime last_seen(m_file->lastseencomplete);
139 m_file->GetRatingAndComments(list);
162 const SourcenameItemMap &sources = m_file->GetSourcenameItemMap();
182 const CKnownFile::SourceSet& sources = m_file->GetSourceList();
186 if (cur_src.GetRequestFile() != m_file ||
230 CCommentDialogLst(this,m_file).ShowModal();
236 CastChild(IDC_FILENAME, wxTextCtrl)->SetValue(m_file->GetFileName().GetPrintable());
253 m_file->GetStatus() != PS_COMPLETE &&
254 m_file->GetStatus() != PS_COMPLETING &&
280 if (fileName.IsOk() && (fileName != m_file->GetFileName())) {
281 if (theApp->sharedfiles->RenameFile(m_file, fileName)) {
282 FindWindow(IDC_FNAME)->SetLabel(MakeStringEscaped(m_file->GetFileName().GetPrintable()));
283 FindWindow(IDC_METFILE)->SetLabel(m_file->GetFullName().GetPrintable());
298 m_file = m_files[m_index];
308 m_file = m_files[m_index];