Searched refs:ftInfo (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmimetype.cpp537 wxFileType *wxMimeTypesManagerImpl::Associate(const wxFileTypeInfo& ftInfo) argument
539 wxCHECK_MSG( !ftInfo.GetExtensions().empty(), NULL,
547 wxString ext = ftInfo.GetExtensions()[iExtCount];
558 const wxString& filetypeOrig = ftInfo.GetShortDesc();
597 const wxString& mimetype = ftInfo.GetMimeType();
622 for (iExtCount=1; iExtCount < ftInfo.GetExtensionsCount(); iExtCount++ )
624 ext = ftInfo.GetExtensions()[iExtCount];
634 const wxString& mimetype = ftInfo.GetMimeType();
667 if (! ftInfo.GetOpenCommand ().empty() ) ft->SetCommand (ftInfo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dmimetype.h112 wxFileType *Associate(const wxFileTypeInfo& ftInfo);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dmimetype.h48 wxFileType *Associate(const wxFileTypeInfo& ftInfo);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dmimetype.h48 wxFileType *Associate(const wxFileTypeInfo& ftInfo);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msdos/
H A Dmimetype.h45 wxFileType *Associate(const wxFileTypeInfo& ftInfo);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dmimetype.h112 wxFileType *Associate(const wxFileTypeInfo& ftInfo);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dmimecmn.cpp586 wxMimeTypesManager::Associate(const wxFileTypeInfo& ftInfo) argument
591 return m_impl->Associate(ftInfo);
593 wxUnusedVar(ftInfo);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dmimetype.h240 wxFileType(const wxFileTypeInfo& ftInfo);
416 wxFileType *Associate(const wxFileTypeInfo& ftInfo);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmimetmac.cpp1472 wxFileType* wxMimeTypesManagerImpl::Associate(const wxFileTypeInfo& ftInfo)
1476 const wxArrayString& asExtensions = ftInfo.GetExtensions();
1573 if (!ftInfo.GetDescription().empty())
1576 wxCFString(ftInfo.GetDescription()) );
1579 if (!ftInfo.GetIconFile().empty())
1582 wxCFString(ftInfo.GetIconFile()) );
1594 if (ftInfo.GetExtensionsCount() != 0)
1596 for (size_t iExtension = 0; iExtension < ftInfo.GetExtensionsCount(); ++iExtension)
1604 if (!ftInfo.GetMimeType().empty())
1606 cfaMimeTypes.Add( wxCFString(ftInfo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dmimetmac.cpp208 wxMimeTypesManagerImpl::Associate(const wxFileTypeInfo& ftInfo) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msdos/
H A Dmimetype.cpp214 wxMimeTypesManagerImpl::Associate(const wxFileTypeInfo& WXUNUSED(ftInfo))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/unix/
H A Dmimetype.h60 wxFileType *Associate(const wxFileTypeInfo& ftInfo);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dmimetype.cpp2025 wxFileType * wxMimeTypesManagerImpl::Associate(const wxFileTypeInfo& ftInfo) argument
2029 wxString strType = ftInfo.GetMimeType();
2030 wxString strDesc = ftInfo.GetDescription();
2031 wxString strIcon = ftInfo.GetIconFile();
2035 if ( ! ftInfo.GetOpenCommand().empty())
2036 entry->Add(wxT("open=") + ftInfo.GetOpenCommand() + wxT(" %s "));
2037 if ( ! ftInfo.GetPrintCommand().empty())
2038 entry->Add(wxT("print=") + ftInfo.GetPrintCommand() + wxT(" %s "));
2041 wxArrayString sA_Exts = ftInfo.GetExtensions();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp1379 wxFileTypeInfo ftInfo(
1387 ftInfo.SetShortDesc(_T("XYZFile")); // used under Win32 only
1389 wxFileType *ft = wxTheMimeTypesManager->Associate(ftInfo);

Completed in 309 milliseconds