\brief Get the post-padding. \see setPostPadding()
| 1332 | //! \see setPostPadding() |
| 1333 | //! |
| 1334 | Dims getPostPadding() const noexcept |
| 1335 | { |
| 1336 | return mImpl->getPostPadding(); |
| 1337 | } |
| 1338 | |
| 1339 | //! |
| 1340 | //! \brief Set the padding mode. |
nothing calls this directly
no test coverage detected