! Constructs a data point with key and all values set to zero. */
| 27000 | Constructs a data point with key and all values set to zero. |
| 27001 | */ |
| 27002 | QCPFinancialData::QCPFinancialData() : |
| 27003 | key(0), |
| 27004 | open(0), |
| 27005 | high(0), |
| 27006 | low(0), |
| 27007 | close(0) |
| 27008 | { |
| 27009 | } |
| 27010 | |
| 27011 | /*! |
| 27012 | Constructs a data point with the specified \a key and OHLC values. |
nothing calls this directly
no outgoing calls
no test coverage detected