X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Fsignal.h;h=aff8c4c427498e54c6eb00dc94dfc05e4c3e4169;hb=0c0218fd70bde15f2ccd20f39f6d3ddddd3e1691;hp=ea336434f4ae5e7df9d39bfa61b610d067bd93f2;hpb=ef8311a4296a2dc85c82b063de61efa4eb7a8404;p=pulseview.git diff --git a/pv/view/signal.h b/pv/view/signal.h index ea336434..aff8c4c4 100644 --- a/pv/view/signal.h +++ b/pv/view/signal.h @@ -22,7 +22,6 @@ #define PULSEVIEW_PV_SIGNAL_H #include -#include #include #include @@ -43,9 +42,6 @@ class Signal : public Trace { Q_OBJECT -private: - static const QPen SignalAxisPen; - protected: Signal(pv::SigSession &session, const sr_probe *const probe); @@ -62,16 +58,10 @@ public: */ bool enabled() const; -protected: + const sr_probe* probe() const; - /** - * Paints a zero axis across the viewport. - * @param p the QPainter to paint into. - * @param y the y-offset of the axis. - * @param left the x-coordinate of the left edge of the view. - * @param right the x-coordinate of the right edge of the view. - */ - void paint_axis(QPainter &p, int y, int left, int right); +private: + virtual void populate_popup_form(QWidget *parent, QFormLayout *form); private slots: void on_text_changed(const QString &text);