summaryrefslogtreecommitdiff
path: root/gr-qtgui/src/lib/TimeDomainDisplayPlot.h
Commit message (Collapse)AuthorAgeFilesLines
* gr-qtgui: restructuring qtgui directory to new layout.Tom Rondeau2011-03-271-65/+0
|
* qtgui missing stdint include fix:Josh Blum2011-01-171-0/+1
| | | | These files use stdint types but did not include the header stdint.h
* Maxing the x-axis of the time domain plot represent the actual time of the ↵Tom Rondeau2010-05-011-0/+4
| | | | samples and not just the sample number.
* Fixes the replotting update. It's now based on a QTimer so it's in the event ↵Tom Rondeau2010-05-011-3/+2
| | | | buffer as opposed to a best effort based on a hand-made timer. The interval between GUI updates is settable through the qtsink_X objects with set_update_time(newtime). This update makes the plotting much more stable. It also fixes the time scale of the waterfall plot to actually mean the right thing.
* Cleaning up Qt code. This mostly reformats the code to be more consistent ↵trondeau2009-08-111-0/+3
| | | | | | with our style. It also changes the layout to use Qt layouts for proper resizing of the GUI. Only the QwtPlots need to be resized manually. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11572 221aa14e-8319-0410-a670-987f0aec2ac5
* Significantly improved performance of the Qt Gui sinks. This removes a ↵trondeau2009-08-101-0/+1
| | | | | | number of redundant loops and memcopies by combining operations and reduces the CPU load greatly to run much more smoothly. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11559 221aa14e-8319-0410-a670-987f0aec2ac5
* Merging trondeau/qt branch r11231:11360. This merge improves the usability ↵trondeau2009-07-061-0/+1
| | | | | | and examples of the QT-based interface. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11361 221aa14e-8319-0410-a670-987f0aec2ac5
* Opening up the time domain and constellations plots a bit and adding ↵trondeau2009-04-261-0/+2
| | | | | | accessor functions to set these values. These will be made accessible through the qtsink to be user-settable. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10921 221aa14e-8319-0410-a670-987f0aec2ac5
* Merging qtgui branch-r9068:9837: this ads a qtgui_sink_c and qtgui_sink_f ↵trondeau2008-10-251-0/+54
that displays the time, PSD, and spectrogram plots of a signal put into it. It requires qt4, qwt, and qwtplot3d and has not been tested on OSX. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9853 221aa14e-8319-0410-a670-987f0aec2ac5