#include <plotviewer.h>
|
| PlotViewer (MainWindow *parent, QSharedPointer< VespucciWorkspace > workspace) |
|
| ~PlotViewer () |
|
void | AddPlot (const mat &paired_data, const QString &tab_title) |
|
void | AddPlot (const vec &abscissa, const vec &data, const QString &tab_title) |
|
void | AddTransientPlot (const vec &abscissa, const vec &data, const QString &tab_title) |
|
void | AddTransientPlot (const mat &paired_data, const QString &tab_title) |
|
void | AddScatterPlot (const mat &paired_data, const QString &tab_title) |
|
void | AddScatterPlot (const vec &abscissa, const vec &data, const QString &tab_title) |
|
void | AddTab (const QString &tab_title) |
| PlotViewer::AddTab. More...
|
|
void | SetHoldCheckBoxChecked (bool checked) |
|
void | CloseTransientTab () |
|
Definition at line 16 of file plotviewer.h.
PlotViewer::~PlotViewer |
( |
| ) |
|
void PlotViewer::AddPlot |
( |
const mat & |
paired_data, |
|
|
const QString & |
tab_title |
|
) |
| |
void PlotViewer::AddPlot |
( |
const vec & |
abscissa, |
|
|
const vec & |
data, |
|
|
const QString & |
tab_title |
|
) |
| |
void PlotViewer::AddScatterPlot |
( |
const mat & |
paired_data, |
|
|
const QString & |
tab_title |
|
) |
| |
void PlotViewer::AddScatterPlot |
( |
const vec & |
abscissa, |
|
|
const vec & |
data, |
|
|
const QString & |
tab_title |
|
) |
| |
void PlotViewer::AddTab |
( |
const QString & |
tab_title | ) |
|
PlotViewer::AddTab.
- Parameters
-
tab_title | Adds a tab without setting its data. Will ignore the hold checkbox If the tab is meant to be transient, use CloseTransientTab to close it. |
Definition at line 108 of file plotviewer.cpp.
void PlotViewer::AddTransientPlot |
( |
const vec & |
abscissa, |
|
|
const vec & |
data, |
|
|
const QString & |
tab_title |
|
) |
| |
void PlotViewer::AddTransientPlot |
( |
const mat & |
paired_data, |
|
|
const QString & |
tab_title |
|
) |
| |
void PlotViewer::closeEvent |
( |
QCloseEvent * |
ev | ) |
|
|
protected |
void PlotViewer::CloseTransientTab |
( |
| ) |
|
void PlotViewer::SetActionChecked |
( |
bool |
checked | ) |
|
|
signal |
void PlotViewer::SetHoldCheckBoxChecked |
( |
bool |
checked | ) |
|
The documentation for this class was generated from the following files:
- Projects/VespucciProject/Vespucci/Vespucci/GUI/Display/plotviewer.h
- Projects/VespucciProject/Vespucci/Vespucci/GUI/Display/plotviewer.cpp