Searched refs:GetValue (Results 1 - 25 of 413) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dlayout.cpp229 value = (constraints->right.GetValue() - constraints->width.GetValue() + margin);
235 value = (int)(constraints->centreX.GetValue() - (constraints->width.GetValue()/2) + margin);
304 value = (constraints->left.GetValue() + constraints->width.GetValue() - margin);
310 value = (int)(constraints->centreX.GetValue() + (constraints->width.GetValue()/2) - margin);
382 value = (constraints->bottom.GetValue() - constraints->height.GetValue()
[all...]
H A Dvariant.cpp213 inline long GetValue() const { return m_value; } function in class:wxVariantDataLong
364 inline double GetValue() const { return m_value; } function in class:wxVariantDoubleData
504 inline bool GetValue() const { return m_value; } function in class:wxVariantDataBool
647 inline wxChar GetValue() const { return m_value; } function in class:wxVariantDataChar
786 inline wxString GetValue() const { return m_value; } function in class:wxVariantDataString
935 inline wxObject* GetValue() const { return m_value; } function in class:wxVariantDataWxObjectPtr
1026 return (value == ((wxVariantDataWxObjectPtr*)GetData())->GetValue());
1043 return (wxObject*) ((wxVariantDataWxObjectPtr*) m_data)->GetValue();
1057 inline void* GetValue() const { return m_value; } function in class:wxVariantDataVoidPtr
1129 return (value == ((wxVariantDataVoidPtr*)GetData())->GetValue());
1181 inline wxDateTime GetValue() const { return m_value; } function in class:wxVariantDataDateTime
1357 wxArrayString GetValue() const { return m_value; } function in class:wxVariantDataArrayString
1486 wxList& GetValue() { return m_value; } function in class:wxVariantDataList
1727 wxStringList& GetValue() const { return (wxStringList&) m_value; } function in class:wxVariantDataStringList
[all...]
H A Dgaugecmn.cpp95 int wxGaugeBase::GetValue() const function in class:wxGaugeBase
108 int curr = GetValue(), max = GetRange();
H A Dvalgen.cpp353 *m_pBool = pControl->GetValue() ;
364 *m_pBool = pControl->GetValue() ;
375 *m_pBool = pControl->GetValue() ;
388 *m_pInt = pControl->GetValue() ;
421 *m_pInt=pControl->GetValue();
432 *m_pInt = pControl->GetValue() ;
443 *m_pInt = pControl->GetValue() ;
475 *m_pString = pControl->GetValue();
513 *m_pString = pControl->GetValue() ;
518 *m_pInt = wxAtoi(pControl->GetValue());
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DAddFriend.cpp54 wxString name = CastChild(ID_USERNAME, wxTextCtrl)->GetValue().Strip(wxString::both);
55 wxString hash = CastChild(ID_USERHASH, wxTextCtrl)->GetValue().Strip(wxString::both);
56 wxString fullip = CastChild(ID_IPADDRESS, wxTextCtrl)->GetValue().Strip(wxString::both);
57 uint16 port = StrToULong( CastChild(ID_IPORT, wxTextCtrl)->GetValue() );
H A DKadDlg.cpp160 enable &= !CastChild(textfields[i], wxTextCtrl)->GetValue().IsEmpty();
173 ((wxTextCtrl*)FindWindowById( ID_NODE_IP4 ))->GetValue() +
175 ((wxTextCtrl*)FindWindowById( ID_NODE_IP3 ))->GetValue() +
177 ((wxTextCtrl*)FindWindowById( ID_NODE_IP2 ))->GetValue() +
179 ((wxTextCtrl*)FindWindowById( ID_NODE_IP1 ))->GetValue() );
185 if (((wxTextCtrl*)FindWindowById( ID_NODE_PORT ))->GetValue().ToULong(&port)) {
214 wxString strURL = ((wxTextCtrl*)FindWindowById( IDC_NODESLISTURL ))->GetValue();
H A DGetTickCount.cpp97 MyTimer() { tic32 = tic64 = wxGetLocalTimeMillis().GetValue(); Start(20); }
101 void Notify() { tic32 = tic64 = wxGetLocalTimeMillis().GetValue(); }
H A DCatDialog.cpp122 wxString dir = CastChild(IDC_INCOMING, wxTextCtrl)->GetValue();
135 wxString newname = CastChild(IDC_TITLE, wxTextCtrl)->GetValue();
145 CPath newpath = CPath(CastChild(IDC_INCOMING, wxTextCtrl)->GetValue());
194 CastChild(IDC_COMMENT, wxTextCtrl)->GetValue(),
201 CastChild(IDC_COMMENT, wxTextCtrl)->GetValue(), m_colour.GetULong(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dgauge.cpp47 GetValue(), 0, GetRange(), false /* not indeterminate */, m_peer->GetControlRefAddr() );
50 if ( GetValue() == 0 )
88 m_peer->SetValue( GetValue() ) ;
91 Boolean shouldAnimate = ( GetValue() > 0 && GetValue() < GetRange() ) ;
101 int wxGauge::GetValue() const function in class:wxGauge
105 return m_peer->GetValue() ;
H A Dtglbtn.cpp88 bool wxToggleButton::GetValue() const function in class:wxToggleButton
90 return m_peer->GetValue() ;
102 event.SetInt(GetValue());
H A Dradiobut.cpp86 if (m_peer->GetValue() == val)
104 bool wxRadioButton::GetValue() const function in class:wxRadioButton
106 return m_peer->GetValue();
118 if (GetValue())
127 if (cycle->GetValue())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtglbtn.cpp86 bool wxToggleButton::GetValue() const function in class:wxToggleButton
94 event.SetInt(GetValue());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/wxCas/src/
H A Dwxcasprefs.cpp354 if ( m_autoStatImgCheck->GetValue () ) {
358 if ( m_ftpUpdateCheck->GetValue () ) {
373 if ( m_ftpUpdateCheck->GetValue () ) {
389 m_osPathTextCtrl->GetValue () ) {
391 wxFileName amulesig( m_osPathTextCtrl->GetValue (),
396 m_osPathTextCtrl->GetValue () );
401 m_refreshSpinButton->GetValue () ) {
402 ( ( WxCasFrame* ) GetParent() ) ->ChangeRefreshPeriod( 1000 * m_refreshSpinButton->GetValue () );
406 m_refreshSpinButton->GetValue () );
411 m_autoStatImgCheck->GetValue () );
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dspinbtn.cpp285 bool isVert = m_chkVert->GetValue();
291 if ( m_chkWrap->GetValue() )
297 int valOld = m_spinbtn->GetValue();
352 if ( !m_textMin->GetValue().ToLong(&minNew) ||
353 !m_textMax->GetValue().ToLong(&maxNew) ||
371 if ( !m_textValue->GetValue().ToLong(&val) || !IsValidValue(val) )
385 event.Enable( m_textValue->GetValue().ToLong(&val) && IsValidValue(val) );
391 event.Enable( m_textMin->GetValue().ToLong(&mn) &&
392 m_textMax->GetValue().ToLong(&mx) &&
398 event.Enable( !m_chkVert->GetValue() || m_chkWra
[all...]
H A Dslider.cpp383 if ( m_chkInverse->GetValue() )
388 if ( m_chkLabels->GetValue() )
393 if ( m_chkTicks->GetValue() )
421 if ( m_chkBothSides->GetValue() )
429 int valOld = m_slider->GetValue();
463 if ( m_chkTicks->GetValue() )
474 if ( !m_textLineSize->GetValue().ToLong(&lineSize) )
492 if ( !m_textPageSize->GetValue().ToLong(&pageSize) )
510 if ( !m_textTickFreq->GetValue().ToLong(&freq) )
523 if ( !m_textThumbLen->GetValue()
[all...]
H A Dodcombobox.cpp488 if ( m_chkSort->GetValue() )
490 if ( m_chkReadonly->GetValue() )
492 if ( m_chkDclickcycles->GetValue() )
527 m_combobox->SetPopupAnchor( m_chkAlignpopupright->GetValue() ? wxRIGHT : wxLEFT );
529 if ( m_chkBitmapbutton->GetValue() )
534 m_combobox->SetButtonBitmaps(bmpNormal,m_chkStdbutton->GetValue(),bmpPressed,bmpHover);
558 m_combobox->SetString(sel, m_textChange->GetValue());
568 if ( !m_textDelete->GetValue().ToULong(&n) ||
595 wxString s = m_textInsert->GetValue();
610 wxString s = m_textAdd->GetValue();
[all...]
H A Dbutton.cpp320 label = m_textLabel->GetValue();
361 const bool isBitmapButton = m_chkBitmap->GetValue();
366 if ( m_chkUseSelected->GetValue() )
368 if ( m_chkUseFocused->GetValue() )
370 if ( m_chkUseHover->GetValue() )
372 if ( m_chkUseDisabled->GetValue() )
389 if ( m_chkImage->GetValue() )
395 if ( m_chkDefault->GetValue() )
407 if ( m_chkFit->GetValue() )
437 m_button->SetLabel(m_textLabel->GetValue());
[all...]
H A Dgauge.cpp285 if ( m_chkVert->GetValue() )
290 if ( m_chkSmooth->GetValue() )
296 val = m_gauge->GetValue();
404 if ( !m_textRange->GetValue().ToULong(&val) )
414 if ( !m_textValue->GetValue().ToULong(&val) )
423 event.Enable( m_textValue->GetValue().ToULong(&val) && (val <= m_range) );
429 event.Enable( m_textRange->GetValue().ToULong(&val) );
434 event.Enable( m_chkVert->GetValue() || m_chkSmooth->GetValue() );
444 int val = m_gauge->GetValue();
[all...]
H A Dcombobox.cpp355 if ( m_chkSort->GetValue() )
357 if ( m_chkReadonly->GetValue() )
397 if ( m_chkFilename->GetValue() )
428 m_combobox->SetString(sel, m_textChange->GetValue());
438 if ( !m_textDelete->GetValue().ToULong(&n) ||
465 wxString s = m_textInsert->GetValue();
480 wxString s = m_textAdd->GetValue();
520 event.Enable( m_chkSort->GetValue() ||
521 m_chkReadonly->GetValue() ||
522 m_chkFilename->GetValue() );
[all...]
H A Dlistbox.cpp366 if ( m_chkVScroll->GetValue() )
368 if ( m_chkHScroll->GetValue() )
370 if ( m_chkSort->GetValue() )
372 if ( m_chkOwnerDraw->GetValue() )
389 if ( m_chkCheck->GetValue() )
425 wxString s = m_textChange->GetValue();
435 if ( !m_textDelete->GetValue().ToULong(&n) ||
463 wxString s = m_textAdd->GetValue();
494 m_chkSort->GetValue() ||
495 m_chkOwnerDraw->GetValue() ||
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dtrdlocal.h34 void *GetValue() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dpropform.cpp431 wxString value(((wxTextCtrl *)m_propertyWindow)->GetValue());
460 wxString value(((wxTextCtrl *)m_propertyWindow)->GetValue());
466 property->GetValue() = f;
479 textItem->SetValue(FloatToString(property->GetValue().RealValue()));
503 wxString value(((wxTextCtrl *)m_propertyWindow)->GetValue());
515 val = (long)((wxSlider *)m_propertyWindow)->GetValue();
540 wxString value(((wxTextCtrl *)m_propertyWindow)->GetValue());
546 property->GetValue() = i;
550 property->GetValue() = (long)((wxSlider *)m_propertyWindow)->GetValue();
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h955 return GetValue() < dt.GetValue();
961 return GetValue() <= dt.GetValue();
967 return GetValue() > dt.GetValue();
973 return GetValue() >= dt.GetValue();
979 return GetValue() == dt.GetValue();
1321 wxLongLong GetValue() const { return m_diff; } function in class:wxTimeSpan
1679 inline wxLongLong wxDateTime::GetValue() const function in class:wxDateTime
[all...]
H A Dcheckbox.h65 virtual bool GetValue() const = 0;
72 return GetValue();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/applet/
H A Dprepecho.cpp98 tag = wxEchoVariable::GetValue(cname, NULL);
115 tag = wxEchoVariable::GetValue(cname, parms.c_str());

Completed in 136 milliseconds

1234567891011>>