\brief Get the padding. \see setPostPadding()
| 2717 | //! \see setPostPadding() |
| 2718 | //! |
| 2719 | Dims getPostPadding() const noexcept |
| 2720 | { |
| 2721 | return mImpl->getPostPadding(); |
| 2722 | } |
| 2723 | |
| 2724 | //! |
| 2725 | //! \brief Set the padding mode. |
nothing calls this directly
no test coverage detected