X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Fdecodetrace.h;h=ab495fa06f156ff5763d2896db2a215c0a8e1202;hb=1ef49ddd04f44a4369403fbab19ed235483e2975;hp=96008b2b135503c41fa5193d24616b43b04e9718;hpb=33c62f44b72abab27bc141d66712ff0d1a2e395f;p=pulseview.git diff --git a/pv/view/decodetrace.h b/pv/view/decodetrace.h index 96008b2b..ab495fa0 100644 --- a/pv/view/decodetrace.h +++ b/pv/view/decodetrace.h @@ -90,8 +90,6 @@ public: const std::shared_ptr& decoder() const; - void set_view(pv::view::View *view); - /** * Paints the background layer of the trace with a QPainter * @param p the QPainter to paint into. @@ -141,9 +139,7 @@ private: void draw_unresolved_period(QPainter &p, int h, int left, int right) const; - double get_pixels_offset() const; - - double get_samples_per_pixel() const; + std::pair get_pixels_offset_samples_per_pixel() const; /** * Determines the start and end sample for a given pixel range.