* @brief Returns the dashboard point count (0 = use global default). */
| 1195 | * @brief Returns the dashboard point count (0 = use global default). |
| 1196 | */ |
| 1197 | int DataModel::ProjectModel::pointCount() const noexcept |
| 1198 | { |
| 1199 | return m_pointCount; |
| 1200 | } |
| 1201 | |
| 1202 | /** |
| 1203 | * @brief Returns the project's plot time range in seconds (visible window for time-axis plots). |
no outgoing calls
no test coverage detected