ImageD  v2_7_5 (24.06.22)
ImageD is an image processing software designed for rapid prototyping and implementing algorithms and solutions for science, research and teaching.
D_Popup_Plot Class Reference

The D_Popup_Plot class WIP. More...

#include <d_popup_plot.h>

Inheritance diagram for D_Popup_Plot:

Public Member Functions

 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 ()
 

Detailed Description

The D_Popup_Plot class WIP.

Shall be able to plot data when needed temporarily only.

Constructor & Destructor Documentation

◆ 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: