X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fview.h;h=ad607b5ac8ba517cc1ecbc5236c43411e0fb3d5f;hp=b7769899b7a09bf9d52988b4c469ed473be9fcca;hb=1d8dca913d07df3a53184e40246eb2e333520e31;hpb=1d19ef83d7598f3248086d456df55e844b229bb3 diff --git a/pv/view/view.h b/pv/view/view.h index b7769899..ad607b5a 100644 --- a/pv/view/view.h +++ b/pv/view/view.h @@ -30,6 +30,7 @@ class SigSession; namespace pv { namespace view { +class Header; class Viewport; class View : public QAbstractScrollArea { @@ -42,6 +43,9 @@ private: static const int LabelMarginWidth; static const int RulerHeight; +public: + static const int SignalHeight; + public: explicit View(SigSession &session, QWidget *parent = 0); @@ -75,6 +79,7 @@ private: SigSession &_session; Viewport *_viewport; + Header *_header; uint64_t _data_length;