- class QPlaceContentRequest#
概述#
方法#
def
__init__()def
clear()定义
limit()定义
__ne__()定义
__eq__()定义
placeId()定义
setLimit()定义
setPlaceId()定义
swap()
注意
本文档中可能包含从 C++ 自动翻译到 Python 的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译存在问题,也可以通过在 https:/bugreports.qt.io/projects/PYSIDE 上创建工单来告知我们
详细描述#
- __init__()#
- __init__(other)
- 参数:
other –
QPlaceContentRequest
- clear()#
- contentContext()#
- 返回类型:
对象
- limit()#
- 返回类型:
整型
- __ne__(rhs)#
- 参数:
rhs –
QPlaceContentRequest- 返回类型:
bool
- __eq__(rhs)#
- 参数:
rhs –
QPlaceContentRequest- 返回类型:
bool
- placeId()#
- 返回类型:
str
- setContentContext(context)#
- 参数:
context – 对象
- setLimit(limit)#
- 参数:
limit – int
- setPlaceId(identifier)#
- 参数:
identifier – str
- swap(other)#
- 参数:
other –
QPlaceContentRequest