X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Ftrace.h;h=83eb826546184e87e91005a7e461cb9e1f8bc5fc;hb=0dda6fe595932b2e340930104fad8ac4fc574895;hp=7cfa3c2e0681c76663319939f246f983f8a2c31f;hpb=0a47889b01386b1e55c7df73ca301046a195ff97;p=pulseview.git diff --git a/pv/view/trace.h b/pv/view/trace.h index 7cfa3c2e..83eb8265 100644 --- a/pv/view/trace.h +++ b/pv/view/trace.h @@ -66,7 +66,7 @@ public: /** * Get the colour of the signal. */ - QColor get_colour() const; + QColor colour() const; /** * Set the colour of the signal. @@ -92,7 +92,7 @@ public: * area. * @return Returns the rectangle of the signal label. */ - QRectF label_rect(int right); + QRectF label_rect(int right) const; protected: @@ -126,11 +126,6 @@ private Q_SLOTS: void on_popup_closed(); -Q_SIGNALS: - void visibility_changed(); - void text_changed(); - void colour_changed(); - protected: QString _name; QColor _colour;