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

/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellFloatEditor.cpp6 #include "TableCellFloatEditor.h"
16 TableCellFloatEditor::TableCellFloatEditor(::Value* initialValue, function in class:TableCellFloatEditor
24 TableCellFloatEditor::~TableCellFloatEditor()
30 TableCellFloatEditor::ValidateInput() const
42 TableCellFloatEditor::GetValueForInput(::Value*& _output) const
H A DTableCellFloatEditor.h13 class TableCellFloatEditor : public TableCellTextControlEditor { class in inherits:TableCellTextControlEditor
15 TableCellFloatEditor(::Value* initialValue,
17 virtual ~TableCellFloatEditor();
/haiku/src/apps/debugger/user_interface/gui/value/value_handlers/
H A DFloatValueHandler.cpp13 #include "TableCellFloatEditor.h"
95 TableCellFloatEditor* editor = new(std::nothrow)
96 TableCellFloatEditor(value, formatter);
100 BReference<TableCellFloatEditor> editorReference(editor, true);

Completed in 46 milliseconds