Searched refs:AddFile (Results 1 - 25 of 37) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfs_mem.h36 static void AddFile(const wxString& filename, const wxString& textdata);
37 static void AddFile(const wxString& filename, const void *binarydata, size_t size);
73 static void AddFile(const wxString& filename, const wxString& textdata) function in class:wxMemoryFSHandler
75 wxMemoryFSHandlerBase::AddFile(filename, textdata);
78 static void AddFile(const wxString& filename, function in class:wxMemoryFSHandler
82 wxMemoryFSHandlerBase::AddFile(filename, binarydata, size);
104 static void AddFile(const wxString& filename,
108 static void AddFile(const wxString& filename,
H A Ddebugrpt.h59 virtual void AddFile(const wxString& filename, const wxString& description);
62 // and then add it to the report (the difference with AddFile() is that the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfs_mem.tex26 wxMemoryFSHandler::AddFile("logo.pcx", wxBITMAP(logo), wxBITMAP_TYPE_PCX);
27 wxMemoryFSHandler::AddFile("about.htm",
75 \membersection{wxMemoryFSHandler::AddFile}\label{wxmemoryfshandleraddfile}
77 \func{static void}{AddFile}{\param{const wxString\& }{filename}, \param{wxImage\& }{image}, \param{long }{type}}
79 \func{static void}{AddFile}{\param{const wxString\& }{filename}, \param{const wxBitmap\& }{bitmap}, \param{long }{type}}
102 Like \helpref{AddFile}{wxmemoryfshandleraddfile}, but lets you explicitly
110 \helpref{AddFile}{wxmemoryfshandleraddfile}
H A Dfildatob.tex44 \membersection{wxFileDataObject::AddFile}\label{wxfiledataobjectaddfile}
46 \func{virtual void}{AddFile}{\param{const wxString\& }{file}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfs_mem.cpp208 void wxMemoryFSHandlerBase::AddFile(const wxString& filename, function in class:wxMemoryFSHandlerBase
216 void wxMemoryFSHandlerBase::AddFile(const wxString& filename, function in class:wxMemoryFSHandlerBase
244 wxMemoryFSHandler::AddFile(const wxString& filename, function in class:wxMemoryFSHandler
273 wxMemoryFSHandler::AddFile(const wxString& filename, function in class:wxMemoryFSHandler
279 AddFile(filename, img, type);
H A Ddebugrpt.cpp262 wxDebugReport::AddFile(const wxString& filename, const wxString& description) function in class:wxDebugReport
299 AddFile(filename, description);
506 AddFile(fn.GetFullName(), _("process context description"));
530 AddFile(fn.GetFullName(), _("dump of the process state (binary)"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Ddataobj2.h72 void AddFile( const wxString &filename );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Difcontext.h83 void AddFile( const wxString& fname, const wxString& content );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleCollection.h72 bool AddFile(
H A DSharedFileList.h107 bool AddFile(CKnownFile* pFile);
H A DMuleCollection.cpp342 AddFile(fileName, fileSize, fileHash);
413 return AddFile(fileName, fileSize, fileHash);
417 bool CMuleCollection::AddFile( function in class:CMuleCollection
H A DDownloadListCtrl.h82 void AddFile( CPartFile* file );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Ddataobj2.h68 void AddFile( const wxString &filename );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Ddataobj2.h72 void AddFile( const wxString &filename );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Ddataobj2.h68 void AddFile( const wxString &filename );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Ddataobj2.h65 void AddFile( const wxString &filename );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Ddataobj2.h65 void AddFile( const wxString &filename );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Ddataobj2.h69 void AddFile( const wxString &filename );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddataobj.cpp206 AddFile(wxString::FromAscii((char*)pBuf));
211 void wxFileDataObject::AddFile( function in class:wxFileDataObject
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Ddataobj.cpp257 AddFile(sFile);
262 void wxFileDataObject::AddFile( function in class:wxFileDataObject
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/debugrpt/
H A Ddebugrpt.cpp355 // you can also call report->AddFile(...) with your own log files, files
367 report->AddFile(fn.GetFullName(), _T("timestamp of this report"));
372 report->AddFile(_T("c:\\autoexec.bat"), _T("DOS startup file"));
374 report->AddFile(_T("/etc/motd"), _T("Message of the day"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Ddataobj.cpp234 AddFile( file );
264 AddFile(filename.c_str() + lenPrefix);
289 void wxFileDataObject::AddFile( const wxString &filename ) function in class:wxFileDataObject
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/ole/
H A Ddataobj2.h103 virtual void AddFile(const wxString& file);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddataobj.cpp308 AddFile( wxConvFileName->cMB2WX( fn ) );
316 void wxFileDataObject::AddFile( const wxString &filename ) function in class:wxFileDataObject
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddataobj.cpp272 AddFile(wxURI::Unescape(filename.c_str() + lenPrefix));
296 void wxFileDataObject::AddFile( const wxString &filename ) function in class:wxFileDataObject

Completed in 303 milliseconds

12