![]() |
Qt 6.x
The Qt SDK
|
Inheritance diagram for QPageSizePrivate:
Collaboration diagram for QPageSizePrivate:Friends | |
| class | QPageSize |
Additional Inherited Members | |
Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 683 of file qpagesize.cpp.
| QPageSizePrivate::QPageSizePrivate | ( | ) |
Definition at line 722 of file qpagesize.cpp.
|
explicit |
Definition at line 729 of file qpagesize.cpp.
References QPageSize::LastPageSize.
| QPageSizePrivate::QPageSizePrivate | ( | const QSize & | pointSize, |
| const QString & | name, | ||
| QPageSize::SizeMatchPolicy | matchPolicy | ||
| ) |
Definition at line 738 of file qpagesize.cpp.
References QPageSize::Custom, QSize::isValid(), and qt_idForPointSize().
Here is the call graph for this function:| QPageSizePrivate::QPageSizePrivate | ( | const QSizeF & | size, |
| QPageSize::Unit | units, | ||
| const QString & | name, | ||
| QPageSize::SizeMatchPolicy | matchPolicy | ||
| ) |
Definition at line 749 of file qpagesize.cpp.
References QPageSize::Custom, and qt_idForSize().
Here is the call graph for this function:| QPageSizePrivate::QPageSizePrivate | ( | const QString & | key, |
| const QSize & | size, | ||
| const QString & | name | ||
| ) |
Definition at line 761 of file qpagesize.cpp.
References QPageSize::Custom, QPageSize::FuzzyMatch, QSize::isValid(), qt_idForPointSize(), and qt_idForPpdKey().
Here is the call graph for this function:Definition at line 776 of file qpagesize.cpp.
References QPageSize::Custom, QPageSize::FuzzyMatch, QSize::isValid(), qt_idForPointSize(), and qt_idForWindowsID().
Here is the call graph for this function:| QPageSizePrivate::~QPageSizePrivate | ( | ) |
Definition at line 791 of file qpagesize.cpp.
| bool QPageSizePrivate::isEquivalentTo | ( | const QPageSizePrivate & | other | ) | const |
Definition at line 842 of file qpagesize.cpp.
References other().
Referenced by QPageSize::isEquivalentTo().
Here is the call graph for this function:
Here is the caller graph for this function:| bool QPageSizePrivate::isValid | ( | ) | const |
Definition at line 847 of file qpagesize.cpp.
References QString::isEmpty(), and QSize::isValid().
Referenced by QPageSize::isValid().
Here is the call graph for this function:
Here is the caller graph for this function:| bool QPageSizePrivate::operator== | ( | const QPageSizePrivate & | other | ) | const |
Definition at line 834 of file qpagesize.cpp.
References other().
Here is the call graph for this function:| QSizeF QPageSizePrivate::size | ( | QPageSize::Unit | units | ) | const |
Definition at line 852 of file qpagesize.cpp.
References QPageSize::Custom, QSize::height(), QPageSize::Point, qt_convertUnits(), qt_unitSize(), and QSize::width().
Referenced by QPageSize::rect(), and QPageSize::size().
Here is the call graph for this function:
Here is the caller graph for this function:| QSize QPageSizePrivate::sizePixels | ( | int | resolution | ) | const |
Definition at line 870 of file qpagesize.cpp.
References qt_convertPointsToPixels().
Referenced by QPageSize::rectPixels(), and QPageSize::sizePixels().
Here is the call graph for this function:
Here is the caller graph for this function:
|
friend |
Definition at line 707 of file qpagesize.cpp.