3 IntAuto::IntAuto(IntAutos *autos)
12 int IntAuto::value_to_str(char *string, float value)
14 if(value > 0) sprintf(string, _("ON"));
15 else sprintf(string, _("OFF"));
18 void IntAuto::copy(int64_t start, int64_t end, FileXML *file, int default_auto)
23 void IntAuto::load(FileXML *file)