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

#include <qcustomplot.h>

Public Member Functions

 QCPData ()
 
 QCPData (double key, double value)
 

Public Attributes

double key
 
double value
 
double keyErrorPlus
 
double keyErrorMinus
 
double valueErrorPlus
 
double valueErrorMinus
 

Detailed Description

Holds the data of one single data point for QCPGraph.

The container for storing multiple data points is QCPDataMap.

The stored data is:

See Also
QCPDataMap

Definition at line 2467 of file qcustomplot.h.

Constructor & Destructor Documentation

QCPData ( )

Constructs a data point with key, value and all errors set to zero.

Definition at line 14395 of file qcustomplot.cpp.

QCPData ( double  key,
double  value 
)

Constructs a data point with the specified key and value. All errors are set to zero.

Definition at line 14408 of file qcustomplot.cpp.

Member Data Documentation

double key
double keyErrorMinus

Definition at line 2473 of file qcustomplot.h.

Referenced by QCPGraph::drawError().

double keyErrorPlus

Definition at line 2473 of file qcustomplot.h.

Referenced by QCPGraph::drawError().

double value

Definition at line 2472 of file qcustomplot.h.

Referenced by QCPGraph::addData(), and QCPGraph::drawError().

double valueErrorMinus

Definition at line 2474 of file qcustomplot.h.

Referenced by QCPGraph::drawError().

double valueErrorPlus

Definition at line 2474 of file qcustomplot.h.

Referenced by QCPGraph::drawError().


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