]> git.sesse.net Git - nageru/blobdiff - mainwindow.h
Make it possible to switch camera angles for previews with the 1–4 keys.
[nageru] / mainwindow.h
index 7b294b78e450594e1bbe298994e7fbecea483bc2..76124ae63fbb1e6518986dd1e7bc54fff00b3c30 100644 (file)
@@ -32,11 +32,15 @@ private:
        int64_t scrub_pts_origin;
 
        // Which element (e.g. pts_in on clip 4) we are scrubbing.
+       enum ScrubType { SCRUBBING_CLIP_LIST, SCRUBBING_PLAYLIST } scrub_type;
        int scrub_row;
-       ClipList::Column scrub_column;
+       int scrub_column;
 
+       void cue_in_clicked();
+       void cue_out_clicked();
        void queue_clicked();
        void preview_clicked();
+       void preview_angle_clicked(unsigned stream_idx);
        void play_clicked();
        void live_player_clip_done();