|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.gui.QPaintDevice.PaintDeviceMetric
public static final class QPaintDevice.PaintDeviceMetric
Describes the various metrics of a paint device.
metric()
.
Field Summary | |
---|---|
static QPaintDevice.PaintDeviceMetric |
PdmDepth
The bit depth (number of bit planes) of the paint device. |
static QPaintDevice.PaintDeviceMetric |
PdmDpiX
The horizontal resolution of the device in dots per inch. |
static QPaintDevice.PaintDeviceMetric |
PdmDpiY
The vertical resolution of the device in dots per inch. |
static QPaintDevice.PaintDeviceMetric |
PdmHeight
The height of the paint device in default coordinate system units (e.g. |
static QPaintDevice.PaintDeviceMetric |
PdmHeightMM
The height of the paint device in millimeters. |
static QPaintDevice.PaintDeviceMetric |
PdmNumColors
The number of different colors available for the paint device. |
static QPaintDevice.PaintDeviceMetric |
PdmPhysicalDpiX
The horizontal resolution of the device in dots per inch. |
static QPaintDevice.PaintDeviceMetric |
PdmPhysicalDpiY
The vertical resolution of the device in dots per inch. |
static QPaintDevice.PaintDeviceMetric |
PdmWidth
The width of the paint device in default coordinate system units (e.g. |
static QPaintDevice.PaintDeviceMetric |
PdmWidthMM
The width of the paint device in millimeters. |
Method Summary | |
---|---|
static QPaintDevice.PaintDeviceMetric |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QPaintDevice.PaintDeviceMetric |
valueOf(java.lang.String name)
|
static QPaintDevice.PaintDeviceMetric[] |
values()
|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final QPaintDevice.PaintDeviceMetric PdmWidth
QPixmap
and QWidget
). See also width()
.
public static final QPaintDevice.PaintDeviceMetric PdmHeight
QPixmap
and QWidget
). See also height()
.
public static final QPaintDevice.PaintDeviceMetric PdmWidthMM
widthMM()
.
public static final QPaintDevice.PaintDeviceMetric PdmHeightMM
heightMM()
.
public static final QPaintDevice.PaintDeviceMetric PdmNumColors
numColors()
.
public static final QPaintDevice.PaintDeviceMetric PdmDepth
depth()
.
public static final QPaintDevice.PaintDeviceMetric PdmDpiX
logicalDpiX()
.
public static final QPaintDevice.PaintDeviceMetric PdmDpiY
logicalDpiY()
.
public static final QPaintDevice.PaintDeviceMetric PdmPhysicalDpiX
physicalDpiX()
.
public static final QPaintDevice.PaintDeviceMetric PdmPhysicalDpiY
physicalDpiY()
.
Method Detail |
---|
public static QPaintDevice.PaintDeviceMetric[] values()
public static QPaintDevice.PaintDeviceMetric valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QPaintDevice.PaintDeviceMetric resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |