|
|
void | setSettings (const AxisSettings &settings) |
| |
|
PolarPlotWidget::AxisSettings | getSettings () const |
| |
|
| PolarPlotWidget (QWidget *parent=nullptr) |
| |
|
void | addTrace (const QString &name, const Trace &trace) |
| |
|
void | removeTrace (const QString &name) |
| |
|
void | clearTraces () |
| |
|
QPen | getTracePen (const QString &traceName) const |
| |
|
void | setTracePen (const QString &traceName, const QPen &pen) |
| |
|
QMap< QString, QPen > | getTracesInfo () const |
| |
|
double | getRmax () |
| |
|
double | getRmin () |
| |
|
double | getRdiv () |
| |
|
int | getDisplayMode () const |
| |
|
bool | addMarker (const QString &markerId, double frequency, const QPen &pen=QPen(Qt::red, 2)) |
| |
|
bool | removeMarker (const QString &markerId) |
| |
|
bool | updateMarkerFrequency (const QString &markerId, double newFrequency) |
| |
|
void | clearMarkers () |
| |
|
QMap< QString, double > | getMarkers () const |
| |
|
QCustomPlot * | customPlot () const |
| |
The documentation for this class was generated from the following files: