\brief Get the shift value. \see setShift()
| 2258 | //! \see setShift() |
| 2259 | //! |
| 2260 | Weights getShift() const noexcept |
| 2261 | { |
| 2262 | return mImpl->getShift(); |
| 2263 | } |
| 2264 | |
| 2265 | //! |
| 2266 | //! \brief Set the scale value. |
no outgoing calls
no test coverage detected