class QPlaceContentRequest#

概述#

方法#

注意

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

详细描述#

__init__()#
__init__(other)
参数:

otherQPlaceContentRequest

clear()#
contentContext()#
返回类型:

对象

contentType()#
返回类型:

类型

limit()#
返回类型:

整型

__ne__(rhs)#
参数:

rhsQPlaceContentRequest

返回类型:

bool

__eq__(rhs)#
参数:

rhsQPlaceContentRequest

返回类型:

bool

placeId()#
返回类型:

str

setContentContext(context)#
参数:

context – 对象

setContentType(type)#
参数:

typeType

setLimit(limit)#
参数:

limit – int

setPlaceId(identifier)#
参数:

identifier – str

swap(other)#
参数:

otherQPlaceContentRequest