btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / apps / debugger / user_interface / gui / value / TableCellFloatEditor.h
bloba618ea2c1308c78b6d1411724e3495d869ee717b
1 /*
2 * Copyright 2015, Rene Gollent, rene@gollent.com.
3 * Distributed under the terms of the MIT License.
4 */
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 {
14 public:
15 TableCellFloatEditor(::Value* initialValue,
16 ValueFormatter* formatter);
17 virtual ~TableCellFloatEditor();
19 virtual bool ValidateInput() const;
21 virtual status_t GetValueForInput(::Value*& _output) const;
22 // returns reference
25 #endif // TABLE_CELL_INTEGER_EDITOR_H