| 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) | |
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.