\brief Query whether dynamic range is set. \return True if dynamic range is set, false otherwise.
| 364 | //! \return True if dynamic range is set, false otherwise. |
| 365 | //! |
| 366 | bool dynamicRangeIsSet() const noexcept |
| 367 | { |
| 368 | return mImpl->dynamicRangeIsSet(); |
| 369 | } |
| 370 | |
| 371 | //! |
| 372 | //! \brief Undo effect of setDynamicRange. |
no outgoing calls
no test coverage detected