X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Ftrace.h;h=f99e01aa74e1d782f1d73b1a5034a654f0dfdf27;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hp=e3754b6e73a6fdf566a1f8ecfe464db429d07418;hpb=06149d431d48726903ace7216c20f3a8d110cdf8;p=pulseview.git diff --git a/pv/view/trace.h b/pv/view/trace.h index e3754b6..f99e01a 100644 --- a/pv/view/trace.h +++ b/pv/view/trace.h @@ -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,18 +126,13 @@ private Q_SLOTS: void on_popup_closed(); -Q_SIGNALS: - void visibility_changed(); - void text_changed(); - void colour_changed(); - protected: - QString _name; - QColor _colour; + QString name_; + QColor colour_; private: - pv::widgets::Popup *_popup; - QFormLayout *_popup_form; + pv::widgets::Popup *popup_; + QFormLayout *popup_form_; }; } // namespace view