Searched refs:TableCellIntegerEditor (Results 1 – 4 of 4) sorted by relevance
16 TableCellIntegerEditor::TableCellIntegerEditor(::Value* initialValue, in TableCellIntegerEditor() function in TableCellIntegerEditor24 TableCellIntegerEditor::~TableCellIntegerEditor() in ~TableCellIntegerEditor()30 TableCellIntegerEditor::ValidateInput() const in ValidateInput()42 TableCellIntegerEditor::GetValueForInput(::Value*& _output) const in GetValueForInput()
14 class TableCellIntegerEditor : public TableCellTextControlEditor {16 TableCellIntegerEditor(::Value* initialValue,18 virtual ~TableCellIntegerEditor();
205 TableCellIntegerEditor* editor = new(std::nothrow) TableCellIntegerEditor( in GetTableCellValueEditor()210 BReference<TableCellIntegerEditor> editorReference(editor, true); in GetTableCellValueEditor()
161 TableCellIntegerEditor.cpp