On this page

C

SafeRenderer::QSafeTextLayoutException Class

class SafeRenderer::QSafeTextLayoutException

An instance of QSafeTextLayoutException is thrown in case of an exception. More...

Header: #include <QSafeTextLayoutException>
Since: QtSafeRenderer 2.1
Inherits: SafeRenderer::QSafeException

Public Functions

QSafeTextLayoutException(SafeRenderer::QSafeTextLayoutException &&other)
SafeRenderer::QSafeTextLayoutException &operator=(SafeRenderer::QSafeTextLayoutException &&other)
SafeRenderer::QSafeTextLayoutException &operator=(const SafeRenderer::QSafeTextLayoutException &other)

Detailed Description

Instance of this class is thrown when an exception occurs related to text layouts and text layout readers.

Member Function Documentation

[constexpr noexcept default] QSafeTextLayoutException::QSafeTextLayoutException(SafeRenderer::QSafeTextLayoutException &&other)

Move-constructs an instance of QSafeTextLayoutException.

[delete] SafeRenderer::QSafeTextLayoutException &QSafeTextLayoutException::operator=(SafeRenderer::QSafeTextLayoutException &&other)

Move-assigns other to this QSafeTextLayoutException instance. This function is deleted.

[delete] SafeRenderer::QSafeTextLayoutException &QSafeTextLayoutException::operator=(const SafeRenderer::QSafeTextLayoutException &other)

Copy-assigns other to this QSafeTextLayoutException instance. This function is deleted.

Available under certain Qt licenses.
Find out more.