X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Flogicsignal.h;h=a275f177783ac211ea6279ab0e04e3f5510d7cc3;hp=958abd8f1890c26f7661ee75884b9d3cc096b3ed;hb=a5d93c27b5bd6b95000e29c6cddac56ab254b289;hpb=dc747705ac06c9e9ab582b6b8b7cfc31003128e0;ds=sidebyside diff --git a/pv/view/logicsignal.h b/pv/view/logicsignal.h index 958abd8f..a275f177 100644 --- a/pv/view/logicsignal.h +++ b/pv/view/logicsignal.h @@ -45,6 +45,9 @@ class LogicSignal : public Signal Q_OBJECT private: + static const int SignalHeight; + static const int SignalMargin; + static const float Oversampling; static const QColor EdgeColour; @@ -65,6 +68,12 @@ public: std::shared_ptr logic_data() const; + /** + * Computes the vertical extents of the contents of this row item. + * @return A pair containing the minimum and maximum y-values. + */ + std::pair v_extents() const; + /** * Paints the background layer of the signal with a QPainter * @param p the QPainter to paint into.