Searched refs:HasOption (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dsysopt.h36 static bool HasOption(const wxString& name);
40 return HasOption(name) && GetOptionInt(name) == 0;
62 bool wxSystemOptions::HasOption(const wxString& WXUNUSED(name))
H A Dimage.h379 bool HasOption(const wxString& name) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dsysopt.cpp106 bool wxSystemOptions::HasOption(const wxString& name) function in class:wxSystemOptions
H A Dimagjpeg.cpp413 if (image->HasOption(wxIMAGE_OPTION_QUALITY))
419 if ( image->HasOption(wxIMAGE_OPTION_RESOLUTIONX) &&
420 image->HasOption(wxIMAGE_OPTION_RESOLUTIONY) )
425 else if ( image->HasOption(wxIMAGE_OPTION_RESOLUTION) )
445 if ( image->HasOption(wxIMAGE_OPTION_RESOLUTIONUNIT) )
H A Dimagxpm.cpp124 if ( image->HasOption(wxIMAGE_OPTION_FILENAME) )
H A Dimagtiff.cpp399 if ( image->HasOption(wxIMAGE_OPTION_RESOLUTIONX) &&
400 image->HasOption(wxIMAGE_OPTION_RESOLUTIONY) )
H A Dimagpng.cpp698 const int iColorType = image->HasOption(wxIMAGE_OPTION_PNG_FORMAT)
701 const int iBitDepth = image->HasOption(wxIMAGE_OPTION_PNG_BITDEPTH)
H A Dimagbmp.cpp97 if ( image->HasOption(wxIMAGE_OPTION_BMP_FORMAT) )
1166 int hx = image->HasOption(wxIMAGE_OPTION_CUR_HOTSPOT_X) ?
1169 int hy = image->HasOption(wxIMAGE_OPTION_CUR_HOTSPOT_Y) ?
H A Dimage.cpp404 if ( HasOption(wxIMAGE_OPTION_CUR_HOTSPOT_X) )
407 if ( HasOption(wxIMAGE_OPTION_CUR_HOTSPOT_Y) )
517 if ( HasOption(wxIMAGE_OPTION_CUR_HOTSPOT_X) )
520 if ( HasOption(wxIMAGE_OPTION_CUR_HOTSPOT_Y) )
2009 bool wxImage::HasOption(const wxString& name) const function in class:wxImage
H A Dwincmn.cpp212 if ( wxSystemOptions::HasOption(wxWINDOW_DEFAULT_VARIANT) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dfontmgr.cpp89 if ( wxSystemOptions::HasOption(wxT("mgl.aa-threshold")) )
H A Dapp.cpp152 if ( wxSystemOptions::HasOption(wxT("mgl.screen-refresh")) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsysopt.tex145 \helpref{wxSystemOptions::HasOption}{wxsystemoptionshasoption}
160 \helpref{wxSystemOptions::HasOption}{wxsystemoptionshasoption}
163 \membersection{wxSystemOptions::HasOption}\label{wxsystemoptionshasoption}
165 \constfunc{bool}{HasOption}{\param{const wxString\&}{ name}}
198 \helpref{wxSystemOptions::HasOption}{wxsystemoptionshasoption}
H A Dimage.tex707 \helpref{wxImage::HasOption}{wximagehasoption}
717 \helpref{wxImage::HasOption}{wximagehasoption} is $0$ is a possibly valid value
742 \membersection{wxImage::HasOption}\label{wximagehasoption}
744 \constfunc{bool}{HasOption}{\param{const wxString\&}{ name}}
1258 \helpref{wxImage::HasOption}{wximagehasoption}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dcursor.cpp157 if (image.HasOption(wxIMAGE_OPTION_CUR_HOTSPOT_X))
162 if (image.HasOption(wxIMAGE_OPTION_CUR_HOTSPOT_Y))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dcursor.cpp278 if (image.HasOption(wxIMAGE_OPTION_CUR_HOTSPOT_X))
283 if (image.HasOption(wxIMAGE_OPTION_CUR_HOTSPOT_Y))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dcursor.cpp150 if (image.HasOption(wxIMAGE_OPTION_CUR_HOTSPOT_X))
155 if (image.HasOption(wxIMAGE_OPTION_CUR_HOTSPOT_Y))
H A Dbutton.cpp154 return wxSystemOptions::HasOption("motif.largebuttons")
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dtoplevel.cpp1099 if ( (wxSystemOptions::HasOption(wxMAC_WINDOW_PLAIN_TRANSITION) ) && ( wxSystemOptions::GetOptionInt( wxMAC_WINDOW_PLAIN_TRANSITION ) == 1) )
1119 if ( (wxSystemOptions::HasOption(wxMAC_WINDOW_PLAIN_TRANSITION) ) && ( wxSystemOptions::GetOptionInt( wxMAC_WINDOW_PLAIN_TRANSITION ) == 1) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtextctrl.cpp417 if (wxSystemOptions::HasOption( wxMAC_TEXTCONTROL_USE_MLTE ) && (wxSystemOptions::GetOptionInt( wxMAC_TEXTCONTROL_USE_MLTE ) == 1))
1834 if ( wxSystemOptions::HasOption( wxMAC_TEXTCONTROL_USE_SPELL_CHECKER ) && (wxSystemOptions::GetOptionInt( wxMAC_TEXTCONTROL_USE_SPELL_CHECKER ) == 1) )
H A Dtoplevel.cpp1436 if ( wxSystemOptions::HasOption(wxMAC_WINDOW_PLAIN_TRANSITION) )
H A Dlistctrl_mac.cpp739 if ( (wxSystemOptions::HasOption( wxMAC_ALWAYS_USE_GENERIC_LISTCTRL )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtbar95.cpp620 const int remapValue = wxSystemOptions::HasOption(remapOption)
H A Dtextctrl.cpp377 !(wxSystemOptions::HasOption(wxT("msw.inkedit")) && wxSystemOptions::GetOptionInt(wxT("msw.inkedit")) == 0))

Completed in 308 milliseconds