Searched refs:GetValue (Results 151 - 175 of 413) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dtextctrl.cpp639 if ( m_chkPassword->GetValue() )
641 if ( m_chkReadonly->GetValue() )
689 valueOld = m_text->GetValue();
702 if ( m_chkFilename->GetValue() )
865 event.Enable(!m_text->GetValue().empty());
885 (m_chkPassword->GetValue() != DEFAULTS.password) ||
886 (m_chkReadonly->GetValue() != DEFAULTS.readonly) ||
887 (m_chkFilename->GetValue() != DEFAULTS.filename) ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Ddlguser.cpp132 s_User = m_UserName->GetValue();
133 s_Password = m_Password->GetValue();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/config/
H A Dconftest.cpp252 pConfig->Write(_T("/Controls/Text"), m_text->GetValue());
253 pConfig->Write(_T("/Controls/Check"), m_check->GetValue());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Doaep.cpp38 parameters.GetValue(Name::EncodingParameters(), encodingParameters);
79 parameters.GetValue(Name::EncodingParameters(), encodingParameters);
H A Dgfpcrypt.cpp30 if (alg.GetValue("Modulus", p) && alg.GetValue("SubgroupGenerator", g))
167 if (alg.GetValue("Modulus", p) && alg.GetValue("SubgroupGenerator", g))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dcombobox.h123 virtual wxString GetValue() const function in class:wxComboBox
124 { return wxTextCtrl::GetValue(); }
H A Dslider.h77 virtual int GetValue() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dgauge.cpp100 wxPROPERTY( Value , int , SetValue, GetValue, 0 , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dclrpickercmn.cpp107 wxColour col(m_text->GetValue());
H A Dpickerbase.cpp152 if (m_text && m_text->GetValue().empty())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dgauge.cpp106 int wxGauge::GetValue() const function in class:wxGauge
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/applet/
H A Dprepinclude.cpp71 text.replace(f-1, (e-f)+2, wxEchoVariable::GetValue(varname));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dslider.h71 virtual int GetValue() const = 0;
H A Dmatrix.h44 double GetValue(int col, int row) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleTextCtrl.cpp108 popup_menu.Enable( CMTCE_Clear, IsEditable() && !GetValue().IsEmpty() );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Ddatectrl.h52 wxDateTime GetValue() const;
H A Dtextdlgg.h47 wxString GetValue() const { return m_value; } function in class:wxTextEntryDialog
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dslider.h50 virtual int GetValue() const ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dcheckbox.h55 virtual bool GetValue(void) const ;
H A Dspinctrl.h59 // A wxTextCtrl-like method (but we can't have GetValue returning wxString
70 virtual int GetValue(void) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dspinctrl.h54 // a wxTextCtrl-like method (but we can't have GetValue returning wxString
67 virtual int GetValue() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dprintdlg.cpp186 if (!textCtrl->GetValue().ToLong(&lvalue))
188 wxMessageBox(wxString::Format(wxT("Sorry, \"%s\" is not a valid numerical value for the %s"), textCtrl->GetValue().c_str(), name.c_str()), wxT("Page Margin Error"));
193 wxMessageBox(wxString::Format(wxT("Sorry, \"%s\" is not a valid value for the %s, which must be >= %d"), textCtrl->GetValue().c_str(), name.c_str(), minValue), wxT("Page Margin Error"));
H A Dspinctrl.cpp239 if ( !m_text->GetValue().ToLong(&l) )
256 int wxSpinCtrl::GetValue() const function in class:wxSpinCtrl
258 return m_btn ? m_btn->GetValue() : 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dspinbutt.cpp101 wxPROPERTY( Value , int , SetValue, GetValue, 0 , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
220 int wxSpinButton::GetValue() const function in class:wxSpinButton
261 SetValue( GetValue() );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dgauge.cpp98 vRect2.yTop = (int)(pGauge->GetValue() * dPixelToRange);
115 vRect2.xRight = (int)(pGauge->GetValue() * dPixelToRange);
237 int wxGauge::GetValue() const function in class:wxGauge
240 } // end of wxGauge::GetValue

Completed in 114 milliseconds

1234567891011>>