Searched refs:SetValue (Results 151 - 175 of 282) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowConfigView.cpp73 fShowCaption->SetValue(val);
82 fShowBorder->SetValue(val);
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/
H A DIconOptionsControl.cpp154 // SetValue
156 IconOptionsControl::SetValue(int32 value) function in class:IconOptionsControl
198 SetValue(i);
/haiku-fatelf/src/apps/icon-o-matic/gui/
H A DSwatchGroup.cpp327 fColorSlider->SetValue(255 - (int32)((h / 6.0) * 255.0 + 0.5));
331 fAlphaSlider->SetValue(a);
/haiku-fatelf/src/apps/webpositive/
H A DAuthenticationPanel.cpp155 m_hidePasswordCheckBox->SetValue(B_CONTROL_ON);
156 m_rememberCredentialsCheckBox->SetValue(previousRememberCredentials);
H A DDownloadWindow.cpp155 settings->SetValue(kSettingsKeyDownloadPath, fDownloadPath);
418 scrollBar->SetValue(scrollOffset);
421 scrollBar->SetValue(value + diff);
/haiku-fatelf/src/preferences/screensaver/
H A DPasswordWindow.cpp131 fUseNetwork->SetValue(B_CONTROL_ON);
133 fUseCustom->SetValue(B_CONTROL_ON);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/MyNetwork/
H A DInstallPrinter.cpp55 chkDefault->SetValue(B_CONTROL_ON);
61 chkTestPage->SetValue(B_CONTROL_OFF);
/haiku-fatelf/src/apps/fontdemo/
H A DControlView.cpp85 fFontsizeSlider->SetValue(50);
96 fShearSlider->SetValue(90);
103 fRotationSlider->SetValue(0);
110 fSpacingSlider->SetValue(0);
122 fAliasingCheckBox->SetValue(B_CONTROL_ON);
/haiku-fatelf/src/kits/interface/
H A DColorControl.cpp105 SetValue(value);
257 BColorControl::SetValue(int32 value) function in class:BColorControl
271 //here SetValue hasn't been called by mouse tracking
390 SetValue(color);
720 SetValue(system_colors()->color_list[colorIndex]);
743 SetValue(color);
767 SetValue(system_colors()->color_list[colorIndex]);
795 SetValue(color);
/haiku-fatelf/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp324 fFlagsCheckBox->SetValue(B_CONTROL_ON);
552 fSingleLaunchButton->SetValue(B_CONTROL_ON);
556 fExclusiveLaunchButton->SetValue(B_CONTROL_ON);
561 fMultipleLaunchButton->SetValue(B_CONTROL_ON);
565 fArgsOnlyCheckBox->SetValue((flags & B_ARGV_ONLY) != 0);
566 fBackgroundAppCheckBox->SetValue((flags & B_BACKGROUND_APP) != 0);
567 fFlagsCheckBox->SetValue(gotFlags);
/haiku-fatelf/src/add-ons/translators/jpeg/
H A DJPEGTranslator.cpp424 fAlwaysRGB32->SetValue(B_CONTROL_ON);
430 fPhotoshopCMYK->SetValue(B_CONTROL_ON);
436 fShowErrorBox->SetValue(B_CONTROL_ON);
522 fQualitySlider->SetValue(fSettings->SetGetInt32(JPEG_SET_QUALITY, NULL));
530 fSmoothingSlider->SetValue(
537 fProgress->SetValue(B_CONTROL_ON);
543 fSmallerFile->SetValue(B_CONTROL_ON);
549 fOptimizeColors->SetValue(B_CONTROL_ON);
557 fGrayAsRGB24->SetValue(B_CONTROL_ON);
/haiku-fatelf/src/add-ons/screen_savers/spider/
H A DSpiderSaver.cpp365 fQueueNumberS->SetValue(queueNumber);
373 fPolyNumberS->SetValue(maxPolyPoints);
380 fQueueDepthS->SetValue(maxQueueDepth);
/haiku-fatelf/src/apps/midiplayer/
H A DMidiPlayerWindow.cpp235 showScope->SetValue(B_CONTROL_ON);
292 showScope->SetValue(scopeEnabled ? B_CONTROL_ON : B_CONTROL_OFF);
305 volumeSlider->SetValue(volume);
/haiku-fatelf/src/apps/soundrecorder/
H A DTransportButton.cpp335 SetValue(1);
364 SetValue(0);
379 SetValue(0);
/haiku-fatelf/headers/os/interface/
H A DMultiChannelControl.h43 virtual void SetValue(int32 value);
H A DScrollBar.h37 void SetValue(float value);
H A DTextControl.h44 virtual void SetValue(int32 value);
/haiku-fatelf/headers/private/interface/
H A DColumnTypes.h181 void SetValue (int32);
/haiku-fatelf/src/add-ons/media/media-add-ons/vst_host/
H A DVSTHost.h106 void SetValue(float value);
/haiku-fatelf/src/apps/bootmanager/
H A DPartitionsPage.cpp140 checkBox->SetValue(1);
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp563 fHScrollBar->SetValue(newOffset.x);
565 fVScrollBar->SetValue(newOffset.y);
775 fHScrollBar->SetValue(fHScrollBar->Value());
783 fVScrollBar->SetValue(fVScrollBar->Value());
/haiku-fatelf/src/apps/mail/
H A DComboBox.h148 virtual void SetValue(int32 value);
/haiku-fatelf/src/bin/desklink/
H A DMixerControl.cpp226 fMixerParameter->SetValue(&volume, sizeof(float), system_time());
/haiku-fatelf/src/kits/network/libnetapi/
H A DHttpHeaders.cpp65 BHttpHeader::SetValue(const char* value) function in class:BHttpHeader
/haiku-fatelf/src/preferences/time/
H A DZoneView.cpp269 fGmtTime->SetValue(B_CONTROL_ON);
271 fLocalTime->SetValue(B_CONTROL_ON);
491 fGmtTime->SetValue(B_CONTROL_ON);
493 fLocalTime->SetValue(B_CONTROL_ON);

Completed in 303 milliseconds

1234567891011>>