Searched refs:CAbstractFile (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 DKnownFile.h101 CAbstractFile
105 class CAbstractFile class
108 CAbstractFile();
109 explicit CAbstractFile(const CAbstractFile& other);
110 virtual ~CAbstractFile() {}
145 //! CAbstractFile is not assignable.
146 CAbstractFile& operator=(const CAbstractFile);
168 class CKnownFile : public CAbstractFile, publi
[all...]
H A DKnownFile.cpp102 CAbstractFile::CAbstractFile() function in class:CAbstractFile
112 CAbstractFile::CAbstractFile(const CAbstractFile& other) function in class:CAbstractFile
132 void CAbstractFile::SetFileName(const CPath& fileName)
137 uint32 CAbstractFile::GetIntTagValue(uint8 tagname) const
148 bool CAbstractFile::GetIntTagValue(uint8 tagname, uint32& ruValue) const
160 uint32 CAbstractFile::GetIntTagValue(const wxString& tagname) const
171 const wxString& CAbstractFile
[all...]
H A Damule.h43 class CAbstractFile;
140 wxString CreateMagnetLink(const CAbstractFile *f);
141 wxString CreateED2kLink(const CAbstractFile* f, bool add_source = false, bool use_hostname = false, bool addcryptoptions = false);
H A DSearchFile.h29 #include "KnownFile.h" // Needed for CAbstractFile
52 * via the CAbstractFile functions. Tags pertaining to meta-data
53 * are stored in the taglist inherited from CAbstractFile.
58 class CSearchFile : public CAbstractFile, public CECID
H A DamuleAppCommon.cpp137 wxString CamuleAppCommon::CreateMagnetLink(const CAbstractFile *f)
150 wxString CamuleAppCommon::CreateED2kLink(const CAbstractFile *f, bool add_source, bool use_hostname, bool addcryptoptions)
H A DSearchFile.cpp97 : CAbstractFile(other),

Completed in 79 milliseconds