|
ACF $AcfVersion:0$
|
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< CVector2d > | points |
| Points defining the curve. | |
| QColor | color |
| Color for drawing the curve. | |
Structure representing a single curve in the graph.
Definition at line 40 of file CGraphData2d.h.
|
inline |
Definition at line 46 of file CGraphData2d.h.
| QColor i2d::CGraphData2d::Curve::color |
Color for drawing the curve.
Definition at line 44 of file CGraphData2d.h.
| QString i2d::CGraphData2d::Curve::name |
Name of the curve (for legend)
Definition at line 42 of file CGraphData2d.h.
| QVector<CVector2d> i2d::CGraphData2d::Curve::points |
Points defining the curve.
Definition at line 43 of file CGraphData2d.h.