]> sigrok.org Git - pulseview.git/blobdiff - pv/view/view.h
Initial work moving headers into the pv::view::Header widget
[pulseview.git] / pv / view / view.h
index b7769899b7a09bf9d52988b4c469ed473be9fcca..ad607b5ac8ba517cc1ecbc5236c43411e0fb3d5f 100644 (file)
@@ -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;