QPlaceContentRequest#
Synopsis#
Functions#
def
clear
()def
contentContext
()def
contentType
()def
limit
()def
__ne__
(rhs)def
__eq__
(rhs)def
placeId
()def
setContentContext
(context)def
setContentType
(type)def
setLimit
(limit)def
setPlaceId
(identifier)def
swap
(other)
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:
- PySide6.QtLocation.QPlaceContentRequest.clear()#
- PySide6.QtLocation.QPlaceContentRequest.contentContext()#
- Return type:
object
- PySide6.QtLocation.QPlaceContentRequest.limit()#
- Return type:
int
- PySide6.QtLocation.QPlaceContentRequest.__ne__(rhs)#
- Parameters:
- Return type:
bool
- PySide6.QtLocation.QPlaceContentRequest.__eq__(rhs)#
- Parameters:
- Return type:
bool
- PySide6.QtLocation.QPlaceContentRequest.placeId()#
- Return type:
str
- PySide6.QtLocation.QPlaceContentRequest.setContentContext(context)#
- Parameters:
context – object
- PySide6.QtLocation.QPlaceContentRequest.setLimit(limit)#
- Parameters:
limit – int
- PySide6.QtLocation.QPlaceContentRequest.setPlaceId(identifier)#
- Parameters:
identifier – str
- PySide6.QtLocation.QPlaceContentRequest.swap(other)#
- Parameters: