Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
StandardPageSize Struct Reference
+ Collaboration diagram for StandardPageSize:

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]
 

Detailed Description

Definition at line 196 of file qpagesize.cpp.

Member Data Documentation

◆ definitionUnits

QPageSize::Unit StandardPageSize::definitionUnits

Definition at line 199 of file qpagesize.cpp.

◆ heightInches

qreal StandardPageSize::heightInches

Definition at line 205 of file qpagesize.cpp.

◆ heightMillimeters

qreal StandardPageSize::heightMillimeters

Definition at line 203 of file qpagesize.cpp.

◆ heightPoints

int StandardPageSize::heightPoints

Definition at line 201 of file qpagesize.cpp.

Referenced by qt_idForPointSize(), qt_idForPpdKey(), qt_idForSize(), and qt_idForWindowsID().

◆ id

QPageSize::PageSizeId StandardPageSize::id

Definition at line 197 of file qpagesize.cpp.

◆ mediaOption

const char StandardPageSize::mediaOption

Definition at line 206 of file qpagesize.cpp.

Referenced by qt_idForPpdKey().

◆ widthInches

qreal StandardPageSize::widthInches

Definition at line 204 of file qpagesize.cpp.

◆ widthMillimeters

qreal StandardPageSize::widthMillimeters

Definition at line 202 of file qpagesize.cpp.

◆ widthPoints

int StandardPageSize::widthPoints

Definition at line 200 of file qpagesize.cpp.

Referenced by qt_idForPointSize(), qt_idForPpdKey(), qt_idForSize(), and qt_idForWindowsID().

◆ windowsId

int StandardPageSize::windowsId

Definition at line 198 of file qpagesize.cpp.

Referenced by qt_idForWindowsID().


The documentation for this struct was generated from the following file: