21 #ifndef __ANTARES_TOOLBOX_COMPONENTS_DATAGRID_FILTER_ALL_COLUMN_INDEX_H__
22 #define __ANTARES_TOOLBOX_COMPONENTS_DATAGRID_FILTER_ALL_COLUMN_INDEX_H__
24 #include "../filter.h"
25 #include <antares/date/date.h>
27 namespace Antares::Toolbox::Filter
32 static const wxChar* Name()
34 return wxT(
"columnindex");
37 static const wxChar* Caption()
42 static Date::Precision Precision()
58 virtual Date::Precision precision()
const
60 return ColumnIndex::Precision();
63 virtual bool checkOnColsLabels()
const
68 virtual const wxChar*
name()
const
70 return ColumnIndex::Name();
75 return ColumnIndex::Caption();
78 virtual bool colIsValid(
int col)
const