Searched refs:SetValue (Results 251 - 275 of 282) sorted by relevance

<<1112

/haiku-fatelf/src/kits/media/
H A DSoundPlayer.cpp629 fVolumeSlider->SetValue(values, sizeof(float) * count, 0);
/haiku-fatelf/src/libs/linprog/
H A DActiveSetSolver.cpp519 fVariables.ItemAt(i)->SetValue(results[i]);
/haiku-fatelf/src/tests/kits/net/DialUpPreflet/
H A DGeneralAddon.cpp484 fSavePassword->SetValue(Addon()->HasPassword());
/haiku-fatelf/src/tests/kits/net/preflet/DialUpAddOn/
H A DGeneralAddon.cpp531 fSavePassword->SetValue(Addon()->HasPassword());
/haiku-fatelf/src/preferences/locale/
H A DLocaleWindow.cpp254 fFilesystemTranslationCheckbox->SetValue(
/haiku-fatelf/src/kits/tracker/
H A DDialogPane.cpp475 SetValue(!Value());
H A DPoseView.cpp3433 HScrollBar()->SetValue(min);
6369 fVScrollBar->SetValue(0);
6398 fVScrollBar->SetValue(max);
6406 fVScrollBar->SetValue(fVScrollBar->Value() - max);
6414 fVScrollBar->SetValue(fVScrollBar->Value() + max);
8597 fHScrollBar->SetValue(point.x);
8598 fVScrollBar->SetValue(point.y);
9657 fVScrollBar->SetValue(
9684 fVScrollBar->SetValue(
9711 fHScrollBar->SetValue(
[all...]
H A DStatusWindow.cpp860 fPauseButton->SetValue(fIsPaused ? B_CONTROL_ON : B_CONTROL_OFF);
/haiku-fatelf/src/apps/mail/
H A DComboBox.cpp1232 BComboBox::SetValue(int32 value) function in class:BComboBox
1234 BControl::SetValue(value);
/haiku-fatelf/src/kits/interface/
H A DTextControl.cpp337 BTextControl::SetValue(int32 value) function in class:BTextControl
339 BControl::SetValue(value);
H A DListView.cpp1408 vertScroller->SetValue(0.0);
H A DColumnListView.cpp1600 fHorizontalScrollBar->SetValue(newVal);
1636 fVerticalScrollBar->SetValue(newValue);
3940 vScrollBar->SetValue(verticalScroll);
H A DView.cpp1674 fHorScroller->SetValue(fBounds.left);
1676 fVerScroller->SetValue(fBounds.top);
5731 scrollBar->SetValue(scrollBar->Value() + delta);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/FileSharing/
H A DFileSharing.cpp853 chkReadWrite->SetValue(share->readOnly ? B_CONTROL_OFF : B_CONTROL_ON);
859 chkFollowLinks->SetValue(share->followLinks ? B_CONTROL_ON : B_CONTROL_OFF);
/haiku-fatelf/src/add-ons/media/media-add-ons/vst_host/
H A DVSTNode.cpp538 param->SetValue(value);
/haiku-fatelf/src/add-ons/translators/ppm/
H A DPPMTranslator.cpp517 mAscii->SetValue(1);
/haiku-fatelf/src/apps/codycam/
H A DCodyCam.cpp714 fPassiveFtp->SetValue(fPassiveFtpSetting->Value());
/haiku-fatelf/src/apps/debuganalyzer/gui/
H A DHeaderView.cpp276 Header::SetValue(const BVariant& value) function in class:Header
/haiku-fatelf/src/apps/diskprobe/
H A DTypeEditors.cpp867 fScaleSlider->SetValue(8);
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp549 // SetValue
551 IconButton::SetValue(int32 value) function in class:IconButton
H A DListViews.cpp352 scrollBar->SetValue(scrollBar->Value() + scrollV);
/haiku-fatelf/src/apps/mediaplayer/playlist/
H A DListViews.cpp360 scrollBar->SetValue(scrollBar->Value() + scrollV);
/haiku-fatelf/src/apps/webpositive/support/
H A DIconButton.cpp689 // SetValue
691 IconButton::SetValue(int32 value) function in class:IconButton
/haiku-fatelf/src/apps/deskcalc/
H A DCalcView.cpp878 fExpressionTextView->SetValue(value.String());
/haiku-fatelf/src/servers/app/stackandtile/
H A DSATGroup.cpp660 fVariable->SetValue(position + kMakePositiveOffset);

Completed in 416 milliseconds

<<1112