Home
last modified time | relevance | path

Searched refs:FloatValue (Results 1 – 10 of 10) sorted by relevance

/haiku/src/kits/debugger/value/values/
H A DFloatValue.cpp12 FloatValue::FloatValue(const BVariant& value) in FloatValue() function in FloatValue
19 FloatValue::~FloatValue() in ~FloatValue()
25 FloatValue::ToString(BString& _string) const in ToString()
54 FloatValue::ToVariant(BVariant& _value) const in ToVariant()
62 FloatValue::operator==(const Value& other) const in operator ==()
64 const FloatValue* otherFloat = dynamic_cast<const FloatValue*>(&other); in operator ==()
/haiku/src/apps/debugger/user_interface/gui/value/value_handlers/
H A DFloatValueHandler.cpp37 return dynamic_cast<FloatValue*>(value) != NULL ? 0.5f : 0; in SupportsValue()
45 if (dynamic_cast<FloatValue*>(value) == NULL) in GetValueFormatter()
61 if (dynamic_cast<FloatValue*>(value) == NULL) in GetTableCellValueRenderer()
85 FloatValue* value = dynamic_cast<FloatValue*>(_value); in GetTableCellValueEditor()
/haiku/headers/private/debugger/value/values/
H A DFloatValue.h12 class FloatValue : public Value {
14 FloatValue(const BVariant& value);
15 virtual ~FloatValue();
/haiku/src/kits/debugger/value/value_formatters/
H A DFloatValueFormatter.cpp32 FloatValue* value = dynamic_cast<FloatValue*>(_value); in FormatValue()
107 _output = new(std::nothrow) FloatValue(newValue); in _PerformValidation()
/haiku/src/apps/icon-o-matic/generic/gui/
H A DNummericalTextView.cpp47 copy.AddFloat("float value", FloatValue()); in Invoke()
97 FloatValue(); in SetValue()
113 FloatValue(); in SetValue()
129 NummericalTextView::FloatValue() const in FloatValue() function in NummericalTextView
H A DNummericalTextView.h36 float FloatValue() const;
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DFloatValueView.cpp49 fProperty->SetValue(fTextView->FloatValue()); in ValueChanged()
61 if (fTextView->FloatValue() != p->Value()) in AdoptProperty()
/haiku/src/kits/debugger/value/value_nodes/
H A DPrimitiveValueNode.cpp80 value = new(std::nothrow) FloatValue(valueData); in ResolvedLocationAndValue()
/haiku/src/kits/debugger/
H A DJamfile330 FloatValue.cpp
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp1470 outputValue = new(std::nothrow) FloatValue( in Evaluate()