Searched refs:CPartFileConvert (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPartFileConvert.h75 class CPartFileConvert : private wxThread class in inherits:wxThread
88 CPartFileConvert() : wxThread(wxTHREAD_DETACHED) {} function in class:CPartFileConvert
H A DPartFileConvert.cpp66 wxThread* CPartFileConvert::s_convertPfThread = NULL;
67 std::list<ConvertJob*> CPartFileConvert::s_jobs;
68 ConvertJob* CPartFileConvert::s_pfconverting = NULL;
69 wxMutex CPartFileConvert::s_mutex;
72 int CPartFileConvert::ScanFolderToAdd(const CPath& folder, bool deletesource)
102 void CPartFileConvert::ConvertToeMule(const CPath& file, bool deletesource)
122 void CPartFileConvert::StartThread()
125 s_convertPfThread = new CPartFileConvert();
148 void CPartFileConvert::StopThread()
162 wxThread::ExitCode CPartFileConvert
[all...]
H A DGuiEvents.cpp756 CPartFileConvert::RemoveJob(id);
761 CPartFileConvert::RetryJob(id);
766 CPartFileConvert::ReaddAllJobs();
H A DPartFileConvertDlg.cpp203 CPartFileConvert::ScanFolderToAdd(CPath(folder), (reply == wxYES));
H A Damule-gui.cpp107 CPartFileConvert::StopThread();
H A DPartFile.h424 friend class CPartFileConvert;

Completed in 68 milliseconds