The D_Popup_Plot class WIP.
More...
#include <d_popup_plot.h>
|
| D_Popup_Plot (QString Title, QString nameX, QString nameY, QString namePlot, QString nameSeries, vector< double > vX, vector< double > vY, int plot_mode=c_PLOT_SIMPLE_POINT, bool as_exec=true, QWidget *parent=nullptr) |
|
| D_Popup_Plot (QString Title, QString nameX, QString nameY, QString namePlot, QString nameSeries, vector< double > vY, int plot_mode=c_PLOT_SIMPLE_POINT, bool as_exec=true, QWidget *parent=nullptr) |
|
| D_Popup_Plot (QString Title, QString nameX, QString nameY, QString namePlot, QStringList namesSeries, vector< vector< double >> vvX, vector< vector< double >> vvY, int plot_mode=c_PLOT_SIMPLE_POINT, bool as_exec=true, QWidget *parent=nullptr) |
|
| D_Popup_Plot (QString Title, QString nameX, QString nameY, QString namePlot, QStringList namesSeries, vector< vector< double >> vvY, int plot_mode=c_PLOT_SIMPLE_POINT, bool as_exec=true, QWidget *parent=nullptr) |
|
| ~D_Popup_Plot () |
|
The D_Popup_Plot class WIP.
Shall be able to plot data when needed temporarily only.
◆ D_Popup_Plot() [1/4]
D_Popup_Plot::D_Popup_Plot |
( |
QString |
Title, |
|
|
QString |
nameX, |
|
|
QString |
nameY, |
|
|
QString |
namePlot, |
|
|
QString |
nameSeries, |
|
|
vector< double > |
vX, |
|
|
vector< double > |
vY, |
|
|
int |
plot_mode = c_PLOT_SIMPLE_POINT , |
|
|
bool |
as_exec = true , |
|
|
QWidget * |
parent = nullptr |
|
) |
| |
|
explicit |
◆ D_Popup_Plot() [2/4]
D_Popup_Plot::D_Popup_Plot |
( |
QString |
Title, |
|
|
QString |
nameX, |
|
|
QString |
nameY, |
|
|
QString |
namePlot, |
|
|
QString |
nameSeries, |
|
|
vector< double > |
vY, |
|
|
int |
plot_mode = c_PLOT_SIMPLE_POINT , |
|
|
bool |
as_exec = true , |
|
|
QWidget * |
parent = nullptr |
|
) |
| |
|
explicit |
◆ D_Popup_Plot() [3/4]
D_Popup_Plot::D_Popup_Plot |
( |
QString |
Title, |
|
|
QString |
nameX, |
|
|
QString |
nameY, |
|
|
QString |
namePlot, |
|
|
QStringList |
namesSeries, |
|
|
vector< vector< double >> |
vvX, |
|
|
vector< vector< double >> |
vvY, |
|
|
int |
plot_mode = c_PLOT_SIMPLE_POINT , |
|
|
bool |
as_exec = true , |
|
|
QWidget * |
parent = nullptr |
|
) |
| |
|
explicit |
◆ D_Popup_Plot() [4/4]
D_Popup_Plot::D_Popup_Plot |
( |
QString |
Title, |
|
|
QString |
nameX, |
|
|
QString |
nameY, |
|
|
QString |
namePlot, |
|
|
QStringList |
namesSeries, |
|
|
vector< vector< double >> |
vvY, |
|
|
int |
plot_mode = c_PLOT_SIMPLE_POINT , |
|
|
bool |
as_exec = true , |
|
|
QWidget * |
parent = nullptr |
|
) |
| |
|
explicit |
◆ ~D_Popup_Plot()
D_Popup_Plot::~D_Popup_Plot |
( |
| ) |
|
The documentation for this class was generated from the following files: