Trace: Renamed get_label_rect to label_rect
[pulseview.git] / pv / view / trace.h
index 5f54ea1ddb0e16bcb35393a415e29b97eae8c00a..85bdb92c5b193a2fc14054ad9a34ecd8e9030d61 100644 (file)
@@ -145,7 +145,10 @@ public:
         *      area.
         * @return Returns the rectangle of the signal label.
         */
-       QRectF get_label_rect(int right);
+       QRectF label_rect(int right);
+
+public:
+       virtual void hover_point_changed();
 
 protected:
 
@@ -172,8 +175,6 @@ protected:
 
        virtual void populate_popup_form(QWidget *parent, QFormLayout *form);
 
-       virtual void hover_point_changed();
-
 private Q_SLOTS:
        void on_text_changed(const QString &text);
 
@@ -181,8 +182,6 @@ private Q_SLOTS:
 
        void on_popup_closed();
 
-       void on_hover_point_changed();
-
 Q_SIGNALS:
        void visibility_changed();
        void text_changed();