|
RADLib
RADical C++ application framework
|
Four-panel plot model for I/Q, quad, or dashboard-style views. More...
#include <RADPlot.h>
Public Member Functions | |
| QuadPlotModel () | |
| Creates four empty panels. More... | |
| PlotModel & | panel (size_t index) |
| Returns a mutable panel by index 0..3. More... | |
| const PlotModel & | panel (size_t index) const |
| Returns a const panel by index 0..3. More... | |
| void | setSharedRollingXWindow (double width) |
| Applies a shared rolling X window to all panels. More... | |
| void | setMaxPointCount (size_t maxPointCount) |
| Applies a shared max point count to all panels. More... | |
| void | clear () |
| Clears all panels. More... | |
Four-panel plot model for I/Q, quad, or dashboard-style views.
| RADUi::QuadPlotModel::QuadPlotModel | ( | ) |
Creates four empty panels.
| void RADUi::QuadPlotModel::clear | ( | ) |
Clears all panels.
| PlotModel& RADUi::QuadPlotModel::panel | ( | size_t | index | ) |
Returns a mutable panel by index 0..3.
| const PlotModel& RADUi::QuadPlotModel::panel | ( | size_t | index | ) | const |
Returns a const panel by index 0..3.
| void RADUi::QuadPlotModel::setMaxPointCount | ( | size_t | maxPointCount | ) |
Applies a shared max point count to all panels.
| void RADUi::QuadPlotModel::setSharedRollingXWindow | ( | double | width | ) |
Applies a shared rolling X window to all panels.