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

/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellBoolEditor.h13 class TableCellBoolEditor : public TableCellOptionPopUpEditor { class in inherits:TableCellOptionPopUpEditor
15 TableCellBoolEditor(::Value* initialValue,
17 virtual ~TableCellBoolEditor();
H A DTableCellBoolEditor.cpp6 #include "TableCellBoolEditor.h"
11 TableCellBoolEditor::TableCellBoolEditor(::Value* initialValue, function in class:TableCellBoolEditor
19 TableCellBoolEditor::~TableCellBoolEditor()
25 TableCellBoolEditor::ConfigureOptions()
44 TableCellBoolEditor::GetSelectedValue(::Value*& _value) const
/haiku/src/apps/debugger/user_interface/gui/value/value_handlers/
H A DBoolValueHandler.cpp14 #include "TableCellBoolEditor.h"
95 TableCellBoolEditor* editor = new(std::nothrow)
96 TableCellBoolEditor(value, formatter);
100 BReference<TableCellBoolEditor> editorReference(editor, true);

Completed in 103 milliseconds