|
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
Widget for displaying rectangular (Cartesian) plots with dual y-axes (definition) More...
#include "./QCustomPlot/qcustomplot.h"#include "UI/CustomWidgets/CustomDoubleSpinBox.h"#include <QCheckBox>#include <QComboBox>#include <QGridLayout>#include <QLabel>#include <QMap>#include <QPen>#include <QVBoxLayout>#include <QWidget>#include <complex>#include <limits>

Go to the source code of this file.
Classes | |
| class | RectangularPlotWidget |
| Widget for displaying rectangular (Cartesian) plots with dual y-axes It provides a rectangular plot visualization with support for multiple traces, frequency-based markers, limit lines, and independent left/right y-axes. More... | |
| struct | RectangularPlotWidget::Trace |
| Data structure representing a trace on the plot. More... | |
| struct | RectangularPlotWidget::Marker |
| Data structure for the frequency marker. More... | |
| struct | RectangularPlotWidget::Limit |
| Data structure representing a limit line segment. More... | |
| struct | RectangularPlotWidget::AxisSettings |
| Settings for plot axes and display options. More... | |
Widget for displaying rectangular (Cartesian) plots with dual y-axes (definition)