Home
last modified time | relevance | path

Searched refs:TableCellFloatEditor (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellFloatEditor.cpp16 TableCellFloatEditor::TableCellFloatEditor(::Value* initialValue, in TableCellFloatEditor() function in TableCellFloatEditor
24 TableCellFloatEditor::~TableCellFloatEditor() in ~TableCellFloatEditor()
30 TableCellFloatEditor::ValidateInput() const in ValidateInput()
42 TableCellFloatEditor::GetValueForInput(::Value*& _output) const in GetValueForInput()
H A DTableCellFloatEditor.h13 class TableCellFloatEditor : public TableCellTextControlEditor {
15 TableCellFloatEditor(::Value* initialValue,
17 virtual ~TableCellFloatEditor();
/haiku/src/apps/debugger/user_interface/gui/value/value_handlers/
H A DFloatValueHandler.cpp95 TableCellFloatEditor* editor = new(std::nothrow) in GetTableCellValueEditor()
96 TableCellFloatEditor(value, formatter); in GetTableCellValueEditor()
100 BReference<TableCellFloatEditor> editorReference(editor, true); in GetTableCellValueEditor()
/haiku/src/apps/debugger/
H A DJamfile158 TableCellFloatEditor.cpp