class QScissorTest#

QScissorTest 类会丢弃屏幕左下角区域、宽度、高度所规定的矩形之外的部分的片段。更多...

Inheritance diagram of PySide6.Qt3DRender.Qt3DRender.QScissorTest

概述#

属性#

方法#

#

信号#

备注

此文档可能包含从 C++ 自动翻译到 Python 的代码片段。我们始终欢迎对片段翻译的贡献。如果您发现翻译中的问题,也可以通过在 https:/bugreports.qt.io/projects/PYSIDE 上创建问题单来告诉我们

详细描述#

QScissorTest 类实现了裁剪测试功能,丢弃左、底部、宽度和高度属性指定的屏幕矩形区域之外的片段。

备注

当使用 from __feature__ import true_property 时,可以直接使用属性,否则通过访问函数使用。

属性 bottom_: int#

存储剪切框的底边坐标。

访问函数
属性 height_: int#

存储剪切框的高度。

访问函数
属性 left_: int#

存储剪切框的左边坐标。

访问函数
属性 width_: int#

存储剪切框的宽度。

访问函数
__init__([parent=None])#
参数:

parentQNode

构造函数创建一个新的带有指定 parentQScissorTest 实例。

bottom()#
返回类型:

int

另请参阅

setBottom()

属性 bottom_ 的获取器。

bottomChanged(bottom)#
参数:

bottom – int

属性 bottom_ 的通知信号。

height()#
返回类型:

int

另请参阅

setHeight()

属性 height_ 的获取器。

heightChanged(height)#
参数:

height – int

属性 height 的通知信号。

left()#
返回类型:

int

另请参阅

setLeft()

属性 left 的获取器。

leftChanged(left)#
参数:

left – int

属性 left 的通知信号。

setBottom(bottom)#
参数:

bottom – int

另请参阅

bottom()

属性 bottom 的设置器。

setHeight(height)#
参数:

height – int

另请参阅

height()

属性 height 的设置器。

setLeft(left)#
参数:

left – int

另请参阅

left()

属性 left 的设置器。

setWidth(width)#
参数:

width – int

另请参阅

width()

属性 width 的设置器。

width()#
返回类型:

int

另请参阅

setWidth()

属性 width 的获取器。

widthChanged(width)#
参数:

width – int

属性 width 的通知信号。