diff options
author | trondeau <trondeau@221aa14e-8319-0410-a670-987f0aec2ac5> | 2009-08-11 22:11:33 +0000 |
---|---|---|
committer | trondeau <trondeau@221aa14e-8319-0410-a670-987f0aec2ac5> | 2009-08-11 22:11:33 +0000 |
commit | 420f1274bfd7cb40cd6d7851f6541f80ac6616be (patch) | |
tree | 63b99e37b32ea053425ecb74e02cfa75252baa34 /gr-qtgui/src/lib/SpectrumGUIClass.h | |
parent | f123fd990783b7e6ed24a12763cb2a766860d133 (diff) |
Adding function to be able to set the size of the points in the constellation plot.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11573 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-qtgui/src/lib/SpectrumGUIClass.h')
-rw-r--r-- | gr-qtgui/src/lib/SpectrumGUIClass.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-qtgui/src/lib/SpectrumGUIClass.h b/gr-qtgui/src/lib/SpectrumGUIClass.h index 9a55271dfb..d8dcb27691 100644 --- a/gr-qtgui/src/lib/SpectrumGUIClass.h +++ b/gr-qtgui/src/lib/SpectrumGUIClass.h @@ -76,6 +76,7 @@ public: void SetTimeDomainAxis(double min, double max); void SetConstellationAxis(double xmin, double xmax, double ymin, double ymax); + void SetConstellationPenSize(int size); void SetFrequencyAxis(double min, double max); protected: |