Searched refs:SetValue (Results 26 - 50 of 286) sorted by relevance

1234567891011>>

/haiku/src/apps/deskbar/
H A DPreferencesWindow.cpp100 fMenuRecentDocuments->SetValue(fSettings.recentDocsEnabled);
103 fMenuRecentDocumentCount->SetValue(fSettings.recentDocsCount);
105 fMenuRecentApplications->SetValue(fSettings.recentAppsEnabled);
108 fMenuRecentApplicationCount->SetValue(fSettings.recentAppsCount);
110 fMenuRecentFolders->SetValue(fSettings.recentFoldersEnabled);
113 fMenuRecentFolderCount->SetValue(fSettings.recentFoldersCount);
116 fAppsSort->SetValue(fSettings.sortRunningApps);
117 fAppsSortTrackerFirst->SetValue(fSettings.trackerAlwaysFirst);
118 fAppsShowExpanders->SetValue(fSettings.superExpando);
119 fAppsExpandNew->SetValue(fSetting
[all...]
/haiku/src/kits/tracker/
H A DTrackerSettings.cpp292 gTrackerState.fShowDisksIcon->SetValue(enabled);
306 gTrackerState.fDesktopFilePanelRoot->SetValue(enabled);
320 gTrackerState.fMountVolumesOntoDesktop->SetValue(enabled);
334 gTrackerState.fMountSharedVolumesOntoDesktop->SetValue(enabled);
348 gTrackerState.fEjectWhenUnmounting->SetValue(enabled);
362 gTrackerState.fShowVolumeSpaceBar->SetValue(enabled);
418 gTrackerState.fShowFullPathInTitleBar->SetValue(enabled);
432 gTrackerState.fSortFolderNamesFirst->SetValue(enabled);
448 gTrackerState.fHideDotFiles->SetValue(hide);
462 gTrackerState.fTypeAheadFiltering->SetValue(enable
[all...]
H A DAutoMounterSettings.cpp299 fAutoMountAllCheck->SetValue(B_CONTROL_ON);
301 fAutoMountAllBFSCheck->SetValue(B_CONTROL_ON);
303 fScanningDisabledCheck->SetValue(B_CONTROL_ON);
306 fScanningDisabledCheck->SetValue(B_CONTROL_ON);
309 fInitialMountAllCheck->SetValue(B_CONTROL_ON);
312 fInitialMountRestoreCheck->SetValue(B_CONTROL_ON);
315 fInitialMountAllBFSCheck->SetValue(B_CONTROL_ON);
317 fInitialDontMountCheck->SetValue(B_CONTROL_ON);
320 fEjectWhenUnmountingCheckBox->SetValue(B_CONTROL_ON);
H A DSettingsViews.cpp227 fMountVolumesOntoDesktopRadioButton->SetValue(
260 fShowDisksIconRadioButton->SetValue(
366 fShowDisksIconRadioButton->SetValue(settings.ShowDisksIcon());
367 fMountVolumesOntoDesktopRadioButton->SetValue(
370 fMountSharedVolumesOntoDesktopCheckBox->SetValue(
735 fShowFullPathInTitleBarCheckBox->SetValue(
737 fSingleWindowBrowseCheckBox->SetValue(settings.SingleWindowBrowse());
739 fShowNavigatorCheckBox->SetValue(settings.ShowNavigator());
740 fOutlineSelectionCheckBox->SetValue(settings.TransparentSelection()
742 fSortFolderNamesFirstCheckBox->SetValue(setting
[all...]
/haiku/src/apps/icon-o-matic/generic/property/
H A DPropertyObject.cpp92 if (p->SetValue(value))
256 // SetValue
258 PropertyObject::SetValue(uint32 propertyID, const char* value) function in class:PropertyObject
261 if (p->SetValue(value)) {
282 // SetValue
284 PropertyObject::SetValue(uint32 propertyID, int32 value) function in class:PropertyObject
287 if (p && p->SetValue(value)) {
305 // SetValue
307 PropertyObject::SetValue(uint32 propertyID, int64 value) function in class:PropertyObject
310 if (p && p->SetValue(valu
330 PropertyObject::SetValue(uint32 propertyID, float value) function in class:PropertyObject
353 PropertyObject::SetValue(uint32 propertyID, bool value) function in class:PropertyObject
[all...]
/haiku/src/apps/mediaplayer/settings/
H A DSettingsWindow.cpp280 fAutostartCB->SetValue(fSettings.autostart);
281 fCloseWindowMoviesCB->SetValue(fSettings.closeWhenDonePlayingMovie);
282 fCloseWindowSoundsCB->SetValue(fSettings.closeWhenDonePlayingSound);
283 fLoopMoviesCB->SetValue(fSettings.loopMovie);
284 fLoopSoundsCB->SetValue(fSettings.loopSound);
286 fUseOverlaysCB->SetValue(fSettings.useOverlays);
287 fScaleBilinearCB->SetValue(fSettings.scaleBilinear);
288 fScaleFullscreenControlsCB->SetValue(fSettings.scaleFullscreenControls);
290 fResumeOP->SetValue(fSettings.resume);
291 fSubtitleSizeOP->SetValue(fSetting
[all...]
/haiku/src/apps/webpositive/
H A DSettingsWindow.cpp374 fDaysInHistory->SetValue(
380 fShowTabsIfOnlyOnePage->SetValue(B_CONTROL_ON);
385 fAutoHideInterfaceInFullscreenMode->SetValue(B_CONTROL_OFF);
390 fAutoHidePointer->SetValue(B_CONTROL_OFF);
395 fShowHomeButton->SetValue(B_CONTROL_ON);
500 fUseProxyCheckBox->SetValue(B_CONTROL_ON);
521 fUseProxyAuthCheckBox->SetValue(B_CONTROL_ON);
675 fSettings->SetValue(kSettingsKeyStartPageURL, fStartPageControl->Text());
676 fSettings->SetValue(kSettingsKeySearchPageURL, fSearchPageControl->Text());
677 fSettings->SetValue(kSettingsKeyDownloadPat
[all...]
/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DColorProperty.cpp92 // SetValue
94 ColorProperty::SetValue(const char* str) function in class:ColorProperty
125 return SetValue(value);
128 // SetValue
130 ColorProperty::SetValue(const Property* other) function in class:ColorProperty
134 return SetValue(c->Value());
160 return SetValue(a);
165 // SetValue
167 ColorProperty::SetValue(rgb_color color) function in class:ColorProperty
H A DIconProperty.h38 virtual bool SetValue(const char* value);
39 virtual bool SetValue(const Property* other);
H A DOptionProperty.h33 virtual bool SetValue(const char* value);
34 virtual bool SetValue(const Property* other);
/haiku/src/apps/soundrecorder/
H A DUpDownButton.cpp71 SetValue(Value() == B_CONTROL_ON ? B_CONTROL_OFF : B_CONTROL_ON);
94 SetValue(B_CONTROL_ON);
96 SetValue(B_CONTROL_OFF);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DTwoDimensionalSliderView.cpp36 SetValue(Value());
62 TwoDimensionalSliderView::SetValue(BPoint value) function in class:TwoDimensionalSliderView
118 SetValue(fOriginalLocation - fMinLocation + moved);
/haiku/src/kits/interface/
H A DPictureButton.cpp233 SetValue(B_CONTROL_ON);
235 SetValue(B_CONTROL_OFF);
238 SetValue(B_CONTROL_OFF);
240 SetValue(B_CONTROL_ON);
263 SetValue(B_CONTROL_ON);
266 SetValue(B_CONTROL_OFF);
268 SetValue(B_CONTROL_ON);
282 SetValue(B_CONTROL_OFF);
299 SetValue(B_CONTROL_OFF);
301 SetValue(B_CONTROL_O
385 BPictureButton::SetValue(int32 value) function in class:BPictureButton
[all...]
H A DDecimalSpinner.cpp215 SetValue(fValue);
224 SetValue(Value() - Step());
231 SetValue(Value() + Step());
252 SetValue(Value());
260 SetValue(Value());
281 BDecimalSpinner::SetValue(int32 value) function in class:BDecimalSpinner
283 SetValue((double)value);
288 BDecimalSpinner::SetValue(double value) function in class:BDecimalSpinner
323 SetValue(roundTo(atof(TextView()->Text()), Precision()));
/haiku/src/apps/icon-o-matic/generic/gui/
H A DNummericalTextView.cpp58 SetValue(fFloatValueCache);
60 SetValue(fIntValueCache);
87 // SetValue
89 NummericalTextView::SetValue(int32 value) function in class:NummericalTextView
103 // SetValue
105 NummericalTextView::SetValue(float value) function in class:NummericalTextView
/haiku/src/tests/add-ons/print/ppd/model/
H A DValue.h39 void SetValue(BString* value);
/haiku/src/tests/kits/game/chart/
H A DChartView.h43 virtual void SetValue(int32 color_value);
H A DChartView.cpp87 /* We overwrite SetValue to send a message to the target everytime
90 ChartColorControl::SetValue(int32 colorValue) function in class:ChartColorControl
94 BColorControl::SetValue(colorValue);
/haiku/src/apps/devices/
H A DPropertyList.h33 void SetValue(const char* value);
/haiku/src/preferences/screen/
H A DRefreshSlider.cpp77 SetValue(Value() - 1);
84 SetValue(Value() + 1);
/haiku/src/apps/terminal/
H A DFindWindow.cpp85 useSelection->SetValue(B_CONTROL_ON);
87 fTextRadio->SetValue(B_CONTROL_ON);
90 fForwardSearchBox->SetValue(B_CONTROL_ON);
93 fMatchCaseBox->SetValue(B_CONTROL_ON);
96 fMatchWordBox->SetValue(B_CONTROL_ON);
/haiku/src/apps/patchbay/
H A DPatchRow.cpp146 box->SetValue(1);
158 box->SetValue(0);
206 SetValue(inverseValue);
220 SetValue(inverseValue);
223 SetValue(inverseValue);
/haiku/src/kits/shared/
H A DSettingsMessage.cpp117 SettingsMessage::SetValue(const char* name, bool value) function in class:SettingsMessage
129 SettingsMessage::SetValue(const char* name, int8 value) function in class:SettingsMessage
141 SettingsMessage::SetValue(const char* name, int16 value) function in class:SettingsMessage
153 SettingsMessage::SetValue(const char* name, uint16 value) function in class:SettingsMessage
165 SettingsMessage::SetValue(const char* name, int32 value) function in class:SettingsMessage
177 SettingsMessage::SetValue(const char* name, uint32 value) function in class:SettingsMessage
194 SettingsMessage::SetValue(const char* name, int64 value) function in class:SettingsMessage
206 SettingsMessage::SetValue(const char* name, uint64 value) function in class:SettingsMessage
218 SettingsMessage::SetValue(const char* name, float value) function in class:SettingsMessage
230 SettingsMessage::SetValue(cons function in class:SettingsMessage
242 SettingsMessage::SetValue(const char* name, const char* value) function in class:SettingsMessage
254 SettingsMessage::SetValue(const char* name, const BString& value) function in class:SettingsMessage
266 SettingsMessage::SetValue(const char* name, const BPoint& value) function in class:SettingsMessage
278 SettingsMessage::SetValue(const char* name, const BRect& value) function in class:SettingsMessage
290 SettingsMessage::SetValue(const char* name, const entry_ref& value) function in class:SettingsMessage
302 SettingsMessage::SetValue(const char* name, const BMessage& value) function in class:SettingsMessage
314 SettingsMessage::SetValue(const char* name, const BFlattenable* value) function in class:SettingsMessage
326 SettingsMessage::SetValue(const char* name, type_code type, const void* data, function in class:SettingsMessage
339 SettingsMessage::SetValue(const char* name, const BFont& value) function in class:SettingsMessage
[all...]
/haiku/src/apps/showimage/
H A DPrintOptionsWindow.cpp113 button->SetValue(selected ? B_CONTROL_ON : B_CONTROL_OFF);
125 SetValue(text, value);
224 PrintOptionsWindow::SetValue(BTextControl* text, float value) function in class:PrintOptionsWindow
253 SetValue(fDPI, fCurrentOptions.DPI());
259 SetValue(fZoomFactor, 100 * fCurrentOptions.ZoomFactor());
265 SetValue(fHeight, fCurrentOptions.Height());
271 SetValue(fWidth, fCurrentOptions.Width());
/haiku/src/apps/expander/
H A DExpanderPreferences.cpp174 fAutoExpand->SetValue(B_CONTROL_ON);
179 fCloseWindow->SetValue(B_CONTROL_ON);
186 fSameDest->SetValue(B_CONTROL_ON);
190 fDestUse->SetValue(B_CONTROL_ON);
196 fLeaveDest->SetValue(B_CONTROL_ON);
212 fOpenDest->SetValue(B_CONTROL_ON);
218 fAutoShow->SetValue(B_CONTROL_ON);

Completed in 278 milliseconds

1234567891011>>