2 * Copyright 2015, Rene Gollent, rene@gollent.com.
3 * Distributed under the terms of the MIT License.
5 #ifndef TABLE_CELL_FORMATTED_VALUE_EDITOR_H
6 #define TABLE_CELL_FORMATTED_VALUE_EDITOR_H
8 #include "TableCellValueEditor.h"
14 class TableCellFormattedValueEditor
: public TableCellValueEditor
{
16 TableCellFormattedValueEditor(
18 ValueFormatter
* formatter
);
19 virtual ~TableCellFormattedValueEditor();
22 ValueFormatter
* GetValueFormatter() const
23 { return fValueFormatter
; }
26 ValueFormatter
* fValueFormatter
;
30 #endif // TABLE_CELL_FORMATTED_VALUE_EDITOR_H