Searched refs:GetValue (Results 176 - 200 of 413) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextstylepage.cpp149 paraDef->SetNextStyle(m_nextStyle->GetValue());
151 def->SetName(m_styleName->GetValue());
152 def->SetBaseStyle(m_basedOn->GetValue());
H A Drichtextbulletspage.cpp375 if (sel < (int) standardBulletNames.GetCount() && m_bulletNameCtrl->GetValue() == selName)
378 attr->SetBulletName(m_bulletNameCtrl->GetValue());
381 attr->SetBulletName(m_bulletNameCtrl->GetValue());
384 if (m_parenthesesCtrl->GetValue())
386 if (m_rightParenthesisCtrl->GetValue())
388 if (m_periodCtrl->GetValue())
402 attr->SetBulletNumber(m_numberCtrl->GetValue());
407 attr->SetBulletText(m_symbolCtrl->GetValue());
408 attr->SetBulletFont(m_symbolFontCtrl->GetValue());
784 wxString symbol = m_symbolCtrl->GetValue();
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dbmpcombobox.cpp389 if ( m_chkSort->GetValue() )
391 if ( m_chkReadonly->GetValue() )
435 m_textChangeHeight->GetValue().ToLong(&h);
457 m_combobox->SetString(sel, m_textChange->GetValue());
467 if ( !m_textDelete->GetValue().ToULong(&n) ||
494 wxString s = m_textInsert->GetValue();
511 m_textChangeHeight->GetValue().ToLong(&h);
684 event.Enable( m_chkSort->GetValue() || m_chkReadonly->GetValue() );
702 event.Enable(m_textDelete->GetValue()
[all...]
H A Dnotebook.cpp320 if ( m_chkImages->GetValue() )
402 m_chkImages->GetValue() ?
429 if ( !text || !text->GetValue().ToLong(&pos) )
521 event.Enable( !m_chkImages->GetValue() ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dspinctlg.cpp286 if ( !m_text->GetValue().ToLong(&l) )
303 int wxSpinCtrl::GetValue() const function in class:wxSpinCtrl
305 return m_btn ? m_btn->GetValue() : 0;
H A Dprntdlgg.cpp393 wxString value = m_fromText->GetValue();
399 wxString value = m_toText->GetValue();
424 wxString value = m_noCopiesText->GetValue();
428 m_printDialogData.SetPrintToFile(m_printToFileCheckBox->GetValue());
753 data->SetPrinterCommand(m_printerCommandText->GetValue());
755 data->SetPrinterOptions(m_printerOptionsText->GetValue());
757 m_printData.SetColour(m_colourCheckBox->GetValue());
992 int left = wxAtoi( m_marginLeftText->GetValue().c_str() );
993 int top = wxAtoi( m_marginTopText->GetValue().c_str() );
998 int right = wxAtoi( m_marginRightText->GetValue()
[all...]
H A Ddatectlg.cpp236 wxString value = m_combo->GetValue();
476 wxDateTime wxDatePickerCtrlGeneric::GetValue() const function in class:wxDatePickerCtrlGeneric
529 if ( !m_popup->ParseDateTime(m_combo->GetValue(), &dt) )
H A Dgridctrl.cpp78 text = table->GetValue(row, col);
158 text = table->GetValue(row, col);
252 wxString startValue = table->GetValue(row, col);
H A Dtextdlgg.cpp138 m_value = m_textctrl->GetValue();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dspinctrl.cpp46 event.SetInt(win->GetValue());
67 event.SetInt(win->GetValue());
160 int wxSpinCtrl::GetValue() const function in class:wxSpinCtrl
166 // a redraw, which causes an idle event, so if GetValue() is called from
168 // also forces the text into valid range, which wxMSW GetValue() does not do.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dspinbutt.cpp122 int wxSpinButton::GetValue() const function in class:wxSpinButton
266 int valueOld = GetValue();
277 return GetValue() != valueOld;
H A Dcombobox.cpp274 wxString wxComboBox::GetValue() const function in class:wxComboBox
276 return wxComboCtrl::GetValue();
409 return FindString(if ( GetTextCtrl() ) GetTextCtrl()->GetValue());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dbasecode.cpp23 if (parameters.GetValue(Name::PaddingByte(), padding))
197 parameters.GetValue(Name::Separator(), separator);
198 parameters.GetValue(Name::Terminator(), terminator);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Ddataview.h101 bool GetValue( wxVariant &value );
124 bool GetValue( wxVariant &value );
148 bool GetValue( wxVariant &value );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Ddataview.h55 bool GetValue( wxVariant &value );
72 bool GetValue( wxVariant &value );
89 bool GetValue( wxVariant &value );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dmatrix.cpp43 double wxTransformMatrix::GetValue(int col, int row) const function in class:wxTransformMatrix
585 double temp1 = GetValue(0,0); // for angle calculation
586 double temp2 = GetValue(0,1); //
597 double x=GetValue(2,0);
598 double y=GetValue(2,1);
H A Dcontainr.cpp238 if (btn->GetValue())
248 if (selBtn->GetValue())
253 if (selBtn->GetValue())
H A Dtextcmn.cpp242 if ( file.IsOpened() && file.Write(GetValue()) )
477 sel = GetValue().Mid(from, to - from);
494 if ( event.GetText() != GetValue() )
540 //event.SetString(GetValue());
H A Dfontpickercmn.cpp139 wxFont f = String2Font(m_text->GetValue());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddataview.h119 virtual void GetValue( 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)
131 const_cast<wxDataViewListModel*>(this)->GetValue(variant, col, row);
188 virtual void GetValue( wxVariant &variant, unsigned int col, unsigned int row );
251 virtual bool GetValue( wxVariant& WXUNUSED(value) ) { return true; }
420 const wxVariant &GetValue() const { return m_value; } function in class:wxDataViewEvent
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dspinbutt.tex116 \membersection{wxSpinButton::GetValue}\label{wxspinbuttongetvalue}
118 \constfunc{int}{GetValue}{\void}
154 \helpref{wxSpinButton::GetValue}{wxspinbuttongetvalue}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dprintdlg.cpp261 if (!textCtrl->GetValue().ToLong(&lvalue))
263 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"));
268 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 Dspinbutt.cpp72 int wxSpinButton::GetValue() const function in class:wxSpinButton
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dspinctrl.cpp307 int wxSpinCtrl::GetValue() const function in class:wxSpinCtrl
321 } // end of wxSpinCtrl::GetValue
338 vEvent.SetInt(GetValue());
411 vEvent.SetInt(GetValue());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dspinbutt.cpp84 int wxSpinButton::GetValue() const function in class:wxSpinButton

Completed in 225 milliseconds

1234567891011>>