21 #ifndef __ANTARES_TOOLBOX_COMPONENTS_DATAGRID_FILTER_ALL_WEEK_H__
22 #define __ANTARES_TOOLBOX_COMPONENTS_DATAGRID_FILTER_ALL_WEEK_H__
24 #include "../filter.h"
26 namespace Antares::Toolbox::Filter
31 static const wxChar* Name()
36 static const wxChar* Caption()
41 static Date::Precision Precision()
53 virtual Date::Precision precision()
const
55 return Week::Precision();
58 virtual bool checkOnRowsLabels()
const
63 virtual const wxChar*
name()
const
70 return Week::Caption();
73 virtual bool rowIsValid(
int row)
const;