Home
last modified time | relevance | path

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

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