15 // The default constructor is used for menu effects.
17 class Auto
: public ListItem
<Auto
>
21 Auto(EDL
*edl
, Autos
*autos
);
24 virtual Auto
& operator=(Auto
&that
);
25 virtual int operator==(Auto
&that
);
26 virtual void copy_from(Auto
*that
);
27 virtual void copy(int64_t start
, int64_t end
, FileXML
*file
, int default_only
);
29 virtual void load(FileXML
*file
);
31 virtual void get_caption(char *string
) {};
32 virtual float value_to_percentage();
33 virtual float invalue_to_percentage();
34 virtual float outvalue_to_percentage();
36 int skip
; // if added by selection event for moves
40 // Units native to the track
45 virtual int value_to_str(char *string
, float value
) {};