QCPGraphData Class Reference

#include </home/florent/devel/release/src/gepetto-viewer/plugins/pyqcustomplot/qcustomplot-2.0.1/qcustomplot.h>

Public Member Functions

 QCPGraphData ()
 
 QCPGraphData (double key, double value)
 
double sortKey () const
 
double mainKey () const
 
double mainValue () const
 
QCPRange valueRange () const
 

Static Public Member Functions

static QCPGraphData fromSortKey (double sortKey)
 
static bool sortKeyIsMainKey ()
 

Public Attributes

double key
 
double value
 

Constructor & Destructor Documentation

◆ QCPGraphData() [1/2]

QCPGraphData::QCPGraphData ( )

◆ QCPGraphData() [2/2]

QCPGraphData::QCPGraphData ( double  key,
double  value 
)

Member Function Documentation

◆ fromSortKey()

static QCPGraphData QCPGraphData::fromSortKey ( double  sortKey)
inlinestatic

◆ mainKey()

double QCPGraphData::mainKey ( ) const
inline

◆ mainValue()

double QCPGraphData::mainValue ( ) const
inline

◆ sortKey()

double QCPGraphData::sortKey ( ) const
inline

◆ sortKeyIsMainKey()

static bool QCPGraphData::sortKeyIsMainKey ( )
inlinestatic

◆ valueRange()

QCPRange QCPGraphData::valueRange ( ) const
inline

Member Data Documentation

◆ key

double QCPGraphData::key

◆ value

double QCPGraphData::value

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