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

1234567891011>>

/haiku-fatelf/src/apps/poorman/
H A DPoorManAdvancedView.cpp59 fMaxConnections->SetValue(32);
61 fMaxConnections->SetValue(num);
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/
H A DStringTextView.h33 void SetValue(const char* string);
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-fatelf/src/kits/tracker/
H A DTrackerSettings.cpp247 gTrackerState.fShowDisksIcon->SetValue(enabled);
261 gTrackerState.fDesktopFilePanelRoot->SetValue(enabled);
275 gTrackerState.fMountVolumesOntoDesktop->SetValue(enabled);
289 gTrackerState.fMountSharedVolumesOntoDesktop->SetValue(enabled);
303 gTrackerState.fEjectWhenUnmounting->SetValue(enabled);
317 gTrackerState.fShowVolumeSpaceBar->SetValue(enabled);
373 gTrackerState.fShowFullPathInTitleBar->SetValue(enabled);
387 gTrackerState.fSortFolderNamesFirst->SetValue(enabled);
403 gTrackerState.fHideDotFiles->SetValue(hide);
417 gTrackerState.fTypeAheadFiltering->SetValue(enable
[all...]
H A DAutoMounterSettings.cpp196 fAutoMountAllCheck->SetValue(B_CONTROL_ON);
198 fAutoMountAllBFSCheck->SetValue(B_CONTROL_ON);
200 fScanningDisabledCheck->SetValue(B_CONTROL_ON);
203 fScanningDisabledCheck->SetValue(B_CONTROL_ON);
206 fInitialMountAllCheck->SetValue(B_CONTROL_ON);
209 fInitialMountRestoreCheck->SetValue(B_CONTROL_ON);
212 fInitialMountAllBFSCheck->SetValue(B_CONTROL_ON);
214 fInitialDontMountCheck->SetValue(B_CONTROL_ON);
217 fEjectWhenUnmountingCheckBox->SetValue(B_CONTROL_ON);
H A DSettingsViews.cpp238 fMountVolumesOntoDesktopRadioButton->SetValue(
270 fShowDisksIconRadioButton->SetValue(
375 fShowDisksIconRadioButton->SetValue(settings.ShowDisksIcon());
376 fMountVolumesOntoDesktopRadioButton->SetValue(
379 fMountSharedVolumesOntoDesktopCheckBox->SetValue(
669 fShowFullPathInTitleBarCheckBox->SetValue(
671 fSingleWindowBrowseCheckBox->SetValue(settings.SingleWindowBrowse());
673 fShowNavigatorCheckBox->SetValue(settings.ShowNavigator());
674 fOutlineSelectionCheckBox->SetValue(settings.TransparentSelection()
676 fSortFolderNamesFirstCheckBox->SetValue(setting
[all...]
/haiku-fatelf/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-fatelf/src/preferences/keyboard/
H A DKeyboardWindow.cpp65 slider->SetValue(fSettings.KeyboardRepeatRate());
69 slider->SetValue(fSettings.KeyboardRepeatDelay());
114 slider->SetValue(fSettings.KeyboardRepeatRate());
118 slider->SetValue(fSettings.KeyboardRepeatDelay());
131 slider->SetValue(fSettings.KeyboardRepeatRate());
135 slider->SetValue(fSettings.KeyboardRepeatDelay());
176 slider->SetValue(delay);
/haiku-fatelf/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-fatelf/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-fatelf/src/kits/interface/
H A DPictureButton.cpp244 SetValue(B_CONTROL_ON);
246 SetValue(B_CONTROL_OFF);
249 SetValue(B_CONTROL_OFF);
251 SetValue(B_CONTROL_ON);
274 SetValue(B_CONTROL_ON);
277 SetValue(B_CONTROL_OFF);
279 SetValue(B_CONTROL_ON);
293 SetValue(B_CONTROL_OFF);
309 SetValue(B_CONTROL_OFF);
311 SetValue(B_CONTROL_O
395 BPictureButton::SetValue(int32 value) function in class:BPictureButton
[all...]
/haiku-fatelf/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-fatelf/src/apps/deskbar/
H A DPreferencesWindow.cpp120 fMenuRecentDocuments->SetValue(settings->recentDocsEnabled);
123 fMenuRecentApplications->SetValue(settings->recentAppsEnabled);
126 fMenuRecentFolders->SetValue(settings->recentFoldersEnabled);
142 fAppsSort->SetValue(settings->sortRunningApps);
143 fAppsSortTrackerFirst->SetValue(settings->trackerAlwaysFirst);
144 fAppsShowExpanders->SetValue(settings->superExpando);
145 fAppsExpandNew->SetValue(settings->expandNewTeams);
146 fAppsHideLabels->SetValue(settings->hideLabels);
147 fAppsIconSizeSlider->SetValue(settings->iconSize / kIconSizeInterval);
150 fWindowAlwaysOnTop->SetValue(setting
[all...]
/haiku-fatelf/src/apps/devices/
H A DPropertyList.h33 void SetValue(const char* value);
/haiku-fatelf/src/apps/webpositive/support/
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, int32 value) function in class:SettingsMessage
165 SettingsMessage::SetValue(const char* name, uint32 value) function in class:SettingsMessage
177 SettingsMessage::SetValue(const char* name, int64 value) function in class:SettingsMessage
189 SettingsMessage::SetValue(const char* name, float value) function in class:SettingsMessage
201 SettingsMessage::SetValue(const char* name, double value) function in class:SettingsMessage
213 SettingsMessage::SetValue(const char* name, const char* value) function in class:SettingsMessage
225 SettingsMessage::SetValue(cons function in class:SettingsMessage
237 SettingsMessage::SetValue(const char* name, const BPoint& value) function in class:SettingsMessage
249 SettingsMessage::SetValue(const char* name, const BRect& value) function in class:SettingsMessage
261 SettingsMessage::SetValue(const char* name, const entry_ref& value) function in class:SettingsMessage
273 SettingsMessage::SetValue(const char* name, const BMessage& value) function in class:SettingsMessage
285 SettingsMessage::SetValue(const char* name, const BFlattenable* value) function in class:SettingsMessage
297 SettingsMessage::SetValue(const char* name, const BFont& value) function in class:SettingsMessage
[all...]
/haiku-fatelf/src/tests/add-ons/print/ppd/model/
H A DValue.h39 void SetValue(BString* value);
/haiku-fatelf/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-fatelf/src/preferences/screen/
H A DRefreshSlider.cpp77 SetValue(Value() - 1);
84 SetValue(Value() + 1);
/haiku-fatelf/src/apps/terminal/
H A DFindWindow.cpp74 useSelection->SetValue(B_CONTROL_ON);
76 fTextRadio->SetValue(B_CONTROL_ON);
79 fForwardSearchBox->SetValue(B_CONTROL_ON);
82 fMatchCaseBox->SetValue(B_CONTROL_ON);
85 fMatchWordBox->SetValue(B_CONTROL_ON);
/haiku-fatelf/src/tests/kits/midi/patchbay/
H A DPatchRow.cpp116 box->SetValue(1);
127 box->SetValue(0);
172 SetValue(inverseValue);
187 SetValue(inverseValue);
190 SetValue(inverseValue);
/haiku-fatelf/src/apps/expander/
H A DExpanderPreferences.cpp170 fAutoExpand->SetValue(B_CONTROL_ON);
174 fCloseWindow->SetValue(B_CONTROL_ON);
179 fSameDest->SetValue(B_CONTROL_ON);
182 fDestUse->SetValue(B_CONTROL_ON);
187 fLeaveDest->SetValue(B_CONTROL_ON);
203 fOpenDest->SetValue(B_CONTROL_ON);
208 fAutoShow->SetValue(B_CONTROL_ON);
/haiku-fatelf/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());

Completed in 234 milliseconds

1234567891011>>