Expand description
Statics§
- PERSPECTIVE_
ORIGIN_ VAR - Vanishing point used by
transformwhen it is 3D. - TRANSFORM_
ORIGIN_ VAR - Point relative to the widget inner bounds around which the
transformis applied.
Functions§
- backface_
visibility PSets if the widget is still visible when it is turned back towards the viewport due to rotations in X or Y axis in the widget or in parent widgets.- perspective
PDistance from the Z plane (0) the viewer is, affects 3D transform on the widget’s children.- perspective_
origin PVanishing point used by 3D transforms in the widget’s children.- rotate
PRotate transform.- rotate_
x PRotate transform.- rotate_
y PRotate transform.- rotate_
z PSame asrotate.- scale
PScale transform.- scale_x
PScale X transform.- scale_
xy PScale X and Y transform.- scale_y
PScale Y transform.- skew
PSkew transform.- skew_x
PSkew X transform.- skew_y
PSkew Y transform.- transform
PCustom transform.- transform_
origin PPoint relative to the widget inner bounds around which thetransformis applied.- transform_
style PDefines how the widget and children are positioned in 3D space.- translate
PTranslate transform.- translate_
x PTranslate X transform.- translate_
y PTranslate Y transform.- translate_
z PTranslate Z transform.