• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/

Lines Matching defs:wxFontMapperBase

3 // Purpose:     wxFontMapperBase class implementation
239 // a dummy wxFontMapperBase object could have been created during the
244 wxFontMapperBase *fm = wxFontMapperBase::Get();
246 wxFontMapperBase::Reset();
253 wxFontMapperBase::Reset();
263 // wxFontMapperBase implementation
266 wxFontMapper *wxFontMapperBase::sm_instance = NULL;
272 wxFontMapperBase::wxFontMapperBase()
279 wxFontMapperBase::~wxFontMapperBase()
288 wxFontMapperBase *wxFontMapperBase::Get()
305 sm_instance = (wxFontMapper *)new wxFontMapperBase;
309 return (wxFontMapperBase*)sm_instance;
313 wxFontMapper *wxFontMapperBase::Set(wxFontMapper *mapper)
321 void wxFontMapperBase::Reset()
326 // compiler can't know that it derives from wxFontMapperBase (but
328 delete (wxFontMapperBase *)sm_instance;
340 const wxChar *wxFontMapperBase::GetDefaultConfigPath()
345 void wxFontMapperBase::SetConfigPath(const wxString& prefix)
357 wxConfigBase *wxFontMapperBase::GetConfig()
378 const wxString& wxFontMapperBase::GetConfigPath()
393 bool wxFontMapperBase::ChangePath(const wxString& pathNew, wxString *pathOld)
417 void wxFontMapperBase::RestorePath(const wxString& pathOld)
429 wxFontMapperBase::CharsetToEncoding(const wxString& charset,
444 wxFontMapperBase::NonInteractiveCharsetToEncoding(const wxString& charset)
642 size_t wxFontMapperBase::GetSupportedEncodingsCount()
648 wxFontEncoding wxFontMapperBase::GetEncoding(size_t n)
657 wxString wxFontMapperBase::GetEncodingDescription(wxFontEncoding encoding)
681 wxString wxFontMapperBase::GetEncodingName(wxFontEncoding encoding)
705 const wxChar** wxFontMapperBase::GetAllEncodingNames(wxFontEncoding encoding)
721 wxFontEncoding wxFontMapperBase::GetEncodingFromName(const wxString& name)