]> sigrok.org Git - pulseview.git/blobdiff - pv/widgets/popup.h
Make member variable underscores a suffix instead of a prefix
[pulseview.git] / pv / widgets / popup.h
index ec123048074ec9074d18b436e3667d9347de9ac3..83ad7ee0fbd082ebb533fe7dafa280b6944d6a04 100644 (file)
@@ -52,6 +52,10 @@ public:
 
        void set_position(const QPoint point, Position pos);
 
+       bool eventFilter(QObject *obj, QEvent *evt);
+
+       void show();
+
 private:
        bool space_for_arrow() const;
 
@@ -83,8 +87,8 @@ Q_SIGNALS:
        void closed();
 
 private:
-       QPoint _point;
-       Position _pos;
+       QPoint point_;
+       Position pos_;
 };
 
 } // namespace widgets