Searched refs:AddHandler (Results 26 - 50 of 62) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dgdiimage.h136 static void AddHandler(wxGDIImageHandler *handler);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dgdiimage.h152 static void AddHandler(wxGDIImageHandler* hHandler);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dgdiimage.h126 static void AddHandler(wxGDIImageHandler *handler);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dxmlres.tex80 \membersection{wxXmlResource::AddHandler}\label{wxxmlresourceaddhandler}
82 \func{void}{AddHandler}{\param{wxXmlResourceHandler* }{handler}}
106 \helpref{AddHandler}{wxxmlresourceaddhandler} must be allocated on the heap).
H A Dfs_mem.tex25 wxFileSystem::AddHandler(new wxMemoryFSHandler);
H A Dbmphand.tex9 and add the handler using \helpref{wxBitmap::AddHandler}{wxbitmapaddhandler} in your
H A Dtxrc.tex39 wxFileSystem archive handler first with {\tt wxFileSystem::AddHandler(new wxArchiveFSHandler);}
107 wxFileSystem::AddHandler(new wxArchiveFSHandler);
199 wxImage::AddHandler(new wxGIFHandler);
H A Dtbitmap.tex167 then call the static function \helpref{wxBitmap::AddHandler}{wxbitmapaddhandler}.
H A Dbitmap.tex217 \membersection{wxBitmap::AddHandler}\label{wxbitmapaddhandler}
219 \func{static void}{AddHandler}{\param{wxBitmapHandler*}{ handler}}
H A Dimage.tex48 handler with \helpref{wxImage::AddHandler}{wximageaddhandler} or call
179 initialized with \helpref{wxImage::AddHandler}{wximageaddhandler} or
230 \membersection{wxImage::AddHandler}\label{wximageaddhandler}
232 \func{static void}{AddHandler}{\param{wxImageHandler*}{ handler}}
1311 and add the handler using \helpref{wxImage::AddHandler}{wximageaddhandler} in your
H A Dhelpinst.tex50 must add this line to your application initialization: {\tt wxFileSystem::AddHandler(new wxArchiveFSHandler);}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/help/
H A Ddemo.cpp302 wxImage::AddHandler(new wxGIFHandler);
307 wxFileSystem::AddHandler(new wxZipFSHandler);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Ddbbrowse.cpp63 wxImage::AddHandler( new wxPNGHandler ); // needed for help System
67 wxImage::AddHandler(new wxJPEGHandler ); // use only when needed, otherwise big .exe's
69 wxImage::AddHandler( new wxGIFHandler ); // use only when needed, otherwise big .exe's
70 wxImage::AddHandler( new wxPCXHandler ); // use only when needed, otherwise big .exe's
71 wxImage::AddHandler( new wxPNMHandler ); // use only when needed, otherwise big .exe's
74 // wxBitmap::AddHandler( new wxXPMFileHandler ); // Attempt to use XPS instead of ico
75 // wxBitmap::AddHandler( new wxXPMDataHandler ); // - Attempt failed
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/richtext/
H A Drichtext.cpp358 wxRichTextBuffer::AddHandler(new wxRichTextXMLHandler);
359 wxRichTextBuffer::AddHandler(new wxRichTextHTMLHandler);
363 wxImage::AddHandler( new wxPNGHandler );
367 wxImage::AddHandler( new wxJPEGHandler );
371 wxImage::AddHandler( new wxGIFHandler );
375 wxFileSystem::AddHandler( new wxMemoryFSHandler );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfilesys.cpp550 void wxFileSystem::AddHandler(wxFileSystemHandler *handler) function in class:wxFileSystem
682 wxFileSystem::AddHandler(m_handler);
H A Dxti.cpp694 void wxDynamicClassInfo::AddHandler( const wxChar *handlerName , wxObjectEventFunction address , const wxClassInfo* eventClassInfo ) function in class:wxDynamicClassInfo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/xrc/
H A Dxmlres.h148 void AddHandler(wxXmlResourceHandler *handler);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/test/
H A Dtest.cpp163 wxFileSystem::AddHandler(new wxInternetFSHandler);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/helpview/src/
H A Dhelpview.cpp199 wxFileSystem::AddHandler(new wxZipFSHandler);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dimage.h396 static void AddHandler( wxImageHandler *handler );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dbitmap.cpp1591 AddHandler(new wxXBMDataHandler);
1594 AddHandler(new wxXPMFileHandler);
1596 AddHandler(new wxXPMDataHandler);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dragimag/
H A Ddragimag.cpp372 wxImage::AddHandler( new wxPNGHandler );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dchm.cpp905 wxFileSystem::AddHandler(new wxChmFSHandler);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dbitmap.cpp1329 AddHandler(new wxPICTResourceHandler) ;
1330 AddHandler(new wxICONResourceHandler) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dbitmap.cpp1897 AddHandler( new wxPICTResourceHandler ) ;
1898 AddHandler( new wxICONResourceHandler ) ;

Completed in 168 milliseconds

123