Searched refs:GetValueFormatter (Results 1 - 18 of 18) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellIntegerEditor.cpp36 return GetValueFormatter()->ValidateFormattedValue(Text(),
48 return GetValueFormatter()->GetValueFromFormattedInput(Text(),
H A DTableCellFloatEditor.cpp36 return GetValueFormatter()->ValidateFormattedValue(Text(),
48 return GetValueFormatter()->GetValueFromFormattedInput(Text(),
H A DTableCellFormattedValueEditor.h22 ValueFormatter* GetValueFormatter() const function in class:TableCellFormattedValueEditor
H A DTableCellFormattedValueRenderer.h24 ValueFormatter* GetValueFormatter() const function in class:TableCellFormattedValueRenderer
H A DValueHandler.h26 virtual status_t GetValueFormatter(Value* value,
H A DValueHandlerRoster.h37 status_t GetValueFormatter(Value* value,
H A DTableCellTextControlEditor.cpp68 if (GetValueFormatter()->FormatValue(InitialValue(), output) == B_OK)
H A DValueHandlerRoster.cpp146 ValueHandlerRoster::GetValueFormatter(Value* value, function in class:ValueHandlerRoster
157 return handler->GetValueFormatter(value, _formatter);
/haiku/src/apps/debugger/user_interface/gui/value/value_handlers/
H A DStringValueHandler.h20 virtual status_t GetValueFormatter(Value* value,
H A DStringValueHandler.cpp41 StringValueHandler::GetValueFormatter(Value* value, function in class:StringValueHandler
64 status_t error = GetValueFormatter(value, formatter);
H A DBoolValueHandler.h20 virtual status_t GetValueFormatter(Value* value,
H A DFloatValueHandler.h20 virtual status_t GetValueFormatter(Value* value,
H A DBoolValueHandler.cpp43 BoolValueHandler::GetValueFormatter(Value* value, function in class:BoolValueHandler
66 if (GetValueFormatter(value, formatter) != B_OK)
90 status_t error = GetValueFormatter(value, formatter);
H A DFloatValueHandler.cpp42 FloatValueHandler::GetValueFormatter(Value* value, function in class:FloatValueHandler
65 status_t error = GetValueFormatter(value, formatter);
90 status_t error = GetValueFormatter(value, formatter);
H A DEnumerationValueHandler.h20 virtual status_t GetValueFormatter(Value* value,
H A DIntegerValueHandler.h28 virtual status_t GetValueFormatter(Value* value,
H A DEnumerationValueHandler.cpp44 EnumerationValueHandler::GetValueFormatter(Value* _value, function in class:EnumerationValueHandler
155 status_t error = GetValueFormatter(value, formatter);
H A DIntegerValueHandler.cpp144 IntegerValueHandler::GetValueFormatter(Value* _value, function in class:IntegerValueHandler

Completed in 37 milliseconds