Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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.

◆ id

QPageSize::PageSizeId StandardPageSize::id

Definition at line 197 of file qpagesize.cpp.

◆ mediaOption

const char StandardPageSize::mediaOption[20]

Definition at line 206 of file qpagesize.cpp.

◆ 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.

◆ windowsId

int StandardPageSize::windowsId

Definition at line 198 of file qpagesize.cpp.


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