ctrl_toggle preference, dblclk select single group/edit, update shortcuts
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / edit.h
index a23f92e1019dc73034e104b44a530b5c0f87cdec..ffdd0fe48d4848c9633917a77a7a57f899bcfd03 100644 (file)
@@ -114,6 +114,8 @@ public:
        void detach_transition();
 // Determine if silence depending on existance of asset or plugin title
        virtual int silence();
+       void mute();
+       void set_selected(int v);
 
 // Media edit information
 // Units are native units for the track.
@@ -129,6 +131,8 @@ public:
        int channel;
 // ID for resource pixmaps
        int id;
+// ID for selection groups
+       int group_id;
 // User defined title for timeline
        char user_title[BCTEXTLEN];
        int is_plugin, is_selected;
@@ -169,10 +173,6 @@ public:
                float zoom_units) { return 0; }
        virtual int64_t get_source_end(int64_t default_);
        void get_title(char *title);
-// edit title bar color
-       int get_title_color();
-// default edit title bar color
-       int get_hash_color();
 
        int dump(FILE *fp=stdout);
        virtual int dump_derived() { return 0; }