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

#include <qcustomplot.h>

Public Member Functions

 QCPBarData ()
 
 QCPBarData (double key, double value)
 

Public Attributes

double key
 
double value
 

Detailed Description

Holds the data of one single data point (one bar) for QCPBars.

The container for storing multiple data points is QCPBarDataMap.

The stored data is:

See Also
QCPBarDataaMap

Definition at line 2802 of file qcustomplot.h.

Constructor & Destructor Documentation

Constructs a bar data point with key and value set to zero.

Definition at line 18374 of file qcustomplot.cpp.

QCPBarData ( double  key,
double  value 
)

Constructs a bar data point with the specified key and value.

Definition at line 18383 of file qcustomplot.cpp.

Member Data Documentation

double key

Definition at line 2807 of file qcustomplot.h.

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

double value

Definition at line 2807 of file qcustomplot.h.

Referenced by QCPBars::addData().


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