* @brief Returns the current numeric value of the dataset. */
| 204 | * @brief Returns the current numeric value of the dataset. |
| 205 | */ |
| 206 | double Widgets::Bar::value() const noexcept |
| 207 | { |
| 208 | return m_value; |
| 209 | } |
| 210 | |
| 211 | /** |
| 212 | * @brief Returns the minimum scale value for the bar. |
no outgoing calls
no test coverage detected