Main Page · Class Overview · Hierarchy · All Classes · Special Pages
Data Structures | Typedefs | Functions
plottable-financial.h File Reference
#include "../global.h"
#include "../range.h"
#include "../plottable.h"
#include "../painter.h"

Data Structures

class  QCPFinancialData
 Holds the data of one single data point for QCPFinancial. More...
 
class  QCPFinancial
 A plottable representing a financial stock chart. More...
 

Typedefs

typedef QMap< double,
QCPFinancialData
QCPFinancialDataMap
 
typedef QMapIterator< double,
QCPFinancialData
QCPFinancialDataMapIterator
 
typedef QMutableMapIterator
< double, QCPFinancialData
QCPFinancialDataMutableMapIterator
 

Functions

 Q_DECLARE_TYPEINFO (QCPFinancialData, Q_MOVABLE_TYPE)
 

Typedef Documentation

Container for storing QCPFinancialData items in a sorted fashion. The key of the map is the key member of the QCPFinancialData instance.

This is the container in which QCPFinancial holds its data.

See Also
QCPFinancial, QCPFinancial::setData