AtCore  1.0.72
AtCore is a API to manage the serial connection between the computer and 3D Printers.
Public Member Functions | Private Attributes | List of all members
PlotWidget::plot Class Reference

Public Member Functions

 plot ()
 
 plot (const plot &other)
 
 ~plot ()
 
void pushPoint (float value)
 
void setName (const QString &name)
 
QLineSeries * serie () const
 
QString name () const
 

Private Attributes

QLineSeries * _series
 
QString _name
 

Constructor & Destructor Documentation

◆ plot() [1/2]

PlotWidget::plot::plot ( )
inlineexplicit

◆ plot() [2/2]

PlotWidget::plot::plot ( const plot other)
inlineexplicit

◆ ~plot()

PlotWidget::plot::~plot ( )
inline

Member Function Documentation

◆ name()

QString PlotWidget::plot::name ( ) const
inline

◆ pushPoint()

void PlotWidget::plot::pushPoint ( float  value)
inline

◆ serie()

QLineSeries* PlotWidget::plot::serie ( ) const
inline

◆ setName()

void PlotWidget::plot::setName ( const QString &  name)
inline

Member Data Documentation

◆ _name

QString PlotWidget::plot::_name
private

◆ _series

QLineSeries* PlotWidget::plot::_series
private

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