Searched refs:TableCellOptionPopUpEditor (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellOptionPopUpEditor.cpp6 #include "TableCellOptionPopUpEditor.h"
16 TableCellOptionPopUpEditor::TableCellOptionPopUpEditor(::Value* initialValue, function in class:TableCellOptionPopUpEditor
25 TableCellOptionPopUpEditor::~TableCellOptionPopUpEditor()
31 TableCellOptionPopUpEditor::Init()
45 TableCellOptionPopUpEditor::GetView()
52 TableCellOptionPopUpEditor::AttachedToWindow()
63 TableCellOptionPopUpEditor::MessageReceived(BMessage* message)
H A DTableCellOptionPopUpEditor.h15 class TableCellOptionPopUpEditor : public TableCellFormattedValueEditor, class in inherits:TableCellFormattedValueEditor,BOptionPopUp
18 TableCellOptionPopUpEditor(
21 virtual ~TableCellOptionPopUpEditor();
H A DTableCellBoolEditor.h10 #include "TableCellOptionPopUpEditor.h"
13 class TableCellBoolEditor : public TableCellOptionPopUpEditor {
H A DTableCellEnumerationEditor.h10 #include "TableCellOptionPopUpEditor.h"
13 class TableCellEnumerationEditor : public TableCellOptionPopUpEditor {
H A DTableCellBoolEditor.cpp14 TableCellOptionPopUpEditor(initialValue, formatter)
H A DTableCellEnumerationEditor.cpp15 TableCellOptionPopUpEditor(initialValue, formatter)

Completed in 34 milliseconds