![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Attributes | |
| QPageSize::PageSizeId | id: 8 |
| int | windowsId: 16 |
| QPageSize::Unit | definitionUnits: 8 |
| int | widthPoints: 16 |
| int | heightPoints: 16 |
| qreal | widthMillimeters |
| qreal | heightMillimeters |
| qreal | widthInches |
| qreal | heightInches |
| const char | mediaOption [20] |
Definition at line 196 of file qpagesize.cpp.
| QPageSize::Unit StandardPageSize::definitionUnits |
Definition at line 199 of file qpagesize.cpp.
| qreal StandardPageSize::heightInches |
Definition at line 205 of file qpagesize.cpp.
| qreal StandardPageSize::heightMillimeters |
Definition at line 203 of file qpagesize.cpp.
| int StandardPageSize::heightPoints |
Definition at line 201 of file qpagesize.cpp.
Referenced by qt_idForPointSize(), qt_idForPpdKey(), qt_idForSize(), and qt_idForWindowsID().
| QPageSize::PageSizeId StandardPageSize::id |
Definition at line 197 of file qpagesize.cpp.
| const char StandardPageSize::mediaOption |
Definition at line 206 of file qpagesize.cpp.
Referenced by qt_idForPpdKey().
| qreal StandardPageSize::widthInches |
Definition at line 204 of file qpagesize.cpp.
| qreal StandardPageSize::widthMillimeters |
Definition at line 202 of file qpagesize.cpp.
| int StandardPageSize::widthPoints |
Definition at line 200 of file qpagesize.cpp.
Referenced by qt_idForPointSize(), qt_idForPpdKey(), qt_idForSize(), and qt_idForWindowsID().
| int StandardPageSize::windowsId |
Definition at line 198 of file qpagesize.cpp.
Referenced by qt_idForWindowsID().