PySide2 :: QtGui :: QPaintDevice :: PaintDeviceMetric :: Class PaintDeviceMetric
[hide private]
[frames] | no frames]

Class PaintDeviceMetric

object --+
         |
        QPaintDevice.PaintDeviceMetric

Instance Methods [hide private]
 
__add__(x, y)
x+y
 
__and__(x, y)
x&y
 
__div__(x, y)
x/y
 
__eq__(x, y)
x==y
 
__ge__(x, y)
x>=y
 
__gt__(x, y)
x>y
 
__hash__(x)
hash(x)
 
__index__(...)
x[y:z] <==> x[y.__index__():z.__index__()]
 
__int__(x)
int(x)
 
__le__(x, y)
x<=y
 
__long__(x)
long(x)
 
__lt__(x, y)
x<y
 
__mul__(x, y)
x*y
 
__ne__(x, y)
x!=y
a new object with type S, a subtype of T
__new__(T, S, ...)
 
__nonzero__(x)
x != 0
 
__or__(x, y)
x|y
 
__pos__(x)
+x
 
__radd__(x, y)
y+x
 
__rand__(x, y)
y&x
 
__rdiv__(x, y)
y/x
 
__repr__(x)
repr(x)
 
__rmul__(x, y)
y*x
 
__ror__(x, y)
y|x
 
__rsub__(x, y)
y-x
 
__rxor__(x, y)
y^x
 
__str__(x)
str(x)
 
__sub__(x, y)
x-y
 
__xor__(x, y)
x^y

Inherited from object: __delattr__, __format__, __getattribute__, __init__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]
  PdmDepth = PySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmDepth
  PdmDevicePixelRatio = PySide2.QtGui.QPaintDevice.PaintDeviceMe...
  PdmDevicePixelRatioScaled = PySide2.QtGui.QPaintDevice.PaintDe...
  PdmDpiX = PySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmDpiX
  PdmDpiY = PySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmDpiY
  PdmHeight = PySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmHe...
  PdmHeightMM = PySide2.QtGui.QPaintDevice.PaintDeviceMetric.Pdm...
  PdmNumColors = PySide2.QtGui.QPaintDevice.PaintDeviceMetric.Pd...
  PdmPhysicalDpiX = PySide2.QtGui.QPaintDevice.PaintDeviceMetric...
  PdmPhysicalDpiY = PySide2.QtGui.QPaintDevice.PaintDeviceMetric...
  PdmWidth = PySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmWidth
  PdmWidthMM = PySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmW...
  values = {'PdmDepth': PySide2.QtGui.QPaintDevice.PaintDeviceMe...
Properties [hide private]
  name

Inherited from object: __class__

Method Details [hide private]

__hash__(x)
(Hashing function)

 

hash(x)

Overrides: object.__hash__

__new__(T, S, ...)

 
Returns: a new object with type S, a subtype of T
Overrides: object.__new__

__repr__(x)
(Representation operator)

 

repr(x)

Overrides: object.__repr__

__str__(x)
(Informal representation operator)

 

str(x)

Overrides: object.__str__

Class Variable Details [hide private]

PdmDevicePixelRatio

Value:
PySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmDevicePixelRatio

PdmDevicePixelRatioScaled

Value:
PySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmDevicePixelRatioScaled

PdmHeight

Value:
PySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmHeight

PdmHeightMM

Value:
PySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmHeightMM

PdmNumColors

Value:
PySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmNumColors

PdmPhysicalDpiX

Value:
PySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmPhysicalDpiX

PdmPhysicalDpiY

Value:
PySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmPhysicalDpiY

PdmWidthMM

Value:
PySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmWidthMM

values

Value:
{'PdmDepth': PySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmDepth,
 'PdmDevicePixelRatio': PySide2.QtGui.QPaintDevice.PaintDeviceMetric.P\
dmDevicePixelRatio,
 'PdmDevicePixelRatioScaled': PySide2.QtGui.QPaintDevice.PaintDeviceMe\
tric.PdmDevicePixelRatioScaled,
 'PdmDpiX': PySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmDpiX,
 'PdmDpiY': PySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmDpiY,
 'PdmHeight': PySide2.QtGui.QPaintDevice.PaintDeviceMetric.PdmHeight,
...