Searched refs:AddHandler (Results 1 - 25 of 62) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxmlrsall.cpp26 AddHandler(new wxUnknownWidgetXmlHandler);
27 AddHandler(new wxBitmapXmlHandler);
28 AddHandler(new wxIconXmlHandler);
29 AddHandler(new wxDialogXmlHandler);
30 AddHandler(new wxPanelXmlHandler);
31 AddHandler(new wxSizerXmlHandler);
32 AddHandler(new wxFrameXmlHandler);
33 AddHandler(new wxScrolledWindowXmlHandler);
39 AddHandler(new wxAnimationCtrlXmlHandler);
42 AddHandler(ne
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimagall.cpp31 wxImage::AddHandler( new wxPNGHandler );
34 wxImage::AddHandler( new wxJPEGHandler );
37 wxImage::AddHandler( new wxTIFFHandler );
40 wxImage::AddHandler( new wxGIFHandler );
43 wxImage::AddHandler( new wxPNMHandler );
46 wxImage::AddHandler( new wxPCXHandler );
49 wxImage::AddHandler( new wxIFFHandler );
52 wxImage::AddHandler( new wxICOHandler );
53 wxImage::AddHandler( new wxCURHandler );
54 wxImage::AddHandler( ne
[all...]
H A Dfs_inet.cpp152 wxFileSystem::AddHandler(m_handler);
H A Dbmpbase.cpp54 void wxBitmapBase::AddHandler(wxBitmapHandlerBase *handler) function in class:wxBitmapBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/wxCas/src/
H A Dwxcas.cpp66 wxImage::AddHandler ( new wxPNGHandler );
70 wxImage::AddHandler ( new wxJPEGHandler );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/zip/
H A Dzip.cpp101 wxImage::AddHandler(new wxPNGHandler);
104 wxImage::AddHandler(new wxJPEGHandler);
107 wxFileSystem::AddHandler(new wxZipFSHandler);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dgdiimage.cpp77 void wxGDIImage::AddHandler(wxGDIImageHandler *handler) function in class:wxGDIImage
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/xrc/
H A Dxrcdemo.cpp65 // you want PNGs, then add a PNG handler, etc. See wxImage::AddHandler()
67 wxImage::AddHandler(new wxXPMHandler);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/printing/
H A Dprinting.cpp132 wxImage::AddHandler(new wxPNGHandler);
135 wxImage::AddHandler(new wxJPEGHandler);
138 wxImage::AddHandler(new wxGIFHandler);
/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/src/os2/
H A Dgdiimage.cpp253 void wxGDIImage::AddHandler( wxGDIImageHandler* pHandler ) function in class:wxGDIImage
347 AddHandler(new wxBMPResourceHandler);
348 AddHandler(new wxBMPFileHandler);
349 AddHandler(new wxICOResourceHandler);
350 AddHandler(new wxICOFileHandler);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/about/
H A Dabout.cpp89 wxImage::AddHandler(new wxPNGHandler);
/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/src/msw/
H A Dgdiimage.cpp222 void wxGDIImage::AddHandler(wxGDIImageHandler *handler) function in class:wxGDIImage
307 AddHandler(new wxBMPResourceHandler);
308 AddHandler(new wxBMPFileHandler);
309 AddHandler(new wxICOResourceHandler);
310 AddHandler(new wxICOFileHandler);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dbitmap.cpp837 AddHandler(new wxMGLBitmapHandler(wxBITMAP_TYPE_BMP, wxT("bmp"), wxT("Windows bitmap")));
838 AddHandler(new wxMGLBitmapHandler(wxBITMAP_TYPE_BMP_RESOURCE, wxEmptyString, wxT("Windows bitmap resource")));
839 AddHandler(new wxMGLBitmapHandler(wxBITMAP_TYPE_JPEG, wxT("jpg"), wxT("JPEG image")));
840 AddHandler(new wxMGLBitmapHandler(wxBITMAP_TYPE_JPEG_RESOURCE, wxEmptyString, wxT("JPEG resource")));
841 AddHandler(new wxMGLBitmapHandler(wxBITMAP_TYPE_PCX, wxT("pcx"), wxT("PCX image")));
842 AddHandler(new wxMGLBitmapHandler(wxBITMAP_TYPE_PCX_RESOURCE, wxEmptyString, wxT("PCX resource")));
844 AddHandler(new wxPNGBitmapHandler(wxBITMAP_TYPE_PNG, wxT("png"), wxT("PNG image")));
845 AddHandler(new wxPNGBitmapHandler(wxBITMAP_TYPE_PNG_RESOURCE, wxEmptyString, wxT("PNG resource")));
847 AddHandler(new wxICOBitmapHandler(wxBITMAP_TYPE_ICO, wxT("ico"), wxT("Icon resource")));
848 AddHandler(ne
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfs.tex22 wxFileSystem's AddHandler() method. In the new handler you only need to
81 Use \helpref{wxFileSystem::AddHandler}{wxfilesystemaddhandler} to initialize
91 wxFileSystem::AddHandler(new wxMemoryFSHandler);
H A Dfilesys.tex37 \membersection{wxFileSystem::AddHandler}\label{wxfilesystemaddhandler}
39 \func{static void}{AddHandler}{\param{wxFileSystemHandler }{*handler}}
51 wxFileSystem::AddHandler(new My_FS_Handler);
54 This is because (a) AddHandler is a static method, and (b) the handlers
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/splash/
H A Dsplash.cpp126 wxImage::AddHandler(new wxPNGHandler);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/virtual/
H A Dvirtual.cpp166 wxFileSystem::AddHandler(new MyVFS);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Danimateg.cpp175 void wxAnimation::AddHandler( wxAnimationDecoder *handler ) function in class:wxAnimation
204 // see AddHandler for additional comments.
226 AddHandler(new wxGIFDecoder);
229 AddHandler(new wxANIDecoder);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/png/
H A Dpngdemo.cpp30 wxImage::AddHandler(new wxPNGHandler);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/rotate/
H A Drotate.cpp131 wxImage::AddHandler( new wxPNGHandler );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dbitmap.h177 static void AddHandler(wxBitmapHandlerBase *handler);
H A Dfilesys.h212 static void AddHandler(wxFileSystemHandler *handler);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Danimate.h56 static void AddHandler(wxAnimationDecoder *handler);

Completed in 101 milliseconds

123