Searched refs:m_mime (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dimagtga.h29 m_mime = wxT("image/tga");
H A Dimagxpm.h28 m_mime = wxT("image/xpm");
H A Dimagbmp.h58 m_mime = wxT("image/x-bmp");
92 m_mime = wxT("image/x-ico");
121 m_mime = wxT("image/x-cur");
148 m_mime = wxT("image/x-ani");
H A Dimaggif.h30 m_mime = wxT("image/gif");
H A Dimagiff.h29 m_mime = wxT("image/x-iff");
H A Dimagjpeg.h31 m_mime = wxT("image/jpeg");
H A Dimagpcx.h29 m_mime = wxT("image/pcx");
H A Dimagpng.h41 m_mime = wxT("image/png");
H A Dimagpnm.h28 m_mime = wxT("image/pnm");
H A Dimage.h85 : m_name(wxEmptyString), m_extension(wxEmptyString), m_mime(), m_type(0)
101 void SetMimeType(const wxString& type) { m_mime = type; }
105 const wxString& GetMimeType() const { return m_mime; }
117 wxString m_mime; member in class:wxImageHandler
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimagtiff.cpp231 m_mime = wxT("image/tiff");

Completed in 178 milliseconds