]> git.sesse.net Git - nageru/blobdiff - theme.h
Wire the transition names through to the UI.
[nageru] / theme.h
diff --git a/theme.h b/theme.h
index f35c6d5be472eddb3ad9b02b9864e2ab6687b963..bb6ff9bebd43ffc761c538739727800a8cc60a0c 100644 (file)
--- a/theme.h
+++ b/theme.h
@@ -26,6 +26,8 @@ public:
        }
        int get_num_channels() { return num_channels; }
 
+       std::vector<std::string> get_transition_names(float t);
+
        void connect_signal(movit::YCbCrInput *input, int signal_num);
        void transition_clicked(int transition_num, float t);
        void channel_clicked(int preview_num);