r125: This commit was manufactured by cvs2svn to create tag 'r1_1_7-last'.
[cinelerra_cv.git] / hvirtual / cinelerra / selection.h
blob3713614b5327fcbbb73ef8a9e87f07390591d293
1 #ifndef SELECTION_H
2 #define SELECTION_H
4 #include "edl.inc"
5 #include "edit.h"
6 #include "selections.inc"
9 class Selection : public Edit
11 public:
12 Selection(EDL *edl, Selections *selections);
13 virtual ~Selection();
15 void synchronize_params(Selection *selection);
17 EDL *edl;
18 Selections *selections;
21 #endif