21 #ifndef __ANTARES_TOOLBOX_FILTER_ALL_HOUR_YEAR_H__
22 #define __ANTARES_TOOLBOX_FILTER_ALL_HOUR_YEAR_H__
24 #include "../filter.h"
26 namespace Antares::Toolbox::Filter
31 static const wxChar* Name()
33 return wxT(
"houryear");
36 static const wxChar* Caption()
38 return wxT(
"Hour Year");
41 static Date::Precision Precision()
57 virtual Date::Precision precision()
const
59 return HourYear::Precision();
62 virtual bool checkOnRowsLabels()
const
67 virtual const wxChar*
name()
const
69 return HourYear::Name();
74 return HourYear::Caption();
77 virtual bool rowIsValid(
int row)
const