SETestKCL  1.0.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
QCPCurveData Class Reference

#include <qcustomplot.h>

Public Member Functions

 QCPCurveData ()
 
 QCPCurveData (double t, double key, double value)
 

Public Attributes

double t
 
double key
 
double value
 

Detailed Description

Holds the data of one single data point for QCPCurve.

The container for storing multiple data points is QCPCurveDataMap.

The stored data is:

See Also
QCPCurveDataMap

Definition at line 2638 of file qcustomplot.h.

Constructor & Destructor Documentation

Constructs a curve data point with t, key and value set to zero.

Definition at line 16751 of file qcustomplot.cpp.

QCPCurveData ( double  t,
double  key,
double  value 
)

Constructs a curve data point with the specified t, key and value.

Definition at line 16761 of file qcustomplot.cpp.

Member Data Documentation

double key

Definition at line 2643 of file qcustomplot.h.

Referenced by QCPCurve::addData().

double t

Definition at line 2643 of file qcustomplot.h.

Referenced by QCPCurve::addData(), and QCPCurve::setData().

double value

Definition at line 2643 of file qcustomplot.h.

Referenced by QCPCurve::addData().


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