! Constructs a data point with key and all values set to zero. */
| 26967 | Constructs a data point with key and all values set to zero. |
| 26968 | */ |
| 26969 | QCPFinancialData::QCPFinancialData() : |
| 26970 | key(0), |
| 26971 | open(0), |
| 26972 | high(0), |
| 26973 | low(0), |
| 26974 | close(0) |
| 26975 | { |
| 26976 | } |
| 26977 | |
| 26978 | /*! |
| 26979 | Constructs a data point with the specified \a key and OHLC values. |
nothing calls this directly
no outgoing calls
no test coverage detected