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

A class holding the data of one single data point (one bar) for QCPBars. More...

#include <qcustomplot.h>

Public Member Functions

 QCPBarData ()
 

Public Attributes

double key
 
double value
 

Detailed Description

A class holding the data of one single data point (one bar) for QCPBars.

The stored data is:

See also
QCPBarDataaMap

Definition at line 96 of file qcustomplot.h.

Constructor & Destructor Documentation

◆ QCPBarData()

QCPBarData::QCPBarData ( )

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

Definition at line 211 of file qcustomplot.cc.

211  :
212  key(0),
213  value(0)
214 {
215 }
double key
Definition: qcustomplot.h:100
double value
Definition: qcustomplot.h:100

Member Data Documentation

◆ key

double QCPBarData::key

Definition at line 100 of file qcustomplot.h.

◆ value

double QCPBarData::value

Definition at line 100 of file qcustomplot.h.


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