diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-02-28 14:38:40 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-02-28 14:38:40 -0500 |
commit | 9f29e51f2945f355b43f3012da43e37dcd95f6b4 (patch) | |
tree | bcc71c8975379c107bb6e94da944292a5ee9a03a /gr-qtgui/lib/displayform.h | |
parent | 7afefc484137bf0bed7ab9a7ed86017c117d6a35 (diff) | |
parent | 2f55d7dfc33e8d990e44c5bbb7c6d2fbdaddd563 (diff) |
Merge branch 'next' into perf_monitor
Diffstat (limited to 'gr-qtgui/lib/displayform.h')
-rw-r--r-- | gr-qtgui/lib/displayform.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-qtgui/lib/displayform.h b/gr-qtgui/lib/displayform.h index 0d105bd83d..31dc757bb6 100644 --- a/gr-qtgui/lib/displayform.h +++ b/gr-qtgui/lib/displayform.h @@ -43,6 +43,7 @@ class DisplayForm : public QWidget virtual DisplayPlot* getPlot() = 0; void Reset(); + bool isClosed() const; void enableMenu(bool en=true); @@ -91,6 +92,8 @@ signals: void plotPointSelected(const QPointF p, int type); protected: + bool _isclosed; + int _nplots; QGridLayout *_layout; |