__copy__(self) |
__copy__(self) [extrait de __copy__.__doc__] |
__reduce__(self) -> object |
__reduce__(self) -> object [extrait de __reduce__.__doc__] |
__repr__(self) -> object |
__repr__(self) -> object [extrait de __repr__.__doc__] |
determinant(self) -> float |
determinant(self) -> float [extrait de determinant.__doc__] |
dx(self) -> float |
dx(self) -> float [extrait de dx.__doc__] |
dy(self) -> float |
dy(self) -> float [extrait de dy.__doc__] |
inverted(self) -> typing.Tuple[PySide2.QtGui.QMatrix, bool] |
inverted(self) -> typing.Tuple[PySide2.QtGui.QMatrix, bool] [extrait de inverted.__doc__] |
isIdentity(self) -> bool |
isIdentity(self) -> bool [extrait de isIdentity.__doc__] |
isInvertible(self) -> bool |
isInvertible(self) -> bool [extrait de isInvertible.__doc__] |
m11(self) -> float |
m11(self) -> float [extrait de m11.__doc__] |
m12(self) -> float |
m12(self) -> float [extrait de m12.__doc__] |
m21(self) -> float |
m21(self) -> float [extrait de m21.__doc__] |
m22(self) -> float |
m22(self) -> float [extrait de m22.__doc__] |
map |
map(self, a: PySide2.QtGui.QPolygon) -> PySide2.QtGui.QPolygon [extrait de map.__doc__] |
mapRect |
mapRect(self, arg__1: PySide2.QtCore.QRect) -> PySide2.QtCore.QRect [extrait de mapRect.__doc__] |
mapToPolygon(self, r: PySide2.QtCore.QRect) -> PySide2.QtGui.QPolygon |
mapToPolygon(self, r: PySide2.QtCore.QRect) -> PySide2.QtGui.QPolygon [extrait de mapToPolygon.__doc__] |
reset(self) |
reset(self) [extrait de reset.__doc__] |
rotate(self, a: float) -> PySide2.QtGui.QMatrix |
rotate(self, a: float) -> PySide2.QtGui.QMatrix [extrait de rotate.__doc__] |
scale(self, sx: float, sy: float) -> PySide2.QtGui.QMatrix |
scale(self, sx: float, sy: float) -> PySide2.QtGui.QMatrix [extrait de scale.__doc__] |
setMatrix(self, m11: float, m12: float, m21: float, m22: float, dx: float, dy: float) |
setMatrix(self, m11: float, m12: float, m21: float, m22: float, dx: float, dy: float) [extrait de setMatrix.__doc__] |
shear(self, sh: float, sv: float) -> PySide2.QtGui.QMatrix |
shear(self, sh: float, sv: float) -> PySide2.QtGui.QMatrix [extrait de shear.__doc__] |
translate(self, dx: float, dy: float) -> PySide2.QtGui.QMatrix |
translate(self, dx: float, dy: float) -> PySide2.QtGui.QMatrix [extrait de translate.__doc__] |
Améliorations / Corrections
Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Emplacement :
Description des améliorations :