Searched refs:Value (Results 201 - 225 of 506) sorted by relevance

1234567891011>>

/haiku/src/kits/package/
H A DPackageInfoStringBuilder.h44 template<typename Value>
45 StringBuilder& Write(const char* attribute, Value value)
126 template<typename Value>
127 void _WriteValue(const BObjectList<Value>& value)
145 template<typename Value>
146 void _WriteListElement(const Value* value)
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp237 int32 oldValue = Value();
240 if (oldValue != Value()) {
242 _TimeToString(kTimeInUnits[Value()] * 1000000LL, label);
263 return 1000000LL * kTimeInUnits[Value()];
444 if (fRunSlider->Value() > fTurnOffSlider->Value())
445 fTurnOffSlider->SetValue(fRunSlider->Value());
447 if (fRunSlider->Value() > fPasswordSlider->Value())
448 fPasswordSlider->SetValue(fRunSlider->Value());
[all...]
/haiku/src/apps/webpositive/
H A DSettingsWindow.cpp181 int32 size = fStandardSizesSpinner->Value();
190 int32 size = fFixedSizesSpinner->Value();
594 canApply = canApply || ((fShowTabsIfOnlyOnePage->Value() == B_CONTROL_ON)
598 (fAutoHideInterfaceInFullscreenMode->Value() == B_CONTROL_ON)
603 (fAutoHidePointer->Value() == B_CONTROL_ON)
606 canApply = canApply || ((fShowHomeButton->Value() == B_CONTROL_ON)
609 canApply = canApply || (fDaysInHistory->Value()
640 canApply = canApply || (fStandardSizesSpinner->Value()
643 canApply = canApply || (fFixedSizesSpinner->Value()
647 canApply = canApply || ((fUseProxyCheckBox->Value()
[all...]
/haiku/src/kits/interface/
H A DDecimalSpinner.cpp96 "Value",
104 "Value",
224 SetValue(Value() - Step());
231 SetValue(Value() + Step());
241 SetIncrementEnabled(enable && Value() < fMaxValue);
242 SetDecrementEnabled(enable && Value() > fMinValue);
252 SetValue(Value());
260 SetValue(Value());
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutids.c229 AcpiExEisaIdToString (Hid->String, ObjDesc->Integer.Value);
317 AcpiExIntegerToString (Uid->String, ObjDesc->Integer.Value);
462 NextIdString, CidObjects[i]->Integer.Value);
547 ClassCode[0] = (UINT8) ClsObjects[0]->Integer.Value;
551 ClassCode[1] = (UINT8) ClsObjects[1]->Integer.Value;
555 ClassCode[2] = (UINT8) ClsObjects[2]->Integer.Value;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacpiosxf.h480 UINT32 *Value,
488 UINT32 Value,
500 UINT64 *Value,
508 UINT64 Value,
523 UINT64 *Value,
532 UINT64 Value,
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddswexec.c282 if (LocalObjDesc->Integer.Value)
284 WalkState->ControlState->Common.Value = TRUE;
292 WalkState->ControlState->Common.Value = FALSE;
305 WalkState->ControlState->Common.Value, WalkState->Op));
527 FirstArg = Op->Common.Value.Arg;
606 (WalkState->Operands[0]->Reference.Value ==
607 WalkState->Operands[1]->Reference.Value))
660 Op->Asl.Value.Arg->Asl.Node;
661 AcpiUtAddReference (Op->Asl.Value.Arg->Asl.Node->Object);
669 * (AML_METHODCALL) Op->Asl.Value
[all...]
/haiku/src/apps/fontdemo/
H A DControlView.cpp176 static_cast<int>(fFontsizeSlider->Value()));
180 msg.AddFloat("_size", static_cast<float>(fFontsizeSlider->Value()));
189 static_cast<int>(fShearSlider->Value()));
193 msg.AddFloat("_shear", static_cast<float>(fShearSlider->Value()));
202 static_cast<int>(fRotationSlider->Value()));
206 msg.AddFloat("_rotation", static_cast<float>(fRotationSlider->Value()));
215 (int)fSpacingSlider->Value());
219 msg.AddFloat("_spacing", static_cast<float>(fSpacingSlider->Value()));
227 msg.AddBool("_aliased", static_cast<bool>(fAliasingCheckBox->Value()));
229 if (static_cast<bool>(fAliasingCheckBox->Value())
[all...]
/haiku/src/apps/icon-o-matic/generic/property/
H A DProperty.cpp185 return SetValue(i->Value());
203 return SetValue(fValue + (int32)((float)(i->Value()
320 return SetValue(f->Value());
338 return SetValue(fValue + (f->Value() - fValue) * scale);
439 return SetValue(u->Value());
457 return SetValue(fValue + (uint8)((float)(u->Value()
561 return SetValue(b->Value());
583 return SetValue(b->Value());
683 return SetValue(s->Value());
H A DProperty.h87 inline int32 Value() const function in class:IntProperty
130 inline float Value() const function in class:FloatProperty
171 inline uint8 Value() const function in class:UInt8Property
206 inline bool Value() const function in class:BoolProperty
236 inline const char* Value() const function in class:StringProperty
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorSlider.cpp115 message->AddFloat("value", 1.0 - (float)Value() / 255);
119 message->AddFloat("value", (1.0 - (float)Value() / 255) * 6);
124 message->AddFloat("value", 1.0 - (float)Value() / 255);
185 float offset = Value() * (r.Height() - 10) / 255.0;
197 float x = bounds.left - 2 + (255 - Value()) * bounds.Width() / 255.0;
263 if (value != Value()) {
283 R = 255 - Value();
290 G = 255 - Value();
297 B = 255 - Value();
301 h = (1.0 - (float)Value()/255.
[all...]
/haiku/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilterConfig.cpp125 fSubjectHintCheckBox->Value() == B_CONTROL_ON);
129 fAutoTrainingCheckBox->Value() == B_CONTROL_ON);
133 fNoWordsMeansSpamCheckBox->Value() == B_CONTROL_ON);
/haiku/src/apps/debugger/user_interface/gui/value/value_handlers/
H A DEnumerationValueHandler.cpp37 EnumerationValueHandler::SupportsValue(Value* value)
44 EnumerationValueHandler::GetValueFormatter(Value* _value,
69 EnumerationValueHandler::GetTableCellValueEditor(Value* _value,
/haiku/src/apps/debugger/user_interface/gui/value/
H A DValueHandlerRoster.cpp19 #include "Value.h"
120 ValueHandlerRoster::FindValueHandler(Value* value, ValueHandler*& _handler)
146 ValueHandlerRoster::GetValueFormatter(Value* value,
162 ValueHandlerRoster::GetTableCellValueRenderer(Value* value,
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.h30 class Value;
139 Value* value);
179 Value* newValue) = 0;
/haiku/src/apps/codycam/
H A DSettings.cpp58 StringValueSetting::Value() const function in class:StringValueSetting
179 ScalarValueSetting::Value() const
237 BooleanValueSetting::Value() const function in class:BooleanValueSetting
/haiku/src/kits/tracker/
H A DSettings.cpp79 StringValueSetting::Value() const function in class:StringValueSetting
201 ScalarValueSetting::Value() const
285 BooleanValueSetting::Value() const function in class:BooleanValueSetting
/haiku/src/libs/icon/transformer/
H A DContourTransformer.cpp191 float w = object->Value(PROPERTY_WIDTH, (float)width());
198 bool ado = object->Value(PROPERTY_DETECT_ORIENTATION,
214 float l = object->Value(PROPERTY_MITER_LIMIT, (float)miter_limit());
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devmisc.c209 * NotifyValue - Value from the Notify() request
285 Info->Notify.Value = (UINT16) NotifyValue;
291 "Dispatching Notify on [%4.4s] (%s) Value 0x%2.2X (%s) Node %p\n",
335 Info->Notify.Value,
345 Info->Notify.Value,
/haiku/src/bin/desklink/
H A DVolumeControl.cpp222 int32 oldValue = Value();
279 int32 currentValue = Value();
334 if (fBeep && fOriginalValue != Value() && message == NULL) {
336 fOriginalValue = Value();
339 fMixerControl->SetVolume(Value());
376 fText.SetToFormat(B_TRANSLATE("%" B_PRId32 " dB"), Value());
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DBoolValueView.cpp57 if (fProperty && fProperty->Value()) {
129 fProperty->SetValue(!fProperty->Value());
/haiku/src/libs/alm/
H A DSharedSolver.cpp41 solver->SetMinSize(layout, BSize(ceilf(layout->Right()->Value()),
42 ceilf(layout->Bottom()->Value())));
61 solver->SetMaxSize(layout, BSize(floorf(layout->Right()->Value()),
62 floorf(layout->Bottom()->Value())));
77 float width = layout->Right()->Value() - layout->Left()->Value();
78 float height = layout->Bottom()->Value() - layout->Top()->Value();
/haiku/src/libs/linprog/
H A DVariable.cpp63 Variable::Value() const function in class:Variable
180 string << Value();
/haiku/src/kits/debugger/value/value_nodes/
H A DAddressValueNode.cpp52 ValueLocation*& _location, Value*& _value)
79 Value* value = new(std::nothrow) AddressValue(valueData);
/haiku/src/apps/mediaplayer/interface/
H A DSymbolButton.cpp52 if (Value() == B_CONTROL_ON)
57 if (Value() == B_CONTROL_ON)

Completed in 209 milliseconds

1234567891011>>