rework transportque for shuttle speed codes, add rusage, cleanup
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / mainsession.h
index 06bd12c09b770b6f73ab08650625a9cc7e7eda73..a3ad511c8bcfc507f876229267c49f915d29cd83 100644 (file)
@@ -55,6 +55,8 @@ public:
        void boundaries();
        Track *drag_handle_track();
        void update_clip_number();
+       int load_file(const char *path);
+       int save_file(const char *path);
 
 // For drag and drop events
 // The entire track where the dropped asset is going to go
@@ -80,6 +82,14 @@ public:
 
 // Edit whose handle is being dragged
        Edit *drag_edit;
+// Selected edits clip of grouped drag
+       EDL *drag_group;
+// drag edit of selected edits
+       Edit *drag_group_edit;
+// cursor position in selected edits at start of drag
+       double drag_group_position;
+// top track of selected edits
+       Track *drag_group_first_track;
 // Edits who are being dragged
        ArrayList<Edit*> *drag_edits;
 // Button pressed during drag
@@ -105,6 +115,8 @@ public:
 
 // Clip number for automatic title generation
        int clip_number;
+// Next group id index
+       int group_number;
 
 // Audio session
        int changes_made;
@@ -112,6 +124,9 @@ public:
 // filename of the current project for window titling and saving
        char filename[BCTEXTLEN];
 
+// title bar background blend
+       float title_bar_alpha;
+
        int batchrender_x, batchrender_y, batchrender_w, batchrender_h;
 
 // Window positions