Searched refs:wxFileSystemHandler (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfs_filter.h23 class WXDLLIMPEXP_BASE wxFilterFSHandler : public wxFileSystemHandler
26 wxFilterFSHandler() : wxFileSystemHandler() { }
H A Dfilesys.h31 class WXDLLIMPEXP_FWD_BASE wxFileSystemHandler; variable in typeref:class:WXDLLIMPEXP_FWD_BASE
110 // wxFileSystemHandler
116 class WXDLLIMPEXP_BASE wxFileSystemHandler : public wxObject class in inherits:wxObject
119 wxFileSystemHandler() : wxObject() {} function in class:wxFileSystemHandler
158 DECLARE_ABSTRACT_CLASS(wxFileSystemHandler)
176 WX_DECLARE_VOIDPTR_HASH_MAP_WITH_DECL(wxFileSystemHandler*, wxFSHandlerHash, class WXDLLIMPEXP_BASE);
212 static void AddHandler(wxFileSystemHandler *handler);
215 static wxFileSystemHandler* RemoveHandler(wxFileSystemHandler *handler);
231 wxFileSystemHandler *MakeLoca
[all...]
H A Dfs_inet.h22 class WXDLLIMPEXP_NET wxInternetFSHandler : public wxFileSystemHandler
H A Dfs_arc.h26 class WXDLLIMPEXP_BASE wxArchiveFSHandler : public wxFileSystemHandler
H A Dfs_mem.h27 class WXDLLIMPEXP_BASE wxMemoryFSHandlerBase : public wxFileSystemHandler
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfilesysh.tex6 \section{\class{wxFileSystemHandler}}\label{wxfilesystemhandler}
8 Classes derived from wxFileSystemHandler are used
50 \membersection{wxFileSystemHandler::wxFileSystemHandler}\label{wxfilesystemhandlerwxfilesystemhandler}
52 \func{}{wxFileSystemHandler}{\void}
56 \membersection{wxFileSystemHandler::CanOpen}\label{wxfilesystemhandlercanopen}
73 \membersection{wxFileSystemHandler::GetAnchor}\label{wxfilesystemhandlergetanchor}
84 \membersection{wxFileSystemHandler::GetLeftLocation}\label{wxfilesystemhandlergetleftlocation}
92 \membersection{wxFileSystemHandler::GetMimeTypeFromExt}\label{wxfilesystemhandlergetmimetypefromext}
101 \membersection{wxFileSystemHandler
[all...]
H A Dfs_mem.tex59 \helpref{wxFileSystemHandler}{wxfilesystemhandler}
H A Dfilesys.tex23 \helpref{wxFileSystemHandler}{wxfilesystemhandler},
39 \func{static void}{AddHandler}{\param{wxFileSystemHandler }{*handler}}
H A Dfs.tex19 \item The \helpref{wxFileSystemHandler}{wxfilesystemhandler} is the core
H A Dfsfile.tex28 \helpref{wxFileSystemHandler}{wxfilesystemhandler},
H A Dsysopt.tex15 \twocolitem{filesys.no-mimetypesmanager}{Set to 1 to avoid using the mime types manager in wxFileSystemHandler.
H A DwxPython.tex328 \item \helpref{wxFileSystemHandler}{wxfilesystemhandler}
H A Dcategory.tex641 \twocolitem{\helpref{wxFileSystemHandler}{wxfilesystemhandler}}{Class used to announce file system type}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfilesys.cpp36 // wxFileSystemHandler
39 IMPLEMENT_ABSTRACT_CLASS(wxFileSystemHandler, wxObject)
42 wxString wxFileSystemHandler::GetMimeTypeFromExt(const wxString& location)
141 wxString wxFileSystemHandler::GetProtocol(const wxString& location) const
156 wxString wxFileSystemHandler::GetLeftLocation(const wxString& location) const
168 wxString wxFileSystemHandler::GetRightLocation(const wxString& location) const
184 wxString wxFileSystemHandler::GetAnchor(const wxString& location) const
200 wxString wxFileSystemHandler::FindFirst(const wxString& WXUNUSED(spec),
206 wxString wxFileSystemHandler::FindNext()
384 wxFileSystemHandler *wxFileSyste
[all...]
H A Dfs_inet.cpp162 wxFileSystemHandler* m_handler;
H A Dfs_mem.cpp88 wxMemoryFSHandlerBase::wxMemoryFSHandlerBase() : wxFileSystemHandler()
H A Dfs_arc.cpp316 IMPLEMENT_DYNAMIC_CLASS(wxArchiveFSHandler, wxFileSystemHandler)
319 : wxFileSystemHandler()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/filesys/
H A Dfilesystest.cpp32 // a hack to let us use wxFileSystemHandler's protected methods:
33 class UrlTester : public wxFileSystemHandler
36 UrlTester() : wxFileSystemHandler() {}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/virtual/
H A Dvirtual.cpp31 class MyVFS : public wxFileSystemHandler
34 MyVFS() : wxFileSystemHandler() {}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dchm.cpp745 class wxChmFSHandler : public wxFileSystemHandler
768 wxChmFSHandler::wxChmFSHandler() : wxFileSystemHandler()
852 * Doku see wxFileSystemHandler

Completed in 96 milliseconds