]> sigrok.org Git - pulseview.git/blobdiff - pv/view/trace.h
Trace: Fixed a doxygen comment
[pulseview.git] / pv / view / trace.h
index b82aaa6f792871c451be5a706478e499486e82bb..5cab44040051ba3bc2bb71a0c181ee24f27714c5 100644 (file)
@@ -112,7 +112,7 @@ public:
        virtual void paint_fore(QPainter &p, int left, int right);
 
        /**
-        * Paints the signal label into a QGLWidget.
+        * Paints the signal label.
         * @param p the QPainter to paint into.
         * @param right the x-coordinate of the right edge of the header
         *      area.
@@ -148,6 +148,8 @@ public:
         */
        QRectF get_label_rect(int right);
 
+       bool eventFilter(QObject *obj, QEvent *evt);
+
 protected:
 
        /**
@@ -175,14 +177,14 @@ protected:
 
        void close_popup();
 
-private slots:
+private Q_SLOTS:
        void on_text_changed(const QString &text);
 
        void on_colour_changed(const QColor &colour);
 
        void on_popup_closed();
 
-signals:
+Q_SIGNALS:
        void visibility_changed();
        void text_changed();    
        void colour_changed();