Searched refs:SetValue (Results 176 - 200 of 367) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dslider95.cpp110 wxPROPERTY( Value , int , SetValue, GetValue , 0, 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
233 SetValue(value);
362 SetValue(newPos);
378 SetValue (event.GetInt());
570 void wxSlider::SetValue(int value) function in class:wxSlider
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DStatTree.h356 * @note You have to call SetValue() after creation for non-integer values, otherwise
377 SetValue((uint64_t)0);
393 void SetValue(uint64_t value) function in class:CStatTreeItemSimple
404 void SetValue(double value) function in class:CStatTreeItemSimple
415 void SetValue(const wxString& value) function in class:CStatTreeItemSimple
495 void SetValue(_Tp value) { m_value = value; } function in class:CStatTreeItemCounterTmpl
H A DPrefsUnifiedDlg.cpp442 CastChild(IDC_EXIT, wxCheckBox)->SetValue(false);
483 CastChild(IDC_SHOWVERSIONONTITLE, wxCheckBox)->SetValue(true);
490 CastChild(IDC_SHOWRATEONTITLE, wxCheckBox)->SetValue(thePrefs::GetShowRatesOnTitle() != 0);
491 CastChild(IDC_RATESBEFORETITLE, wxRadioButton)->SetValue(thePrefs::GetShowRatesOnTitle() == 2);
492 CastChild(IDC_RATESAFTERTITLE, wxRadioButton)->SetValue(thePrefs::GetShowRatesOnTitle() != 2);
816 udpPort->SetValue(true);
843 CastChild(event.GetId(), wxCheckBox)->SetValue(false);
901 CastChild(IDC_EXIT, wxCheckBox)->SetValue(!value && thePrefs::IsConfirmExitEnabled());
1011 widget->SetValue(str);
1045 widget->SetValue( st
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddataview.h121 virtual bool SetValue( wxVariant &variant, unsigned int col, unsigned int row ) = 0;
125 // - In wx 2.9 GetValue/SetValue are removed, replaced with GetValueByRow and SetValueByRow
126 // - GetValueByRow/SetValueByRow has (row,col) parameters, GetValue/SetValue is vice versa, (col,row)
137 return SetValue((wxVariant&)variant, col, row);
190 virtual bool SetValue( wxVariant &variant, unsigned int col, unsigned int row );
250 virtual bool SetValue( const wxVariant& WXUNUSED(value) ) { return true; }
421 void SetValue( const wxVariant &value ) { m_value = value; } function in class:wxDataViewEvent
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dfontdlg.cpp478 m_boldCtrl->SetValue(false);
485 m_italicCtrl->SetValue(false);
494 m_underlinedCtrl->SetValue(false);
677 m_underlinedCtrl->SetValue(m_dialogFont.GetUnderlined());
679 m_boldCtrl->SetValue(m_dialogFont.GetWeight() == wxBOLD);
680 m_italicCtrl->SetValue(m_dialogFont.GetStyle() == wxITALIC);
681 m_sizeCtrl->SetValue(m_dialogFont.GetPointSize());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dtextctrl.cpp611 m_chkPassword->SetValue(DEFAULTS.password);
612 m_chkReadonly->SetValue(DEFAULTS.readonly);
613 m_chkFilename->SetValue(DEFAULTS.filename);
635 m_chkPassword->SetValue(false);
755 m_textLineLast->SetValue(
786 m_textRange->SetValue(range);
800 m_text->SetValue(m_text->GetWindowStyle() & wxTE_MULTILINE
H A Dsearchctrl.cpp150 m_searchBtnCheck->SetValue(true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextfontpage.cpp243 m_strikethroughCtrl->SetValue(false);
250 m_capitalsCtrl->SetValue(false);
257 m_superscriptCtrl->SetValue(false);
264 m_subscriptCtrl->SetValue(false);
451 m_faceTextCtrl->SetValue(attr->GetFont().GetFaceName());
456 m_faceTextCtrl->SetValue(wxEmptyString);
463 m_sizeTextCtrl->SetValue(strSize);
469 m_sizeTextCtrl->SetValue(wxEmptyString);
762 m_sizeTextCtrl->SetValue(event.GetString());
777 m_faceTextCtrl->SetValue(m_faceListBo
[all...]
H A Drichtexttabspage.cpp183 m_tabEditCtrl->SetValue(wxEmptyString);
336 m_tabEditCtrl->SetValue(wxEmptyString);
358 m_tabEditCtrl->SetValue(str);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgauge.tex7 The first is the usual working mode (see \helpref{SetValue}{wxgaugesetvalue}
152 \helpref{wxGauge::SetValue}{wxgaugesetvalue}
201 \membersection{wxGauge::SetValue}\label{wxgaugesetvalue}
203 \func{void}{SetValue}{\param{int }{pos}}
225 is undefined and thus you need to explicitely call \helpref{SetValue}{wxgaugesetvalue} if you
H A Dregkey.tex57 pRegKey->SetValue("MYVALUE",12);
264 \membersection{wxRegKey::SetValue}\label{wxregkeysetvalue}
266 \func{bool}{SetValue}{\param{const wxChar *}{szValue}, \param{long}{ lValue}}
268 \func{bool}{SetValue}{\param{const wxChar *}{szValue}, \param{const wxString\&}{ strValue}}
270 \func{bool}{SetValue}{\param{const wxChar *}{szValue}, \param{const wxMemoryBuffer\&}{ buf}}
H A Dspinbutt.tex124 \helpref{wxSpinButton::SetValue}{wxspinbuttonsetvalue}
142 \membersection{wxSpinButton::SetValue}\label{wxspinbuttonsetvalue}
144 \func{void}{SetValue}{\param{int}{ value}}
H A Dspinctrl.tex104 \membersection{wxSpinCtrl::SetValue}\label{wxspinctrlsetvalue}
106 \func{void}{SetValue}{\param{const wxString\& }{text}}
108 \func{void}{SetValue}{\param{int }{value}}
H A Dtglbtn.tex112 \membersection{wxToggleButton::SetValue}\label{wxtogglebuttonsetvalue}
114 \func{void}{SetValue}{\param{const bool}{ state}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dcolrdlgg.cpp485 redSlider->SetValue( standardColours[colourSelection].Red() );
486 greenSlider->SetValue( standardColours[colourSelection].Green() );
487 blueSlider->SetValue( standardColours[colourSelection].Blue() );
506 redSlider->SetValue( customColours[colourSelection].Red() );
507 greenSlider->SetValue( customColours[colourSelection].Green() );
508 blueSlider->SetValue( customColours[colourSelection].Blue() );
H A Ddirdlgg.cpp270 m_input->SetValue( m_path );
287 m_input->SetValue( data->m_path );
297 m_input->SetValue( data->m_path );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dspinctrl.cpp182 SetValue(nInitial);
456 void wxSpinCtrl::SetValue( function in class:wxSpinCtrl
463 wxSpinButton::SetValue(lVal);
464 } // end of wxSpinCtrl::SetValue
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dspinbutt.cpp94 void wxSpinButton::SetValue(int val) function in class:wxSpinButton
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfilepickercmn.cpp155 // NOTE: this SetValue() will generate an unwanted wxEVT_COMMAND_TEXT_UPDATED
157 // SetValue() we set the m_bIgnoreNextTextCtrlUpdate flag...
159 m_text->SetValue(m_pickerIface->GetPath());
H A Dfontpickercmn.cpp158 // NOTE: this SetValue() will generate an unwanted wxEVT_COMMAND_TEXT_UPDATED
160 // SetValue() we set the m_bIgnoreNextTextCtrlUpdate flag...
162 m_text->SetValue(Font2String(M_PICKER->GetSelectedFont()));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/deprecated/resource/
H A Dresource.cpp192 text->SetValue(wxT("wxWidgets resource demo"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/forty/
H A Dplayerdg.cpp108 m_textField->SetValue(event.GetString());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dcheckbox.h21 #define wxACTION_CHECKBOX_CHECK wxT("check") // SetValue(true)
22 #define wxACTION_CHECKBOX_CLEAR wxT("clear") // SetValue(false)
79 virtual void SetValue(bool value);
H A Dspinbutt.h46 virtual void SetValue(int val);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/combo/
H A Dcombo.cpp685 SetValue(dlg.GetPath());
907 gcc->SetValue(wxT("Subitem 05"));
1014 m_cbUseAnim->SetValue(true);
1084 odc->SetValue(wxT("Dot Dash"));
1099 odc->SetValue(wxT("Dot Dash"));
1115 odc->SetValue(wxT("Dot Dash"));
1140 cb->SetValue(wxT("Dot Dash"));
1155 cb->SetValue(wxT("Dot Dash"));
1170 cb->SetValue(wxT("Dot Dash"));

Completed in 231 milliseconds

1234567891011>>