]> git.sesse.net Git - nageru/blobdiff - mainwindow.h
Make it impossible to queue unfinished clips.
[nageru] / mainwindow.h
index 8deca18b0712cc9ffd2e1ea8e9898070bdd33068..24eea609e03bbdf24049018b03cb9193b15cfa38 100644 (file)
@@ -36,6 +36,10 @@ private:
        int scrub_row;
        int scrub_column;
 
+       // Used to keep track of small mouse wheel motions on the camera index in the playlist.
+       int last_mousewheel_camera_row = -1;
+       int leftover_angle_degrees = 0;
+
        void cue_in_clicked();
        void cue_out_clicked();
        void queue_clicked();
@@ -43,6 +47,7 @@ private:
        void preview_angle_clicked(unsigned stream_idx);
        void play_clicked();
        void live_player_clip_done();
+       void live_player_clip_progress(double played_this_clip, double total_length);
        void playlist_duplicate();
        void playlist_remove();
        void playlist_move(int delta);