Searched refs:ValueFormatter (Results 1 - 25 of 39) sorted by relevance

12

/haiku/src/kits/debugger/value/
H A DValueFormatter.cpp7 #include "ValueFormatter.h"
10 ValueFormatter::~ValueFormatter()
16 ValueFormatter::SupportsValidation() const
23 ValueFormatter::ValidateFormattedValue(const BString& input, type_code type)
31 ValueFormatter::GetValueFromFormattedInput(const BString& input,
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellFormattedValueEditor.h11 class ValueFormatter;
18 ValueFormatter* formatter);
22 ValueFormatter* GetValueFormatter() const
26 ValueFormatter* fValueFormatter;
H A DTableCellFormattedValueRenderer.h13 class ValueFormatter;
19 ValueFormatter* formatter);
24 ValueFormatter* GetValueFormatter() const
34 ValueFormatter* fValueFormatter;
H A DTableCellFormattedValueEditor.cpp8 #include "ValueFormatter.h"
12 Value* initialValue, ValueFormatter* formatter)
H A DTableCellIntegerEditor.h17 ValueFormatter* formatter);
H A DTableCellBoolEditor.h16 ValueFormatter* formatter);
H A DTableCellEnumerationEditor.h17 ValueFormatter* formatter);
H A DTableCellFloatEditor.h16 ValueFormatter* formatter);
H A DValueHandler.h18 class ValueFormatter;
27 ValueFormatter*& _formatter) = 0;
H A DValueHandlerRoster.h15 class ValueFormatter;
38 ValueFormatter*& _formatter);
H A DTableCellOptionPopUpEditor.h20 ValueFormatter* formatter);
H A DTableCellTextControlEditor.h19 ValueFormatter* formatter);
/haiku/src/apps/debugger/user_interface/gui/value/value_handlers/
H A DStringValueHandler.cpp42 ValueFormatter*& _formatter)
47 ValueFormatter* formatter = new(std::nothrow) StringValueFormatter;
63 ValueFormatter* formatter = NULL;
67 BReference<ValueFormatter> formatterReference(formatter, true);
H A DBoolValueHandler.cpp44 ValueFormatter*& _formatter)
65 ValueFormatter* formatter = NULL;
68 BReference<ValueFormatter> formatterReference(formatter, true);
89 ValueFormatter* formatter;
93 BReference<ValueFormatter> formatterReference(formatter, true);
H A DStringValueHandler.h21 ValueFormatter*& _formatter);
H A DFloatValueHandler.cpp43 ValueFormatter*& _formatter)
64 ValueFormatter* formatter = NULL;
68 BReference<ValueFormatter> formatterReference(formatter, true);
89 ValueFormatter* formatter;
93 BReference<ValueFormatter> formatterReference(formatter, true);
H A DEnumerationValueHandler.cpp45 ValueFormatter*& _formatter)
57 ValueFormatter* formatter = NULL;
82 ValueFormatter* formatter;
86 BReference<ValueFormatter> formatterReference(formatter, true);
117 IntegerValueFormatter::Config* config, ValueFormatter*& _formatter)
119 ValueFormatter* formatter = new(std::nothrow) EnumerationValueFormatter(
154 ValueFormatter* formatter = NULL;
158 BReference<ValueFormatter> formatterReference(formatter,
H A DEnumerationValueHandler.h21 ValueFormatter*& _formatter);
30 ValueFormatter*& _formatter);
H A DBoolValueHandler.h21 ValueFormatter*& _formatter);
H A DFloatValueHandler.h21 ValueFormatter*& _formatter);
/haiku/headers/private/debugger/value/
H A DValueFormatter.h16 class ValueFormatter : public BReferenceable { class in inherits:BReferenceable
18 virtual ~ValueFormatter();
/haiku/src/kits/debugger/value/value_formatters/
H A DBoolValueFormatter.cpp13 ValueFormatter()
/haiku/headers/private/debugger/value/value_formatters/
H A DBoolValueFormatter.h9 #include "ValueFormatter.h"
16 class BoolValueFormatter : public ValueFormatter {
H A DStringValueFormatter.h9 #include "ValueFormatter.h"
16 class StringValueFormatter : public ValueFormatter {
H A DFloatValueFormatter.h9 #include "ValueFormatter.h"
16 class FloatValueFormatter : public ValueFormatter {

Completed in 68 milliseconds

12