SimCenterCommon
Common functionality used within different SimCenter projects
SimCenterGraphPlot Class Reference

#include <SimCenterGraphPlot.h>

Inheritance diagram for SimCenterGraphPlot:
Collaboration diagram for SimCenterGraphPlot:

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)
 

Detailed Description

Definition at line 19 of file SimCenterGraphPlot.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

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.


The documentation for this class was generated from the following files: