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

/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellTextControlEditor.h14 class TableCellTextControlEditor : public TableCellFormattedValueEditor, class in inherits:TableCellFormattedValueEditor,BTextControl
17 TableCellTextControlEditor(
20 virtual ~TableCellTextControlEditor();
H A DTableCellTextControlEditor.cpp6 #include "TableCellTextControlEditor.h"
18 TableCellTextControlEditor::TableCellTextControlEditor(::Value* initialValue, function in class:TableCellTextControlEditor
27 TableCellTextControlEditor::~TableCellTextControlEditor()
33 TableCellTextControlEditor::Init()
53 TableCellTextControlEditor::GetView()
60 TableCellTextControlEditor::AttachedToWindow()
76 TableCellTextControlEditor::MessageReceived(BMessage* message)
H A DTableCellIntegerEditor.h11 #include "TableCellTextControlEditor.h"
14 class TableCellIntegerEditor : public TableCellTextControlEditor {
H A DTableCellFloatEditor.h10 #include "TableCellTextControlEditor.h"
13 class TableCellFloatEditor : public TableCellTextControlEditor {
H A DTableCellIntegerEditor.cpp19 TableCellTextControlEditor(initialValue, formatter)
H A DTableCellFloatEditor.cpp19 TableCellTextControlEditor(initialValue, formatter)

Completed in 43 milliseconds