ACF $AcfVersion:0$
Public Member Functions | Public Attributes | List of all members
i2d::CGraphData2d::Curve Struct Reference

Structure representing a single curve in the graph. More...

#include <CGraphData2d.h>

Public Member Functions

 Curve ()
 

Public Attributes

QString name
 Name of the curve (for legend)
 
QVector< CVector2dpoints
 Points defining the curve.
 
QColor color
 Color for drawing the curve.
 

Detailed Description

Structure representing a single curve in the graph.

Definition at line 40 of file CGraphData2d.h.

Constructor & Destructor Documentation

◆ Curve()

i2d::CGraphData2d::Curve::Curve ( )
inline

Definition at line 46 of file CGraphData2d.h.

Member Data Documentation

◆ color

QColor i2d::CGraphData2d::Curve::color

Color for drawing the curve.

Definition at line 44 of file CGraphData2d.h.

◆ name

QString i2d::CGraphData2d::Curve::name

Name of the curve (for legend)

Definition at line 42 of file CGraphData2d.h.

◆ points

QVector<CVector2d> i2d::CGraphData2d::Curve::points

Points defining the curve.

Definition at line 43 of file CGraphData2d.h.


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