open_iA 2025.6
Loading...
Searching...
No Matches
iAFilledLinePlot Class Reference

Plots the given data as a line and fills the area below the line. More...

#include <iAPlotTypes.h>

Inheritance diagram for iAFilledLinePlot:
[legend]
Collaboration diagram for iAFilledLinePlot:
[legend]

Public Member Functions

 iAFilledLinePlot (std::shared_ptr< iAPlotData > data, QColor const &color)
 
- Public Member Functions inherited from iAPlot
 iAPlot (std::shared_ptr< iAPlotData > data, QColor const &color)
 
virtual ~iAPlot ()
 
QColor const color () const
 Get plot color.
 
virtual std::shared_ptr< iAPlotDatadata ()
 Retrieves the data used for drawing.
 
virtual void setColor (QColor const &color)
 Set plot color.
 
virtual void setVisible (bool visible)
 Sets whether the plot should be currently drawn or not.
 
virtual bool visible () const
 Whether the plot is currently being drawn.
 

Additional Inherited Members

- Protected Attributes inherited from iAPlot
std::shared_ptr< iAPlotDatam_data
 
bool m_visible
 

Detailed Description

Plots the given data as a line and fills the area below the line.

Well-suited for (pseudo-)continuous data. For a plot without filling the area under the curve, see the iALinePlot.

Constructor & Destructor Documentation

◆ iAFilledLinePlot()

iAFilledLinePlot::iAFilledLinePlot ( std::shared_ptr< iAPlotData > data,
QColor const & color )

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