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

/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellIntegerEditor.cpp6 #include "TableCellIntegerEditor.h"
16 TableCellIntegerEditor::TableCellIntegerEditor(::Value* initialValue, function in class:TableCellIntegerEditor
24 TableCellIntegerEditor::~TableCellIntegerEditor()
30 TableCellIntegerEditor::ValidateInput() const
42 TableCellIntegerEditor::GetValueForInput(::Value*& _output) const
H A DTableCellIntegerEditor.h14 class TableCellIntegerEditor : public TableCellTextControlEditor { class in inherits:TableCellTextControlEditor
16 TableCellIntegerEditor(::Value* initialValue,
18 virtual ~TableCellIntegerEditor();
/haiku/src/apps/debugger/user_interface/gui/value/value_handlers/
H A DIntegerValueHandler.cpp20 #include "TableCellIntegerEditor.h"
205 TableCellIntegerEditor* editor = new(std::nothrow) TableCellIntegerEditor(
210 BReference<TableCellIntegerEditor> editorReference(editor, true);

Completed in 84 milliseconds