QPlaceContentRequest#

Inheritance diagram of PySide6.QtLocation.QPlaceContentRequest

Synopsis#

Functions#

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description#

class PySide6.QtLocation.QPlaceContentRequest#

PySide6.QtLocation.QPlaceContentRequest(other)

Parameters:

otherPySide6.QtLocation.QPlaceContentRequest

PySide6.QtLocation.QPlaceContentRequest.clear()#
PySide6.QtLocation.QPlaceContentRequest.contentContext()#
Return type:

object

PySide6.QtLocation.QPlaceContentRequest.contentType()#
Return type:

Type

PySide6.QtLocation.QPlaceContentRequest.limit()#
Return type:

int

PySide6.QtLocation.QPlaceContentRequest.__ne__(rhs)#
Parameters:

rhsPySide6.QtLocation.QPlaceContentRequest

Return type:

bool

PySide6.QtLocation.QPlaceContentRequest.__eq__(rhs)#
Parameters:

rhsPySide6.QtLocation.QPlaceContentRequest

Return type:

bool

PySide6.QtLocation.QPlaceContentRequest.placeId()#
Return type:

str

PySide6.QtLocation.QPlaceContentRequest.setContentContext(context)#
Parameters:

context – object

PySide6.QtLocation.QPlaceContentRequest.setContentType(type)#
Parameters:

typeType

PySide6.QtLocation.QPlaceContentRequest.setLimit(limit)#
Parameters:

limit – int

PySide6.QtLocation.QPlaceContentRequest.setPlaceId(identifier)#
Parameters:

identifier – str

PySide6.QtLocation.QPlaceContentRequest.swap(other)#
Parameters:

otherPySide6.QtLocation.QPlaceContentRequest