4 IntAuto::IntAuto(IntAutos *autos)
13 int IntAuto::value_to_str(char *string, float value)
15 if(value > 0) sprintf(string, _("ON"));
16 else sprintf(string, _("OFF"));
19 void IntAuto::copy(int64_t start, int64_t end, FileXML *file, int default_auto)
24 void IntAuto::load(FileXML *file)