Searched refs:wxMemoryFSHandler (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfs_mem.tex6 \section{\class{wxMemoryFSHandler}}\label{wxmemoryfshandler}
25 wxFileSystem::AddHandler(new wxMemoryFSHandler);
26 wxMemoryFSHandler::AddFile("logo.pcx", wxBITMAP(logo), wxBITMAP_TYPE_PCX);
27 wxMemoryFSHandler::AddFile("about.htm",
51 wxMemoryFSHandler::RemoveFile("logo.pcx");
52 wxMemoryFSHandler::RemoveFile("about.htm");
69 \membersection{wxMemoryFSHandler::wxMemoryFSHandler}\label{wxmemoryfshandlerwxmemoryfshandler}
71 \func{}{wxMemoryFSHandler}{\void}
75 \membersection{wxMemoryFSHandler
[all...]
H A Dfs.tex69 \twocolitem{{\bf wxMemoryFSHandler}}{This handler allows you to access
71 See \helpref{wxMemoryFSHandler documentation}{wxmemoryfshandler} for details.
91 wxFileSystem::AddHandler(new wxMemoryFSHandler);
H A DwxPython.tex379 \item \helpref{wxMemoryFSHandler}{wxmemoryfshandler}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfs_mem.h61 // wxMemoryFSHandler
67 class WXDLLIMPEXP_CORE wxMemoryFSHandler : public wxMemoryFSHandlerBase class in inherits:wxMemoryFSHandlerBase
71 // inaccessible in wxMemoryFSHandler
118 class WXDLLIMPEXP_BASE wxMemoryFSHandler : public wxMemoryFSHandlerBase class in inherits:wxMemoryFSHandlerBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfs_mem.cpp81 // wxMemoryFSHandler
244 wxMemoryFSHandler::AddFile(const wxString& filename,
273 wxMemoryFSHandler::AddFile(const wxString& filename,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtexthtml.cpp483 wxMemoryFSHandler::AddFile(tempFilename, image->GetImage(), image->GetImageBlock().GetImageType());
644 wxMemoryFSHandler::RemoveFile(location);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/richtext/
H A Drichtext.cpp375 wxFileSystem::AddHandler( new wxMemoryFSHandler );

Completed in 215 milliseconds