]> git.sesse.net Git - nageru/blobdiff - glwidget.h
Add a preview display to the frame analyzer window.
[nageru] / glwidget.h
index f2eaea8bc00aa0cd95fa40eafa54cdc6edfa67ed..12757fc5bcbc97dbef4535657fa450ef4881b531 100644 (file)
@@ -30,6 +30,7 @@ class GLWidget : public QGLWidget
 
 public:
        GLWidget(QWidget *parent = 0);
+       ~GLWidget();
 
        void set_output(Mixer::Output output)
        {
@@ -51,7 +52,8 @@ signals:
        void color_updated(Mixer::Output output, const std::string &color);
 
 private slots:
-       void show_context_menu(unsigned signal_num, const QPoint &pos);
+       void show_live_context_menu(const QPoint &pos);
+       void show_preview_context_menu(unsigned signal_num, const QPoint &pos);
 
 private:
        Mixer::Output output;