Searched refs:FloatValueFormatter (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/debugger/value/value_formatters/
H A DFloatValueFormatter.cpp6 #include "FloatValueFormatter.h"
17 FloatValueFormatter::FloatValueFormatter() function in class:FloatValueFormatter
24 FloatValueFormatter::~FloatValueFormatter()
30 FloatValueFormatter::FormatValue(Value* _value, BString& _output)
58 FloatValueFormatter::SupportsValidation() const
65 FloatValueFormatter::ValidateFormattedValue(const BString& input,
74 FloatValueFormatter::GetValueFromFormattedInput(const BString& input,
82 FloatValueFormatter
[all...]
/haiku/headers/private/debugger/value/value_formatters/
H A DFloatValueFormatter.h16 class FloatValueFormatter : public ValueFormatter { class in inherits:ValueFormatter
18 FloatValueFormatter();
19 virtual ~FloatValueFormatter();
/haiku/src/apps/debugger/user_interface/gui/value/value_handlers/
H A DFloatValueHandler.cpp12 #include "FloatValueFormatter.h"
48 FloatValueFormatter* formatter = new(std::nothrow) FloatValueFormatter;

Completed in 61 milliseconds