2 * Copyright 2015, Rene Gollent, rene@gollent.com.
3 * Distributed under the terms of the MIT License.
5 #ifndef TABLE_CELL_FLOAT_EDITOR_H
6 #define TABLE_CELL_FLOAT_EDITOR_H
8 #include <TextControl.h>
10 #include "TableCellTextControlEditor.h"
13 class TableCellFloatEditor
: public TableCellTextControlEditor
{
15 TableCellFloatEditor(::Value
* initialValue
,
16 ValueFormatter
* formatter
);
17 virtual ~TableCellFloatEditor();
19 virtual bool ValidateInput() const;
21 virtual status_t
GetValueForInput(::Value
*& _output
) const;
25 #endif // TABLE_CELL_INTEGER_EDITOR_H