Searched refs:GetOptionInt (Results 1 - 25 of 42) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dsysopt.h35 static int GetOptionInt(const wxString& name);
40 return HasOption(name) && GetOptionInt(name) == 0;
56 int wxSystemOptions::GetOptionInt(const wxString& WXUNUSED(name))
H A Dimage.h378 int GetOptionInt(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.cpp101 int wxSystemOptions::GetOptionInt(const wxString& name) function in class:wxSystemOptions
H A Dimagjpeg.cpp414 jpeg_set_quality(&cinfo, image->GetOptionInt(wxIMAGE_OPTION_QUALITY), TRUE);
422 resX = (UINT16)image->GetOptionInt(wxIMAGE_OPTION_RESOLUTIONX);
423 resY = (UINT16)image->GetOptionInt(wxIMAGE_OPTION_RESOLUTIONY);
428 resY = (UINT16)image->GetOptionInt(wxIMAGE_OPTION_RESOLUTION);
447 cinfo.density_unit = (UINT8)image->GetOptionInt(wxIMAGE_OPTION_RESOLUTIONUNIT);
H A Dimagtiff.cpp403 (float)image->GetOptionInt(wxIMAGE_OPTION_RESOLUTIONX));
405 (float)image->GetOptionInt(wxIMAGE_OPTION_RESOLUTIONY));
408 int spp = image->GetOptionInt(wxIMAGE_OPTION_SAMPLESPERPIXEL);
412 int bpp = image->GetOptionInt(wxIMAGE_OPTION_BITSPERSAMPLE);
416 int compression = image->GetOptionInt(wxIMAGE_OPTION_COMPRESSION);
H A Dimagpng.cpp699 ? image->GetOptionInt(wxIMAGE_OPTION_PNG_FORMAT)
702 ? image->GetOptionInt(wxIMAGE_OPTION_PNG_BITDEPTH)
H A Ddlgcmn.cpp309 wxSystemOptions::GetOptionInt(wxT("wince.dialog.real-ok-cancel")) )
H A Dimagbmp.cpp98 format = image->GetOptionInt(wxIMAGE_OPTION_BMP_FORMAT);
1167 image->GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X) :
1170 image->GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y) :
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsysopt.tex144 \helpref{wxSystemOptions::GetOptionInt}{wxsystemoptionsgetoptionint},\rtfsp
148 \membersection{wxSystemOptions::GetOptionInt}\label{wxsystemoptionsgetoptionint}
150 \constfunc{int}{GetOptionInt}{\param{const wxString\&}{ name}}
173 \helpref{wxSystemOptions::GetOptionInt}{wxsystemoptionsgetoptionint}
182 \texttt{GetOptionInt(name) == 0} as this would also be true if the option
197 \helpref{wxSystemOptions::GetOptionInt}{wxsystemoptionsgetoptionint},\rtfsp
H A Dimage.tex182 Note: you can use \helpref{GetOptionInt}{wximagegetoptionint} to get the
185 int hotspot_x = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X);
186 int hotspot_y = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y);
706 \helpref{wxImage::GetOptionInt}{wximagegetoptionint},\rtfsp
710 \membersection{wxImage::GetOptionInt}\label{wximagegetoptionint}
712 \constfunc{int}{GetOptionInt}{\param{const wxString\&}{ name}}
752 \helpref{wxImage::GetOptionInt}{wximagegetoptionint}
854 Note: you can use \helpref{GetOptionInt}{wximagegetoptionint} to get the
857 int hotspot_x = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X);
858 int hotspot_y = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dfontmgr.cpp91 wxSystemOptions::GetOptionInt(wxT("mgl.aa-threshold"));
H A Dapp.cpp153 refresh = wxSystemOptions::GetOptionInt(wxT("mgl.screen-refresh"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dcursor.cpp181 int hotSpotX = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X);
182 int hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y);
H A Dstatbox.cpp211 s_useHTClient = wxSystemOptions::GetOptionInt(wxT("msw.staticbox.htclient"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dcursor.cpp75 int nHotSpotX = vImage32.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X);
76 int nHotSpotY = vImage32.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dpropdlg.cpp117 const int status = wxSystemOptions::GetOptionInt(optionName);
H A Dtoolbkg.cpp271 int remap = wxSystemOptions::GetOptionInt(wxT("msw.remap"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dcursor.cpp158 x = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X);
163 y = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y);
H A Dcontrol.cpp390 && (wxSystemOptions::GetOptionInt(wxT("gtk.control.disable-sensitivity-fix")) != 1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dcursor.cpp279 hotSpotX = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X);
284 hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dcursor.cpp138 int hotSpotX = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X);
139 int hotSpotY = image.GetOptionInt(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.cpp151 hotSpotX = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X);
156 hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y);
H A Dbutton.cpp155 && wxSystemOptions::GetOptionInt("motif.largebuttons") != 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dcursor.cpp320 int hotSpotX = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X);
321 int hotSpotY = image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/image/
H A Dimage.cpp669 xH = 30 + image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_X) ;
670 yH = 2420 + image.GetOptionInt(wxIMAGE_OPTION_CUR_HOTSPOT_Y) ;

Completed in 156 milliseconds

12