# encoding: utf-8
# module PyQt5.QtLocation
# from C:\Programs\Python\Python313\Lib\site-packages\PyQt5\QtLocation.pyd
# by generator 1.147
# no doc

# imports
import PyQt5.QtCore as __PyQt5_QtCore
import sip as __sip


class QPlaceContentRequest(__sip.simplewrapper):
    """
    QPlaceContentRequest()
    QPlaceContentRequest(other: QPlaceContentRequest)
    """
    def clear(self): # real signature unknown; restored from __doc__
        """ clear(self) """
        pass

    def contentContext(self): # real signature unknown; restored from __doc__
        """ contentContext(self) -> Any """
        pass

    def contentType(self): # real signature unknown; restored from __doc__
        """ contentType(self) -> QPlaceContent.Type """
        pass

    def limit(self): # real signature unknown; restored from __doc__
        """ limit(self) -> int """
        return 0

    def placeId(self): # real signature unknown; restored from __doc__
        """ placeId(self) -> str """
        return ""

    def setContentContext(self, context): # real signature unknown; restored from __doc__
        """ setContentContext(self, context: Any) """
        pass

    def setContentType(self, type): # real signature unknown; restored from __doc__
        """ setContentType(self, type: QPlaceContent.Type) """
        pass

    def setLimit(self, limit): # real signature unknown; restored from __doc__
        """ setLimit(self, limit: int) """
        pass

    def setPlaceId(self, identifier, p_str=None): # real signature unknown; restored from __doc__
        """ setPlaceId(self, identifier: Optional[str]) """
        pass

    def __eq__(self, *args, **kwargs): # real signature unknown
        """ Return self==value. """
        pass

    def __ge__(self, *args, **kwargs): # real signature unknown
        """ Return self>=value. """
        pass

    def __gt__(self, *args, **kwargs): # real signature unknown
        """ Return self>value. """
        pass

    def __init__(self, other=None): # real signature unknown; restored from __doc__ with multiple overloads
        pass

    def __le__(self, *args, **kwargs): # real signature unknown
        """ Return self<=value. """
        pass

    def __lt__(self, *args, **kwargs): # real signature unknown
        """ Return self<value. """
        pass

    def __ne__(self, *args, **kwargs): # real signature unknown
        """ Return self!=value. """
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object"""


    __hash__ = None


