![]() |
SimCenterCommon
Common functionality used within different SimCenter projects
|
#include <SimCenterGraphPlot.h>


Public Member Functions | |
| SimCenterGraphPlot (QString xAxis, QString yAxis, QWidget *parent=0) | |
| SimCenterGraphPlot (QString xAxis, QString yAxis, int minWidth, int minHeight, QWidget *parent=0) | |
| ~SimCenterGraphPlot () | |
| void | clear () |
| void | addLine (QVector< double > &x, QVector< double > &y, int width=1, int r=0, int g=0, int b=0) |
Definition at line 19 of file SimCenterGraphPlot.h.
| SimCenterGraphPlot::SimCenterGraphPlot | ( | QString | xAxis, |
| QString | yAxis, | ||
| QWidget * | parent = 0 |
||
| ) |
Definition at line 11 of file SimCenterGraphPlot.cpp.
| SimCenterGraphPlot::SimCenterGraphPlot | ( | QString | xAxis, |
| QString | yAxis, | ||
| int | minWidth, | ||
| int | minHeight, | ||
| QWidget * | parent = 0 |
||
| ) |
Definition at line 48 of file SimCenterGraphPlot.cpp.
| SimCenterGraphPlot::~SimCenterGraphPlot | ( | ) |
Definition at line 85 of file SimCenterGraphPlot.cpp.
| void SimCenterGraphPlot::addLine | ( | QVector< double > & | x, |
| QVector< double > & | y, | ||
| int | width = 1, |
||
| int | r = 0, |
||
| int | g = 0, |
||
| int | b = 0 |
||
| ) |
Definition at line 102 of file SimCenterGraphPlot.cpp.
| void SimCenterGraphPlot::clear | ( | void | ) |
Definition at line 91 of file SimCenterGraphPlot.cpp.