rock_widget_collection  0.1
Public Member Functions | Public Attributes | List of all members
QCPCurveData Class Reference

A class holding the data of one single data point for QCPCurve. More...

#include <qcustomplot.h>

Public Member Functions

 QCPCurveData ()
 

Public Attributes

double t
 
double key
 
double value
 

Detailed Description

A class holding the data of one single data point for QCPCurve.

The stored data is:

See Also
QCPCurveDataMap

Definition at line 79 of file qcustomplot.h.

Constructor & Destructor Documentation

QCPCurveData::QCPCurveData ( )

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

Definition at line 186 of file qcustomplot.cc.

186  :
187  t(0),
188  key(0),
189  value(0)
190 {
191 }
double value
Definition: qcustomplot.h:83
double key
Definition: qcustomplot.h:83

Member Data Documentation

double QCPCurveData::key

Definition at line 83 of file qcustomplot.h.

double QCPCurveData::t

Definition at line 83 of file qcustomplot.h.

double QCPCurveData::value

Definition at line 83 of file qcustomplot.h.


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