Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git] / cinelerra / aedit.h
blobe4bdf64e52b16d96993c3c1917dfe770632efe86
1 #ifndef AEDIT_H
2 #define AEDIT_H
5 #include "guicast.h"
6 #include "edit.h"
7 #include "filexml.inc"
8 #include "aedits.inc"
10 // UNITS ARE SAMPLES
12 class AEdit : public Edit
14 public:
15 AEdit(EDL *edl, Edits *edits);
27 ~AEdit();
29 int load_properties_derived(FileXML *xml);
32 // ========================================= editing
34 int copy_properties_derived(FileXML *xml, int64_t length_in_selection);
35 int dump_derived();
36 int64_t get_source_end(int64_t default_);
38 private:
40 AEdits *aedits;
43 #endif
45 // Local Variables:
46 // mode: C++
47 // c-file-style: "linux"
48 // End: