# 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 QPlaceSupplier(__sip.simplewrapper):
    """
    QPlaceSupplier()
    QPlaceSupplier(other: QPlaceSupplier)
    """
    def icon(self): # real signature unknown; restored from __doc__
        """ icon(self) -> QPlaceIcon """
        return QPlaceIcon

    def isEmpty(self): # real signature unknown; restored from __doc__
        """ isEmpty(self) -> bool """
        return False

    def name(self): # real signature unknown; restored from __doc__
        """ name(self) -> str """
        return ""

    def setIcon(self, icon): # real signature unknown; restored from __doc__
        """ setIcon(self, icon: QPlaceIcon) """
        pass

    def setName(self, data, p_str=None): # real signature unknown; restored from __doc__
        """ setName(self, data: Optional[str]) """
        pass

    def setSupplierId(self, identifier, p_str=None): # real signature unknown; restored from __doc__
        """ setSupplierId(self, identifier: Optional[str]) """
        pass

    def setUrl(self, data): # real signature unknown; restored from __doc__
        """ setUrl(self, data: QUrl) """
        pass

    def supplierId(self): # real signature unknown; restored from __doc__
        """ supplierId(self) -> str """
        return ""

    def url(self): # real signature unknown; restored from __doc__
        """ url(self) -> QUrl """
        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


