![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
BorderPaginator (QTextDocument *document, const QRectF &rect, qreal topMarginAfterPageBreak, qreal bottomMargin, qreal border) | |
QRectF | clipRect (int page) const |
BorderPaginator (QTextDocument *document, const QRectF &rect, qreal topMarginAfterPageBreak, qreal bottomMargin, qreal border) | |
QRectF | clipRect (int page) const |
Public Attributes | |
qreal | pageHeight |
int | topPage |
int | bottomPage |
QRectF | rect |
qreal | topMarginAfterPageBreak |
qreal | bottomMargin |
qreal | border |
Definition at line 861 of file qtextdocumentlayout.cpp.
|
inline |
Definition at line 863 of file qtextdocumentlayout.cpp.
References BorderPaginator().
Referenced by BorderPaginator().
|
inline |
Definition at line 863 of file qtextdocumentlayout.cpp.
|
inline |
Definition at line 872 of file qtextdocumentlayout.cpp.
References bottomPage, and topPage.
|
inline |
Definition at line 872 of file qtextdocumentlayout.cpp.
qreal BorderPaginator::border |
Definition at line 893 of file qtextdocumentlayout.cpp.
qreal BorderPaginator::bottomMargin |
Definition at line 892 of file qtextdocumentlayout.cpp.
int BorderPaginator::bottomPage |
Definition at line 889 of file qtextdocumentlayout.cpp.
Referenced by clipRect(), QTextDocumentLayoutPrivate::drawBorder(), and QTextDocumentLayoutPrivate::drawTableCellBorder().
qreal BorderPaginator::pageHeight |
Definition at line 887 of file qtextdocumentlayout.cpp.
QRectF BorderPaginator::rect |
Definition at line 890 of file qtextdocumentlayout.cpp.
qreal BorderPaginator::topMarginAfterPageBreak |
Definition at line 891 of file qtextdocumentlayout.cpp.
int BorderPaginator::topPage |
Definition at line 888 of file qtextdocumentlayout.cpp.
Referenced by clipRect(), QTextDocumentLayoutPrivate::drawBorder(), and QTextDocumentLayoutPrivate::drawTableCellBorder().