Searched refs:wxFileSystem (Results 1 - 25 of 61) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/applet/
H A Dprepinclude.h38 class wxFileSystem;
49 wxFileSystem *m_FS;
61 void ChangeDirectory(wxFileSystem *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfs_inet.h26 virtual wxFSFile* OpenFile(wxFileSystem& fs, const wxString& location);
H A Dfilesys.h32 class WXDLLIMPEXP_FWD_BASE wxFileSystem; variable in typeref:class:WXDLLIMPEXP_FWD_BASE
36 // This class is a file opened using wxFileSystem. It consists of
111 // This class is FS handler for wxFileSystem. It provides
127 virtual wxFSFile* OpenFile(wxFileSystem& fs, const wxString& location) = 0;
165 // wxFileSystem
178 class WXDLLIMPEXP_BASE wxFileSystem : public wxObject class in inherits:wxObject
181 wxFileSystem() : wxObject() { m_FindFileHandler = NULL;} function in class:wxFileSystem
182 virtual ~wxFileSystem();
247 DECLARE_DYNAMIC_CLASS(wxFileSystem)
248 DECLARE_NO_COPY_CLASS(wxFileSystem)
[all...]
H A Dfs_arc.h31 virtual wxFSFile* OpenFile(wxFileSystem& fs, const wxString& location);
39 wxFileSystem m_fs;
H A Dfs_filter.h30 virtual wxFSFile* OpenFile(wxFileSystem& fs, const wxString& location);
H A Dfs_mem.h51 virtual wxFSFile* OpenFile(wxFileSystem& fs, const wxString& location);
H A Dhtmllbox.h80 wxFileSystem& GetFileSystem() { return m_filesystem; }
81 const wxFileSystem& GetFileSystem() const { return m_filesystem; }
172 wxFileSystem m_filesystem;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/filesys/
H A Dfilesystest.cpp3 // Purpose: wxFileSystem unit test
44 wxFSFile *OpenFile(wxFileSystem& WXUNUSED(fs),
118 wxString url1 = wxFileSystem::FileNameToURL(fn1);
120 CPPUNIT_ASSERT( fn1.SameAs(wxFileSystem::URLToFileName(url1)) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfilesys.tex6 \section{\class{wxFileSystem}}\label{wxfilesystem}
30 \membersection{wxFileSystem::wxFileSystem}\label{wxfilesystemwxfilesystem}
32 \func{}{wxFileSystem}{\void}
37 \membersection{wxFileSystem::AddHandler}\label{wxfilesystemaddhandler}
51 wxFileSystem::AddHandler(new My_FS_Handler);
55 are deleted in wxFileSystem's destructor so that you don't have to
59 \membersection{wxFileSystem::HasHandlerForPath}\label{wxfilesystemhashandlerforpath}
67 \membersection{wxFileSystem::ChangePathTo}\label{wxfilesystemchangepathto}
100 \membersection{wxFileSystem
[all...]
H A Dfs.tex1 \section{wxFileSystem}\label{fs}
16 \item The \helpref{wxFileSystem}{wxfilesystem} class is the interface.
22 wxFileSystem's AddHandler() method. In the new handler you only need to
76 In addition, wxFileSystem itself can access local files.
81 Use \helpref{wxFileSystem::AddHandler}{wxfilesystemaddhandler} to initialize
91 wxFileSystem::AddHandler(new wxMemoryFSHandler);
0 \\section{wxFileSystem}\\label{fs} section
H A Dfilesysh.tex27 \item The handlers are shared by all instances of wxFileSystem.
43 \helpref{wxFileSystem}{wxfilesystem},
138 \func{virtual wxFSFile*}{OpenFile}{\param{wxFileSystem\& }{fs}, \param{const wxString\& }{location}}
H A Dfs_mem.tex8 This \helpref{wxFileSystem}{wxfilesystem} handler can store arbitrary
25 wxFileSystem::AddHandler(new wxMemoryFSHandler);
H A Dwxhtml.tex12 database searching. There is a \helpref{wxFileSystem}{wxfilesystem}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfilesys.cpp3 // Purpose: wxFileSystem class - interface for opening files
223 wxFSFile* wxLocalFSHandler::OpenFile(wxFileSystem& WXUNUSED(fs), const wxString& location)
227 wxFileName fn = wxFileSystem::URLToFileName(right);
260 wxFileName fn = wxFileSystem::URLToFileName(GetRightLocation(spec));
272 // wxFileSystem
275 IMPLEMENT_DYNAMIC_CLASS(wxFileSystem, wxObject)
279 wxList wxFileSystem::m_Handlers;
282 wxFileSystem::~wxFileSystem()
328 void wxFileSystem
[all...]
H A Dfs_inet.cpp96 wxFSFile* wxInternetFSHandler::OpenFile(wxFileSystem& WXUNUSED(fs),
152 wxFileSystem::AddHandler(m_handler);
158 delete wxFileSystem::RemoveHandler(m_handler);
H A Dfs_filter.cpp38 wxFileSystem& fs,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/virtual/
H A Dvirtual.cpp36 wxFSFile* OpenFile(wxFileSystem& fs, const wxString& location);
48 wxFSFile* MyVFS::OpenFile(wxFileSystem& WXUNUSED(fs), const wxString& location)
166 wxFileSystem::AddHandler(new MyVFS);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_html.cpp54 wxFileSystem& fsys = GetCurFileSystem();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhtmlpars.h50 void SetFS(wxFileSystem *fs) { m_FS = fs; }
52 wxFileSystem* GetFS() const { return m_FS; }
179 wxFileSystem *m_FS;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/helpview/
H A Dhelpview.cpp75 wxFileSystem::AddHandler(new wxZipFSHandler);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/applet/
H A Dprepinclude.cpp169 wxFileSystem *fs)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/help/
H A Dhelp.cpp107 wxFileSystem::AddHandler(new wxZipFSHandler);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/zip/
H A Dzip.cpp107 wxFileSystem::AddHandler(new wxZipFSHandler);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/xrc/
H A Dxmlres.h276 // loading resources from archives is impossible without wxFileSystem
289 wxFileSystem m_curFileSystem;
290 wxFileSystem& GetCurFileSystem() { return m_curFileSystem; }
478 wxFileSystem& GetCurFileSystem() { return m_resource->GetCurFileSystem(); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dchm.cpp755 virtual wxFSFile* OpenFile(wxFileSystem& fs, const wxString& location);
789 wxFSFile* wxChmFSHandler::OpenFile(wxFileSystem& WXUNUSED(fs),
827 wxFileName leftFilename = wxFileSystem::URLToFileName(left);
858 wxString nativename = wxFileSystem::URLToFileName(left).GetFullPath();
905 wxFileSystem::AddHandler(new wxChmFSHandler);

Completed in 124 milliseconds

123