* @brief Returns whether a CSV file is currently open. */
| 77 | * @brief Returns whether a CSV file is currently open. |
| 78 | */ |
| 79 | bool CSV::Player::isOpen() const |
| 80 | { |
| 81 | return m_csvFile.isOpen(); |
| 82 | } |
| 83 | |
| 84 | /** |
| 85 | * @brief Returns the CSV playback progress in the range 0.0 to 1.0. |
no outgoing calls
no test coverage detected