Searched refs:SetValue (Results 1 - 25 of 367) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dgaugecmn.cpp68 SetValue(0);
90 void wxGaugeBase::SetValue(int pos) function in class:wxGaugeBase
113 SetValue(curr + 1);
116 SetValue(max - 1);
123 SetValue(curr - 1);
126 SetValue(1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/applet/
H A Dcombobox.cpp70 m_TextCtrl->SetValue(GetStringSelection());
77 m_TextCtrl->SetValue(GetStringSelection());
113 m_TextCtrl->SetValue(GetStringSelection());
119 m_TextCtrl->SetValue(GetStringSelection());
130 m_TextCtrl->SetValue(GetStringSelection());
136 m_TextCtrl->SetValue(GetStringSelection());
142 m_TextCtrl->SetValue(GetStringSelection());
148 m_TextCtrl->SetValue(GetStringSelection());
154 m_TextCtrl->SetValue(GetStringSelection());
160 m_TextCtrl->SetValue(GetStringSelectio
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dradiobut.cpp83 void wxRadioButton::SetValue(bool val) function in class:wxRadioButton
89 m_peer->SetValue( val );
97 cycle->SetValue( false );
111 SetValue( (event.GetInt() != 0) );
128 cycle->SetValue( false );
134 SetValue( true );
H A Dtglbtn.cpp83 void wxToggleButton::SetValue(bool val) function in class:wxToggleButton
85 m_peer->SetValue( val ) ;
95 SetValue((event.GetInt() != 0));
H A Dspinctrl.cpp79 SetValue( str );
85 m_spin->m_btn->SetValue( l );
102 m_spin->GetSpinButton()->SetValue(val);
242 m_btn->SetValue(initial);
378 m_text->SetValue(wxString::Format(_T("%d"), val));
389 void wxSpinCtrl::SetValue(int val) function in class:wxSpinCtrl
391 wxCHECK_RET( m_btn, _T("invalid call to wxSpinCtrl::SetValue") );
395 m_btn->SetValue(val);
399 void wxSpinCtrl::SetValue(const wxString& text) function in class:wxSpinCtrl
401 wxCHECK_RET( m_text, _T("invalid call to wxSpinCtrl::SetValue") );
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dtrdlocal.h33 void SetValue(void *value);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dradiobut.cpp70 void wxRadioButton::SetValue(bool val) function in class:wxRadioButton
82 cycle->SetValue(false);
97 SetValue ( (event.GetInt() != 0) );
112 cycle->SetValue(false);
118 SetValue(true) ;
H A Dspinctrl.cpp53 m_spin->GetSpinButton()->SetValue(val);
169 m_btn->SetValue(initial);
279 m_text->SetValue(wxString::Format(_T("%d"), val));
288 void wxSpinCtrl::SetValue(int val) function in class:wxSpinCtrl
290 wxCHECK_RET( m_btn, _T("invalid call to wxSpinCtrl::SetValue") );
294 m_btn->SetValue(val);
297 void wxSpinCtrl::SetValue(const wxString& text) function in class:wxSpinCtrl
299 wxCHECK_RET( m_text, _T("invalid call to wxSpinCtrl::SetValue") );
304 SetValue((int)val);
308 m_text->SetValue(tex
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dspinctlg.h62 void SetValue(int val);
63 void SetValue(const wxString& text);
146 SetValue(initial);
165 void SetValue(const wxString& value) { wxTextCtrl::SetValue(value); } function in class:wxSpinCtrl
166 void SetValue(int val) { wxString s; s << val; wxTextCtrl::SetValue(s); } function in class:wxSpinCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dspinctrl.h69 void SetValue(int val);
70 void SetValue(const wxString& text);
158 SetValue(initial);
177 void SetValue(const wxString& value) { wxTextCtrl::SetValue(value); } function in class:wxSpinCtrl
178 void SetValue(int val) { wxString s; s << val; wxTextCtrl::SetValue(s); } function in class:wxSpinCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dspinctrl.h65 void SetValue(int val);
66 void SetValue(const wxString& text);
147 SetValue(initial);
166 void SetValue(const wxString& value) { wxTextCtrl::SetValue(value); } function in class:wxSpinCtrl
167 void SetValue(int val) { wxString s; s << val; wxTextCtrl::SetValue(s); } function in class:wxSpinCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DCatDialog.cpp78 CastChild(IDC_TITLE, wxTextCtrl)->SetValue(m_category->title);
80 CastChild(IDC_INCOMING, wxTextCtrl)->SetValue(m_category->path.GetRaw());
81 CastChild(IDC_COMMENT, wxTextCtrl)->SetValue(m_category->comment);
87 CastChild(IDC_TITLE, wxTextCtrl)->SetValue(_("New Category"));
88 CastChild(IDC_INCOMING, wxTextCtrl)->SetValue(thePrefs::GetIncomingDir().GetRaw());
89 CastChild(IDC_COMMENT, wxTextCtrl)->SetValue(wxEmptyString);
128 CastChild(IDC_INCOMING, wxTextCtrl)->SetValue(dir);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dradiobut.cpp43 SetValue ((rEvent.GetInt() != 0) );
97 SetValue(true);
166 SetValue(true);
197 void wxRadioButton::SetValue( bool bValue ) function in class:wxRadioButton
230 pBtn->SetValue(false);
260 pBtn->SetValue(false);
263 } // end of wxRadioButton::SetValue
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dfilepicker.cpp246 m_chkFileTextCtrl->SetValue((wxFLP_DEFAULT_STYLE & wxFLP_USE_TEXTCTRL) != 0);
247 m_chkFileOverwritePrompt->SetValue((wxFLP_DEFAULT_STYLE & wxFLP_OVERWRITE_PROMPT) != 0);
248 m_chkFileMustExist->SetValue((wxFLP_DEFAULT_STYLE & wxFLP_FILE_MUST_EXIST) != 0);
249 m_chkFileChangeDir->SetValue((wxFLP_DEFAULT_STYLE & wxFLP_CHANGE_DIR) != 0);
259 m_chkFileOverwritePrompt->SetValue(false);
264 m_chkFileMustExist->SetValue(false);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dspinctrl.h62 void SetValue(const wxString& rsText);
75 inline virtual void SetValue(int nVal) { wxSpinButton::SetValue(nVal); } function in class:wxSpinCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dspinctrl.h56 void SetValue(const wxString& text);
66 virtual void SetValue(int val) { wxSpinButton::SetValue(val); } function in class:wxSpinCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_chckb.cpp50 control->SetValue(GetBool( wxT("checked")));
H A Dxh_radbt.cpp55 control->SetValue(GetBool(wxT("value"), 0));
H A Dxh_tglbtn.cpp46 control->SetValue(GetBool( wxT("checked")));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextindentspage.cpp150 m_alignmentLeft->SetValue(false);
157 m_alignmentRight->SetValue(false);
164 m_alignmentJustified->SetValue(false);
171 m_alignmentCentred->SetValue(false);
178 m_alignmentIndeterminate->SetValue(false);
474 m_alignmentLeft->SetValue(true);
476 m_alignmentRight->SetValue(true);
478 m_alignmentCentred->SetValue(true);
480 m_alignmentJustified->SetValue(true);
482 m_alignmentIndeterminate->SetValue(tru
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Ddatectrl.cpp92 void wxDatePickerCtrl::SetValue(const wxDateTime& dt) function in class:wxDatePickerCtrl
132 SetValue(dt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dgauge.cpp83 void wxGauge::SetValue(int pos) function in class:wxGauge
85 wxGaugeBase::SetValue(pos);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dspinctlg.cpp70 m_spin->GetSpinButton()->SetValue(val);
185 m_btn->SetValue(initial);
326 m_text->SetValue(wxString::Format(_T("%d"), val));
351 void wxSpinCtrl::SetValue(int val) function in class:wxSpinCtrl
353 wxCHECK_RET( m_btn, _T("invalid call to wxSpinCtrl::SetValue") );
357 m_btn->SetValue(val);
360 void wxSpinCtrl::SetValue(const wxString& text) function in class:wxSpinCtrl
362 wxCHECK_RET( m_text, _T("invalid call to wxSpinCtrl::SetValue") );
367 SetValue((int)val);
371 m_text->SetValue(tex
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dcheckbox.h64 virtual void SetValue(bool value) = 0;
117 SetValue(event.GetChecked());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dspinctrl.h43 void SetValue(const wxString& text);
47 virtual void SetValue( int value );

Completed in 245 milliseconds

1234567891011>>