A class that provides plot widgets. More...
#include "us_plot.h"
Signals | |
void | zoomedCorners (QwtDoubleRect) |
A signal that provides the bounding rectangle of a zoomed area. More... | |
Public Member Functions | |
US_Plot (QwtPlot *&plot, const QString &, const QString &, const QString &) | |
Public Attributes | |
QToolButton * | btnZoom |
Make access to the zoom button public. More... | |
Private Slots | |
void | zoom (bool) |
void | print (void) |
void | svg (void) |
void | png (void) |
void | config (void) |
Private Attributes | |
US_PlotConfig * | configWidget |
QwtPlot * | plot |
QwtPlotZoomer * | zoomer |
QwtPlotPicker * | picker |
QwtPlotPanner * | panner |
A class that provides plot widgets.
Provides functions to allow configuration of plot widgets
US_Plot::US_Plot | ( | QwtPlot *& | plot, |
const QString & | title, | ||
const QString & | x_axis, | ||
const QString & | y_axis | ||
) |
plot | - The plot component created for the caller |
title | - The title of the plot |
x_axis | - The title of the x (bottom) axis |
y_axis | - The title of the y (left) axis |
Definition at line 40 of file us_plot.cpp.
|
privateslot |
Definition at line 271 of file us_plot.cpp.
|
privateslot |
Definition at line 215 of file us_plot.cpp.
|
privateslot |
Definition at line 233 of file us_plot.cpp.
|
privateslot |
Definition at line 197 of file us_plot.cpp.
|
privateslot |
Definition at line 152 of file us_plot.cpp.
|
signal |
A signal that provides the bounding rectangle of a zoomed area.
QToolButton* US_Plot::btnZoom |
|
private |