fix listbox select for packed icon, tweak show edit
[goodguy/history.git] / cinelerra-5.1 / cinelerra / edit.h
index e4bbcc5d2a8069d15540e4b248aae37c61b57444..d3598adb96af4d98271e257fb92f2d872bf0af34 100644 (file)
@@ -152,28 +152,9 @@ public:
 // Parent EDL of this edit
        EDL *edl;
 
-
-// ============================= initialization
-
        int load_properties(FileXML *xml, int64_t &startproject);
        virtual int load_properties_derived(FileXML *xml) { return 0; };
 
-// ============================= drawing
-
-       virtual int draw(int flash, int center_pixel,
-               int x, int w, int y, int h, int set_index_file) { return 0; }
-       virtual int set_index_file(int flash, int center_pixel,
-               int x, int y, int w, int h) { return 0; }
-       int draw_transition(int flash, int center_pixel,
-               int x, int w, int y, int h, int set_index_file);
-
-       int draw_handles(BC_SubWindow *canvas, float view_start, float view_units,
-               float zoom_units, int view_pixels, int center_pixel);
-       int draw_titles(BC_SubWindow *canvas, float view_start, float zoom_units,
-               int view_pixels, int center_pixel);
-
-// ============================= editing
-
        virtual int copy_properties_derived(FileXML *xml,
                int64_t length_in_selection) { return 0; }
 
@@ -186,6 +167,8 @@ public:
                int64_t &left_sample, int64_t &right_sample, float view_start,
                float zoom_units) { return 0; }
        virtual int64_t get_source_end(int64_t default_);
+       void get_title(char *title);
+
        int dump(FILE *fp=stdout);
        virtual int dump_derived() { return 0; }
 };