QPlaceContentReply#

Inheritance diagram of PySide6.QtLocation.QPlaceContentReply

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.QPlaceContentReply([parent=None])#
Parameters:

parentPySide6.QtCore.QObject

PySide6.QtLocation.QPlaceContentReply.content()#
PySide6.QtLocation.QPlaceContentReply.nextPageRequest()#
Return type:

PySide6.QtLocation.QPlaceContentRequest

PySide6.QtLocation.QPlaceContentReply.previousPageRequest()#
Return type:

PySide6.QtLocation.QPlaceContentRequest

PySide6.QtLocation.QPlaceContentReply.request()#
Return type:

PySide6.QtLocation.QPlaceContentRequest

PySide6.QtLocation.QPlaceContentReply.setContent(content)#
Parameters:

content

PySide6.QtLocation.QPlaceContentReply.setNextPageRequest(next)#
Parameters:

nextPySide6.QtLocation.QPlaceContentRequest

PySide6.QtLocation.QPlaceContentReply.setPreviousPageRequest(previous)#
Parameters:

previousPySide6.QtLocation.QPlaceContentRequest

PySide6.QtLocation.QPlaceContentReply.setRequest(request)#
Parameters:

requestPySide6.QtLocation.QPlaceContentRequest

PySide6.QtLocation.QPlaceContentReply.setTotalCount(total)#
Parameters:

total – int

PySide6.QtLocation.QPlaceContentReply.totalCount()#
Return type:

int