![]() |
Qt 6.x
The Qt SDK
|
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.
Referenced by QPageSize::definitionUnits(), and qt_definitionSize().
qreal StandardPageSize::heightInches |
Definition at line 205 of file qpagesize.cpp.
Referenced by qt_idForSize().
qreal StandardPageSize::heightMillimeters |
Definition at line 203 of file qpagesize.cpp.
Referenced by qt_idForSize().
int StandardPageSize::heightPoints |
Definition at line 201 of file qpagesize.cpp.
Referenced by qt_idForPointSize(), and qt_idForSize().
QPageSize::PageSizeId StandardPageSize::id |
Definition at line 197 of file qpagesize.cpp.
Referenced by qt_idForPointSize(), qt_idForPpdKey(), qt_idForSize(), and qt_idForWindowsID().
const char StandardPageSize::mediaOption[20] |
Definition at line 206 of file qpagesize.cpp.
qreal StandardPageSize::widthInches |
Definition at line 204 of file qpagesize.cpp.
Referenced by qt_idForSize().
qreal StandardPageSize::widthMillimeters |
Definition at line 202 of file qpagesize.cpp.
Referenced by qt_idForSize().
int StandardPageSize::widthPoints |
Definition at line 200 of file qpagesize.cpp.
Referenced by qt_idForPointSize(), and qt_idForSize().
int StandardPageSize::windowsId |
Definition at line 198 of file qpagesize.cpp.
Referenced by QPageSize::windowsId().