![]() |
Qt 6.x
The Qt SDK
|
Collaboration diagram for BorderPaginator:Public Member Functions | |
| 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 860 of file qtextdocumentlayout.cpp.
|
inline |
Definition at line 862 of file qtextdocumentlayout.cpp.
|
inline |
Definition at line 871 of file qtextdocumentlayout.cpp.
References QRectF::bottom(), bottomMargin, bottomPage, page, pageHeight, qMax(), qMin(), rect, QRectF::setBottom(), QRectF::setTop(), QRectF::top(), topMarginAfterPageBreak, topPage, and QRectF::toRect().
Referenced by QTextDocumentLayoutPrivate::drawBorder(), and QTextDocumentLayoutPrivate::drawTableCellBorder().
Here is the call graph for this function:
Here is the caller graph for this function:| qreal BorderPaginator::border |
Definition at line 892 of file qtextdocumentlayout.cpp.
| qreal BorderPaginator::bottomMargin |
Definition at line 891 of file qtextdocumentlayout.cpp.
Referenced by clipRect().
| int BorderPaginator::bottomPage |
Definition at line 888 of file qtextdocumentlayout.cpp.
Referenced by clipRect(), QTextDocumentLayoutPrivate::drawBorder(), and QTextDocumentLayoutPrivate::drawTableCellBorder().
| qreal BorderPaginator::pageHeight |
Definition at line 886 of file qtextdocumentlayout.cpp.
Referenced by clipRect().
| QRectF BorderPaginator::rect |
Definition at line 889 of file qtextdocumentlayout.cpp.
Referenced by clipRect().
| qreal BorderPaginator::topMarginAfterPageBreak |
Definition at line 890 of file qtextdocumentlayout.cpp.
Referenced by clipRect().
| int BorderPaginator::topPage |
Definition at line 887 of file qtextdocumentlayout.cpp.
Referenced by clipRect(), QTextDocumentLayoutPrivate::drawBorder(), and QTextDocumentLayoutPrivate::drawTableCellBorder().