Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qpdfdocumentrenderoptions.h File Reference

(9dd330ef3d98555c5773ffa850f834e8904c45fb)

#include <QtPdf/qtpdfglobal.h>
#include <QtCore/qobject.h>
#include <QtCore/qrect.h>
+ Include dependency graph for qpdfdocumentrenderoptions.h:

Go to the source code of this file.

Classes

class  QPdfDocumentRenderOptions
 

Functions

 Q_DECLARE_TYPEINFO (QPdfDocumentRenderOptions, Q_PRIMITIVE_TYPE)
 
constexpr bool operator== (const QPdfDocumentRenderOptions &lhs, const QPdfDocumentRenderOptions &rhs) noexcept
 
constexpr bool operator!= (const QPdfDocumentRenderOptions &lhs, const QPdfDocumentRenderOptions &rhs) noexcept
 

Function Documentation

◆ operator!=()

constexpr bool operator!= ( const QPdfDocumentRenderOptions & lhs,
const QPdfDocumentRenderOptions & rhs )
inlineconstexprnoexcept

Definition at line 72 of file qpdfdocumentrenderoptions.h.

References operator==().

+ Here is the call graph for this function:

◆ operator==()

constexpr bool operator== ( const QPdfDocumentRenderOptions & lhs,
const QPdfDocumentRenderOptions & rhs )
inlineconstexprnoexcept

Definition at line 65 of file qpdfdocumentrenderoptions.h.

Referenced by operator!=().

+ Here is the caller graph for this function:

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QPdfDocumentRenderOptions ,
Q_PRIMITIVE_TYPE  )