/haiku/headers/private/shared/ |
H A D | SettingsMessage.h | 41 status_t SetValue(const char* name, bool value); 42 status_t SetValue(const char* name, int8 value); 43 status_t SetValue(const char* name, int16 value); 44 status_t SetValue(const char* name, uint16 value); 45 status_t SetValue(const char* name, int32 value); 46 status_t SetValue(const char* name, uint32 value); 47 status_t SetValue(const char* name, int64 value); 48 status_t SetValue(const char* name, uint64 value); 49 status_t SetValue(const char* name, float value); 50 status_t SetValue(const char* name, double value); [all …]
|
/haiku/src/apps/mediaplayer/settings/ |
H A D | Settings.cpp | 89 fSettingsMessage.SetValue("autostart", settings.autostart); in Update() 90 fSettingsMessage.SetValue("closeWhenDonePlayingMovie", in Update() 92 fSettingsMessage.SetValue("closeWhenDonePlayingSound", in Update() 94 fSettingsMessage.SetValue("loopMovie", settings.loopMovie); in Update() 95 fSettingsMessage.SetValue("loopSound", settings.loopSound); in Update() 97 fSettingsMessage.SetValue("useOverlays", settings.useOverlays); in Update() 98 fSettingsMessage.SetValue("scaleBilinear", settings.scaleBilinear); in Update() 99 fSettingsMessage.SetValue("scaleFullscreenControls", in Update() 102 fSettingsMessage.SetValue("resume", settings.resume); in Update() 103 fSettingsMessage.SetValue("subtitleSize", settings.subtitleSize); in Update() [all …]
|
H A D | SettingsWindow.cpp | 280 fAutostartCB->SetValue(fSettings.autostart); in AdoptSettings() 281 fCloseWindowMoviesCB->SetValue(fSettings.closeWhenDonePlayingMovie); in AdoptSettings() 282 fCloseWindowSoundsCB->SetValue(fSettings.closeWhenDonePlayingSound); in AdoptSettings() 283 fLoopMoviesCB->SetValue(fSettings.loopMovie); in AdoptSettings() 284 fLoopSoundsCB->SetValue(fSettings.loopSound); in AdoptSettings() 286 fUseOverlaysCB->SetValue(fSettings.useOverlays); in AdoptSettings() 287 fScaleBilinearCB->SetValue(fSettings.scaleBilinear); in AdoptSettings() 288 fScaleFullscreenControlsCB->SetValue(fSettings.scaleFullscreenControls); in AdoptSettings() 290 fResumeOP->SetValue(fSettings.resume); in AdoptSettings() 291 fSubtitleSizeOP->SetValue(fSettings.subtitleSize); in AdoptSettings() [all …]
|
/haiku/src/apps/icon-o-matic/generic/property/ |
H A D | Property.h | 37 virtual bool SetValue(const char* value) = 0; 38 virtual bool SetValue(const Property* other) = 0; 77 virtual bool SetValue(const char* value); 78 virtual bool SetValue(const Property* other); 85 bool SetValue(int32 value); 120 virtual bool SetValue(const char* value); 121 virtual bool SetValue(const Property* other); 128 bool SetValue(float value); 161 virtual bool SetValue(const char* value); 162 virtual bool SetValue(const Property* other); [all …]
|
H A D | Property.cpp | 174 IntProperty::SetValue(const char* value) in SetValue() function in IntProperty 176 return SetValue(atoi(value)); in SetValue() 181 IntProperty::SetValue(const Property* other) in SetValue() function in IntProperty 185 return SetValue(i->Value()); in SetValue() 203 return SetValue(fValue + (int32)((float)(i->Value() in InterpolateTo() 211 IntProperty::SetValue(int32 value) in SetValue() function in IntProperty 309 FloatProperty::SetValue(const char* value) in SetValue() function in FloatProperty 311 return SetValue(atof(value)); in SetValue() 316 FloatProperty::SetValue(const Property* other) in SetValue() function in FloatProperty 320 return SetValue(f->Value()); in SetValue() [all …]
|
H A D | PropertyObject.h | 48 bool SetValue(uint32 propertyID, 55 bool SetValue(uint32 propertyID, 60 bool SetValue(uint32 propertyID, 65 bool SetValue(uint32 propertyID, 70 bool SetValue(uint32 propertyID,
|
H A D | PropertyObject.cpp | 92 if (p->SetValue(value)) in Unarchive() 258 PropertyObject::SetValue(uint32 propertyID, const char* value) in SetValue() function in PropertyObject 261 if (p->SetValue(value)) { in SetValue() 284 PropertyObject::SetValue(uint32 propertyID, int32 value) in SetValue() function in PropertyObject 287 if (p && p->SetValue(value)) { in SetValue() 307 PropertyObject::SetValue(uint32 propertyID, int64 value) in SetValue() function in PropertyObject 310 if (p && p->SetValue(value)) { in SetValue() 330 PropertyObject::SetValue(uint32 propertyID, float value) in SetValue() function in PropertyObject 333 if (p && p->SetValue(value)) { in SetValue() 353 PropertyObject::SetValue(uint32 propertyID, bool value) in SetValue() function in PropertyObject [all …]
|
/haiku/src/apps/deskbar/ |
H A D | PreferencesWindow.cpp | 100 fMenuRecentDocuments->SetValue(fSettings.recentDocsEnabled); in PreferencesWindow() 103 fMenuRecentDocumentCount->SetValue(fSettings.recentDocsCount); in PreferencesWindow() 105 fMenuRecentApplications->SetValue(fSettings.recentAppsEnabled); in PreferencesWindow() 108 fMenuRecentApplicationCount->SetValue(fSettings.recentAppsCount); in PreferencesWindow() 110 fMenuRecentFolders->SetValue(fSettings.recentFoldersEnabled); in PreferencesWindow() 113 fMenuRecentFolderCount->SetValue(fSettings.recentFoldersCount); in PreferencesWindow() 116 fAppsSort->SetValue(fSettings.sortRunningApps); in PreferencesWindow() 117 fAppsSortTrackerFirst->SetValue(fSettings.trackerAlwaysFirst); in PreferencesWindow() 118 fAppsShowExpanders->SetValue(fSettings.superExpando); in PreferencesWindow() 119 fAppsExpandNew->SetValue(fSettings.expandNewTeams); in PreferencesWindow() [all …]
|
/haiku/src/apps/pulse/ |
H A D | ConfigView.cpp | 42 RTColorControl::SetValue(int32 color) in SetValue() function in RTColorControl 44 BColorControl::SetValue(color); in SetValue() 90 fColorControl->SetValue(fPrefs->normal_bar_color); in ConfigView() 91 fFadeCheckBox->SetValue(fPrefs->normal_fade_colors); in ConfigView() 98 fActiveButton->SetValue(B_CONTROL_ON); in ConfigView() 113 fColorControl->SetValue(fPrefs->mini_active_color); in ConfigView() 119 fActiveButton->SetValue(B_CONTROL_ON); in ConfigView() 157 fColorControl->SetValue(fPrefs->deskbar_active_color); in ConfigView() 244 fColorControl->SetValue(fPrefs->mini_active_color); in MessageReceived() 247 fColorControl->SetValue(fPrefs->mini_idle_color); in MessageReceived() [all …]
|
/haiku/src/apps/icon-o-matic/generic/property/specific_properties/ |
H A D | Int64Property.cpp | 45 Int64Property::SetValue(const char* value) in SetValue() function in Int64Property 48 return SetValue(atoll(value)); in SetValue() 53 Int64Property::SetValue(const Property* other) in SetValue() function in Int64Property 57 return SetValue(intOther->Value()); in SetValue() 75 return SetValue(fValue + (int64)((double)(intOther->Value() in InterpolateTo() 83 Int64Property::SetValue(int64 value) in SetValue() function in Int64Property
|
/haiku/src/preferences/bluetooth/ |
H A D | ExtendedLocalDeviceView.cpp | 76 fDiscoverable->SetValue(true); in SetLocalDevice() 78 fVisible->SetValue(true); in SetLocalDevice() 80 fDiscoverable->SetValue(true); in SetLocalDevice() 81 fVisible->SetValue(true); in SetLocalDevice() 86 fAuthentication->SetValue(true); in SetLocalDevice() 164 fVisible->SetValue(false); in ClearDevice() 165 fAuthentication->SetValue(false); in ClearDevice() 166 fDiscoverable->SetValue(false); in ClearDevice()
|
H A D | BluetoothSettings.cpp | 84 fSettingsMessage.SetValue("DeviceClass", B_RAW_TYPE, in SaveSettings() 86 fSettingsMessage.SetValue("BDAddress", B_RAW_TYPE, &fCurrentSettings.pickeddevice, in SaveSettings() 88 fSettingsMessage.SetValue("Policy", fCurrentSettings.policy); in SaveSettings() 89 fSettingsMessage.SetValue("InquiryTime", fCurrentSettings.inquirytime); in SaveSettings()
|
/haiku/src/preferences/input/ |
H A D | InputKeyboard.cpp | 61 slider->SetValue(fSettings.KeyboardRepeatRate()); in InputKeyboard() 65 slider->SetValue(fSettings.KeyboardRepeatDelay()); in InputKeyboard() 83 slider->SetValue(fSettings.KeyboardRepeatRate()); in MessageReceived() 87 slider->SetValue(fSettings.KeyboardRepeatDelay()); in MessageReceived() 100 slider->SetValue(fSettings.KeyboardRepeatRate()); in MessageReceived() 104 slider->SetValue(fSettings.KeyboardRepeatDelay()); in MessageReceived() 145 slider->SetValue(delay); in MessageReceived()
|
/haiku/src/apps/webpositive/ |
H A D | SettingsWindow.cpp | 380 fDaysInHistory->SetValue( in _CreateGeneralPage() 386 fShowTabsIfOnlyOnePage->SetValue(B_CONTROL_ON); in _CreateGeneralPage() 391 fAutoHideInterfaceInFullscreenMode->SetValue(B_CONTROL_OFF); in _CreateGeneralPage() 396 fAutoHidePointer->SetValue(B_CONTROL_OFF); in _CreateGeneralPage() 401 fShowHomeButton->SetValue(B_CONTROL_ON); in _CreateGeneralPage() 506 fUseProxyCheckBox->SetValue(B_CONTROL_ON); in _CreateProxyPage() 527 fUseProxyAuthCheckBox->SetValue(B_CONTROL_ON); in _CreateProxyPage() 681 fSettings->SetValue(kSettingsKeyStartPageURL, fStartPageControl->Text()); in _ApplySettings() 682 fSettings->SetValue(kSettingsKeySearchPageURL, fSearchPageControl->Text()); in _ApplySettings() 683 fSettings->SetValue(kSettingsKeyDownloadPath, fDownloadFolderControl->Text()); in _ApplySettings() [all …]
|
/haiku/src/apps/poorman/ |
H A D | PoorManLoggingView.h | 24 fLogConsole->SetValue(B_CONTROL_ON); in SetLogConsoleValue() 26 fLogConsole->SetValue(B_CONTROL_OFF); in SetLogConsoleValue() 37 fLogFile->SetValue(B_CONTROL_ON); in SetLogFileValue() 39 fLogFile->SetValue(B_CONTROL_OFF); in SetLogFileValue()
|
/haiku/src/preferences/time/ |
H A D | ClockView.cpp | 121 fShowSeconds->SetValue(fCachedShowSeconds); in MessageReceived() 128 fShowDayOfWeek->SetValue(fCachedShowDayOfWeek); in MessageReceived() 135 fShowTimeZone->SetValue(fCachedShowTimeZone); in MessageReceived() 142 fShowClock->SetValue(fCachedShowClock); in MessageReceived() 156 fShowClock->SetValue(showClock ? B_CONTROL_ON : B_CONTROL_OFF); in MessageReceived() 208 fShowClock->SetValue(fCachedShowClock); in _Revert() 213 fShowSeconds->SetValue(fCachedShowSeconds); in _Revert() 218 fShowDayOfWeek->SetValue(fCachedShowDayOfWeek); in _Revert() 223 fShowTimeZone->SetValue(fCachedShowTimeZone); in _Revert()
|
/haiku/src/kits/tracker/ |
H A D | TrackerSettings.cpp | 292 gTrackerState.fShowDisksIcon->SetValue(enabled); in SetShowDisksIcon() 306 gTrackerState.fDesktopFilePanelRoot->SetValue(enabled); in SetDesktopFilePanelRoot() 320 gTrackerState.fMountVolumesOntoDesktop->SetValue(enabled); in SetMountVolumesOntoDesktop() 334 gTrackerState.fMountSharedVolumesOntoDesktop->SetValue(enabled); in SetMountSharedVolumesOntoDesktop() 348 gTrackerState.fEjectWhenUnmounting->SetValue(enabled); in SetEjectWhenUnmounting() 362 gTrackerState.fShowVolumeSpaceBar->SetValue(enabled); in SetShowVolumeSpaceBar() 418 gTrackerState.fShowFullPathInTitleBar->SetValue(enabled); in SetShowFullPathInTitleBar() 432 gTrackerState.fSortFolderNamesFirst->SetValue(enabled); in SetSortFolderNamesFirst() 448 gTrackerState.fHideDotFiles->SetValue(hide); in SetHideDotFiles() 462 gTrackerState.fTypeAheadFiltering->SetValue(enabled); in SetTypeAheadFiltering() [all …]
|
H A D | AutoMounterSettings.cpp | 299 fAutoMountAllCheck->SetValue(B_CONTROL_ON); in _ParseSettings() 301 fAutoMountAllBFSCheck->SetValue(B_CONTROL_ON); in _ParseSettings() 303 fScanningDisabledCheck->SetValue(B_CONTROL_ON); in _ParseSettings() 306 fScanningDisabledCheck->SetValue(B_CONTROL_ON); in _ParseSettings() 309 fInitialMountAllCheck->SetValue(B_CONTROL_ON); in _ParseSettings() 312 fInitialMountRestoreCheck->SetValue(B_CONTROL_ON); in _ParseSettings() 315 fInitialMountAllBFSCheck->SetValue(B_CONTROL_ON); in _ParseSettings() 317 fInitialDontMountCheck->SetValue(B_CONTROL_ON); in _ParseSettings() 320 fEjectWhenUnmountingCheckBox->SetValue(B_CONTROL_ON); in _ParseSettings()
|
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/ |
H A D | FloatValueView.cpp | 29 fTextView->SetValue(fProperty->Value()); in FloatValueView() 49 fProperty->SetValue(fTextView->FloatValue()); in ValueChanged() 50 fTextView->SetValue(fProperty->Value()); in ValueChanged() 62 fTextView->SetValue(p->Value()); in AdoptProperty()
|
H A D | IntValueView.cpp | 29 fTextView->SetValue(fProperty->Value()); in IntValueView() 49 fProperty->SetValue(fTextView->IntValue()); in ValueChanged() 50 fTextView->SetValue(fProperty->Value()); in ValueChanged() 62 fTextView->SetValue(p->Value()); in AdoptProperty()
|
H A D | StringValueView.cpp | 28 fTextView->SetValue(fProperty->Value()); in StringValueView() 48 fProperty->SetValue(fTextView->Value()); in ValueChanged() 49 fTextView->SetValue(fProperty->Value()); in ValueChanged() 61 fTextView->SetValue(p->Value()); in AdoptProperty()
|
H A D | Int64ValueView.cpp | 30 fTextView->SetValue((int32)fProperty->Value()); in Int64ValueView() 50 fProperty->SetValue(fTextView->IntValue()); in ValueChanged() 52 fTextView->SetValue((int32)fProperty->Value()); in ValueChanged() 65 fTextView->SetValue((int32)p->Value()); in AdoptProperty()
|
/haiku/src/kits/interface/ |
H A D | Spinner.cpp | 157 SetValue(Value()); in AttachedToWindow() 166 SetValue(Value() - 1); in Decrement() 173 SetValue(Value() + 1); in Increment() 194 SetValue(Value()); in SetMinValue() 202 SetValue(Value()); in SetMaxValue() 223 BSpinner::SetValue(int32 value) in SetValue() function in BSpinner 243 BControl::SetValue(value); in SetValue() 256 SetValue(atol(TextView()->Text())); in SetValueFromText()
|
H A D | DecimalSpinner.cpp | 215 SetValue(fValue); in AttachedToWindow() 224 SetValue(Value() - Step()); in Decrement() 231 SetValue(Value() + Step()); in Increment() 252 SetValue(Value()); in SetMinValue() 260 SetValue(Value()); in SetMaxValue() 281 BDecimalSpinner::SetValue(int32 value) in SetValue() function in BDecimalSpinner 283 SetValue((double)value); in SetValue() 288 BDecimalSpinner::SetValue(double value) in SetValue() function in BDecimalSpinner 323 SetValue(roundTo(atof(TextView()->Text()), Precision())); in SetValueFromText()
|
/haiku/src/kits/shared/ |
H A D | SettingsMessage.cpp | 117 SettingsMessage::SetValue(const char* name, bool value) in SetValue() function in SettingsMessage 129 SettingsMessage::SetValue(const char* name, int8 value) in SetValue() function in SettingsMessage 141 SettingsMessage::SetValue(const char* name, int16 value) in SetValue() function in SettingsMessage 153 SettingsMessage::SetValue(const char* name, uint16 value) in SetValue() function in SettingsMessage 165 SettingsMessage::SetValue(const char* name, int32 value) in SetValue() function in SettingsMessage 177 SettingsMessage::SetValue(const char* name, uint32 value) in SetValue() function in SettingsMessage 194 SettingsMessage::SetValue(const char* name, int64 value) in SetValue() function in SettingsMessage 206 SettingsMessage::SetValue(const char* name, uint64 value) in SetValue() function in SettingsMessage 218 SettingsMessage::SetValue(const char* name, float value) in SetValue() function in SettingsMessage 230 SettingsMessage::SetValue(const char* name, double value) in SetValue() function in SettingsMessage [all …]
|