# encoding: utf-8
# module PyQt6.QtRemoteObjects
# from C:\Users\xukai\Downloads\发票2\venv\Lib\site-packages\PyQt6\QtRemoteObjects.pyd
# by generator 1.147
# no doc

# imports
import PyQt6.QtCore as __PyQt6_QtCore
import PyQt6.sip as __PyQt6_sip


# no functions
# classes

class QAbstractItemModelReplica(__PyQt6_QtCore.QAbstractItemModel):
    # no doc
    def availableRoles(self): # real signature unknown; restored from __doc__
        """ availableRoles(self) -> List[int] """
        return []

    def columnCount(self, parent=None, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """ columnCount(self, parent: QModelIndex = QModelIndex()) -> int """
        pass

    def data(self, index, role=None): # real signature unknown; restored from __doc__
        """ data(self, index: QModelIndex, role: int = Qt.DisplayRole) -> Any """
        pass

    def flags(self, index): # real signature unknown; restored from __doc__
        """ flags(self, index: QModelIndex) -> Qt.ItemFlag """
        pass

    def hasChildren(self, parent=None, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """ hasChildren(self, parent: QModelIndex = QModelIndex()) -> bool """
        pass

    def hasData(self, index, role): # real signature unknown; restored from __doc__
        """ hasData(self, index: QModelIndex, role: int) -> bool """
        return False

    def headerData(self, section, orientation, role): # real signature unknown; restored from __doc__
        """ headerData(self, section: int, orientation: Qt.Orientation, role: int) -> Any """
        pass

    def index(self, row, column, parent=None, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """ index(self, row: int, column: int, parent: QModelIndex = QModelIndex()) -> QModelIndex """
        pass

    def initialized(self, *args, **kwargs): # real signature unknown
        """
        pyqtSignal(*types, name: str = ..., revision: int = ..., arguments: Sequence = ...) -> PYQT_SIGNAL
        
        types is normally a sequence of individual types.  Each type is either a
        type object or a string that is the name of a C++ type.  Alternatively
        each type could itself be a sequence of types each describing a different
        overloaded signal.
        name is the optional C++ name of the signal.  If it is not specified then
        the name of the class attribute that is bound to the signal is used.
        revision is the optional revision of the signal that is exported to QML.
        If it is not specified then 0 is used.
        arguments is the optional sequence of the names of the signal's arguments.
        """
        pass

    def isInitialized(self): # real signature unknown; restored from __doc__
        """ isInitialized(self) -> bool """
        return False

    def parent(self, index): # real signature unknown; restored from __doc__
        """ parent(self, index: QModelIndex) -> QModelIndex """
        pass

    def roleNames(self): # real signature unknown; restored from __doc__
        """ roleNames(self) -> Dict[int, QByteArray] """
        return {}

    def rootCacheSize(self): # real signature unknown; restored from __doc__
        """ rootCacheSize(self) -> int """
        return 0

    def rowCount(self, parent=None, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """ rowCount(self, parent: QModelIndex = QModelIndex()) -> int """
        pass

    def selectionModel(self): # real signature unknown; restored from __doc__
        """ selectionModel(self) -> QItemSelectionModel """
        pass

    def setData(self, index, value, role=None): # real signature unknown; restored from __doc__
        """ setData(self, index: QModelIndex, value: Any, role: int = Qt.EditRole) -> bool """
        return False

    def setRootCacheSize(self, rootCacheSize): # real signature unknown; restored from __doc__
        """ setRootCacheSize(self, rootCacheSize: int) """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass


class QRemoteObjectAbstractPersistedStore(__PyQt6_QtCore.QObject):
    """ QRemoteObjectAbstractPersistedStore(parent: typing.Optional[QObject] = None) """
    def childEvent(self, *args, **kwargs): # real signature unknown
        pass

    def connectNotify(self, *args, **kwargs): # real signature unknown
        pass

    def customEvent(self, *args, **kwargs): # real signature unknown
        pass

    def disconnectNotify(self, *args, **kwargs): # real signature unknown
        pass

    def isSignalConnected(self, *args, **kwargs): # real signature unknown
        pass

    def receivers(self, *args, **kwargs): # real signature unknown
        pass

    def restoreProperties(self, repName, repSig): # real signature unknown; restored from __doc__
        """ restoreProperties(self, repName: str, repSig: QByteArray) -> List[Any] """
        return []

    def saveProperties(self, repName, repSig, values, Any=None): # real signature unknown; restored from __doc__
        """ saveProperties(self, repName: str, repSig: QByteArray, values: Iterable[Any]) """
        pass

    def sender(self, *args, **kwargs): # real signature unknown
        pass

    def senderSignalIndex(self, *args, **kwargs): # real signature unknown
        pass

    def timerEvent(self, *args, **kwargs): # real signature unknown
        pass

    def __init__(self, parent, QObject=None, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        pass


class QRemoteObjectReplica(__PyQt6_QtCore.QObject):
    # no doc
    def initialized(self, *args, **kwargs): # real signature unknown
        """
        pyqtSignal(*types, name: str = ..., revision: int = ..., arguments: Sequence = ...) -> PYQT_SIGNAL
        
        types is normally a sequence of individual types.  Each type is either a
        type object or a string that is the name of a C++ type.  Alternatively
        each type could itself be a sequence of types each describing a different
        overloaded signal.
        name is the optional C++ name of the signal.  If it is not specified then
        the name of the class attribute that is bound to the signal is used.
        revision is the optional revision of the signal that is exported to QML.
        If it is not specified then 0 is used.
        arguments is the optional sequence of the names of the signal's arguments.
        """
        pass

    def isInitialized(self): # real signature unknown; restored from __doc__
        """ isInitialized(self) -> bool """
        return False

    def isReplicaValid(self): # real signature unknown; restored from __doc__
        """ isReplicaValid(self) -> bool """
        return False

    def node(self): # real signature unknown; restored from __doc__
        """ node(self) -> QRemoteObjectNode """
        return QRemoteObjectNode

    def notified(self, *args, **kwargs): # real signature unknown
        """
        pyqtSignal(*types, name: str = ..., revision: int = ..., arguments: Sequence = ...) -> PYQT_SIGNAL
        
        types is normally a sequence of individual types.  Each type is either a
        type object or a string that is the name of a C++ type.  Alternatively
        each type could itself be a sequence of types each describing a different
        overloaded signal.
        name is the optional C++ name of the signal.  If it is not specified then
        the name of the class attribute that is bound to the signal is used.
        revision is the optional revision of the signal that is exported to QML.
        If it is not specified then 0 is used.
        arguments is the optional sequence of the names of the signal's arguments.
        """
        pass

    def setNode(self, node): # real signature unknown; restored from __doc__
        """ setNode(self, node: QRemoteObjectNode) """
        pass

    def state(self): # real signature unknown; restored from __doc__
        """ state(self) -> QRemoteObjectReplica.State """
        pass

    def stateChanged(self, *args, **kwargs): # real signature unknown
        """
        pyqtSignal(*types, name: str = ..., revision: int = ..., arguments: Sequence = ...) -> PYQT_SIGNAL
        
        types is normally a sequence of individual types.  Each type is either a
        type object or a string that is the name of a C++ type.  Alternatively
        each type could itself be a sequence of types each describing a different
        overloaded signal.
        name is the optional C++ name of the signal.  If it is not specified then
        the name of the class attribute that is bound to the signal is used.
        revision is the optional revision of the signal that is exported to QML.
        If it is not specified then 0 is used.
        arguments is the optional sequence of the names of the signal's arguments.
        """
        pass

    def waitForSource(self, timeout=30000): # real signature unknown; restored from __doc__
        """ waitForSource(self, timeout: int = 30000) -> bool """
        return False

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    State = None # (!) real value is "<enum 'State'>"


class QRemoteObjectDynamicReplica(QRemoteObjectReplica):
    # no doc
    def __init__(self, *args, **kwargs): # real signature unknown
        pass


class QRemoteObjectNode(__PyQt6_QtCore.QObject):
    """
    QRemoteObjectNode(parent: typing.Optional[QObject] = None)
    QRemoteObjectNode(registryAddress: QUrl, parent: typing.Optional[QObject] = None)
    """
    def acquireDynamic(self, name): # real signature unknown; restored from __doc__
        """ acquireDynamic(self, name: str) -> QRemoteObjectDynamicReplica """
        return QRemoteObjectDynamicReplica

    def acquireModel(self, name, action=None, rolesHint, p_int=None, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """ acquireModel(self, name: str, action: QtRemoteObjects.InitialAction = QtRemoteObjects.FetchRootSize, rolesHint: Iterable[int] = []) -> QAbstractItemModelReplica """
        pass

    def addClientSideConnection(self, ioDevice): # real signature unknown; restored from __doc__
        """ addClientSideConnection(self, ioDevice: QIODevice) """
        pass

    def childEvent(self, *args, **kwargs): # real signature unknown
        pass

    def connectNotify(self, *args, **kwargs): # real signature unknown
        pass

    def connectToNode(self, address): # real signature unknown; restored from __doc__
        """ connectToNode(self, address: QUrl) -> bool """
        return False

    def customEvent(self, *args, **kwargs): # real signature unknown
        pass

    def disconnectNotify(self, *args, **kwargs): # real signature unknown
        pass

    def error(self, *args, **kwargs): # real signature unknown
        """
        pyqtSignal(*types, name: str = ..., revision: int = ..., arguments: Sequence = ...) -> PYQT_SIGNAL
        
        types is normally a sequence of individual types.  Each type is either a
        type object or a string that is the name of a C++ type.  Alternatively
        each type could itself be a sequence of types each describing a different
        overloaded signal.
        name is the optional C++ name of the signal.  If it is not specified then
        the name of the class attribute that is bound to the signal is used.
        revision is the optional revision of the signal that is exported to QML.
        If it is not specified then 0 is used.
        arguments is the optional sequence of the names of the signal's arguments.
        """
        pass

    def heartbeatInterval(self): # real signature unknown; restored from __doc__
        """ heartbeatInterval(self) -> int """
        return 0

    def heartbeatIntervalChanged(self, *args, **kwargs): # real signature unknown
        """
        pyqtSignal(*types, name: str = ..., revision: int = ..., arguments: Sequence = ...) -> PYQT_SIGNAL
        
        types is normally a sequence of individual types.  Each type is either a
        type object or a string that is the name of a C++ type.  Alternatively
        each type could itself be a sequence of types each describing a different
        overloaded signal.
        name is the optional C++ name of the signal.  If it is not specified then
        the name of the class attribute that is bound to the signal is used.
        revision is the optional revision of the signal that is exported to QML.
        If it is not specified then 0 is used.
        arguments is the optional sequence of the names of the signal's arguments.
        """
        pass

    def instances(self, typeName): # real signature unknown; restored from __doc__
        """ instances(self, typeName: str) -> List[str] """
        return []

    def isSignalConnected(self, *args, **kwargs): # real signature unknown
        pass

    def lastError(self): # real signature unknown; restored from __doc__
        """ lastError(self) -> QRemoteObjectNode.ErrorCode """
        pass

    def persistedStore(self): # real signature unknown; restored from __doc__
        """ persistedStore(self) -> QRemoteObjectAbstractPersistedStore """
        return QRemoteObjectAbstractPersistedStore

    def receivers(self, *args, **kwargs): # real signature unknown
        pass

    def registry(self): # real signature unknown; restored from __doc__
        """ registry(self) -> QRemoteObjectRegistry """
        return QRemoteObjectRegistry

    def registryUrl(self): # real signature unknown; restored from __doc__
        """ registryUrl(self) -> QUrl """
        pass

    def remoteObjectAdded(self, *args, **kwargs): # real signature unknown
        """
        pyqtSignal(*types, name: str = ..., revision: int = ..., arguments: Sequence = ...) -> PYQT_SIGNAL
        
        types is normally a sequence of individual types.  Each type is either a
        type object or a string that is the name of a C++ type.  Alternatively
        each type could itself be a sequence of types each describing a different
        overloaded signal.
        name is the optional C++ name of the signal.  If it is not specified then
        the name of the class attribute that is bound to the signal is used.
        revision is the optional revision of the signal that is exported to QML.
        If it is not specified then 0 is used.
        arguments is the optional sequence of the names of the signal's arguments.
        """
        pass

    def remoteObjectRemoved(self, *args, **kwargs): # real signature unknown
        """
        pyqtSignal(*types, name: str = ..., revision: int = ..., arguments: Sequence = ...) -> PYQT_SIGNAL
        
        types is normally a sequence of individual types.  Each type is either a
        type object or a string that is the name of a C++ type.  Alternatively
        each type could itself be a sequence of types each describing a different
        overloaded signal.
        name is the optional C++ name of the signal.  If it is not specified then
        the name of the class attribute that is bound to the signal is used.
        revision is the optional revision of the signal that is exported to QML.
        If it is not specified then 0 is used.
        arguments is the optional sequence of the names of the signal's arguments.
        """
        pass

    def sender(self, *args, **kwargs): # real signature unknown
        pass

    def senderSignalIndex(self, *args, **kwargs): # real signature unknown
        pass

    def setHeartbeatInterval(self, interval): # real signature unknown; restored from __doc__
        """ setHeartbeatInterval(self, interval: int) """
        pass

    def setName(self, name): # real signature unknown; restored from __doc__
        """ setName(self, name: str) """
        pass

    def setPersistedStore(self, persistedStore): # real signature unknown; restored from __doc__
        """ setPersistedStore(self, persistedStore: QRemoteObjectAbstractPersistedStore) """
        pass

    def setRegistryUrl(self, registryAddress): # real signature unknown; restored from __doc__
        """ setRegistryUrl(self, registryAddress: QUrl) -> bool """
        return False

    def timerEvent(self, a0): # real signature unknown; restored from __doc__
        """ timerEvent(self, a0: QTimerEvent) """
        pass

    def waitForRegistry(self, timeout=30000): # real signature unknown; restored from __doc__
        """ waitForRegistry(self, timeout: int = 30000) -> bool """
        return False

    def __init__(self, *__args): # real signature unknown; restored from __doc__ with multiple overloads
        pass

    ErrorCode = None # (!) real value is "<enum 'ErrorCode'>"


class QRemoteObjectHostBase(QRemoteObjectNode):
    # no doc
    def addHostSideConnection(self, ioDevice): # real signature unknown; restored from __doc__
        """ addHostSideConnection(self, ioDevice: QIODevice) """
        pass

    def disableRemoting(self, remoteObject): # real signature unknown; restored from __doc__
        """ disableRemoting(self, remoteObject: QObject) -> bool """
        return False

    def enableRemoting(self, *__args): # real signature unknown; restored from __doc__ with multiple overloads
        """
        enableRemoting(self, object: QObject, name: str = '') -> bool
        enableRemoting(self, model: QAbstractItemModel, name: str, roles: Iterable[int], selectionModel: typing.Optional[QItemSelectionModel] = None) -> bool
        """
        return False

    def proxy(self, registryUrl, hostUrl=None, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """ proxy(self, registryUrl: QUrl, hostUrl: QUrl = QUrl()) -> bool """
        pass

    def reverseProxy(self): # real signature unknown; restored from __doc__
        """ reverseProxy(self) -> bool """
        return False

    def setName(self, name): # real signature unknown; restored from __doc__
        """ setName(self, name: str) """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    AllowedSchemas = None # (!) real value is "<enum 'AllowedSchemas'>"


class QRemoteObjectHost(QRemoteObjectHostBase):
    """
    QRemoteObjectHost(parent: typing.Optional[QObject] = None)
    QRemoteObjectHost(address: QUrl, registryAddress: QUrl = QUrl(), allowedSchemas: QRemoteObjectHostBase.AllowedSchemas = QRemoteObjectHostBase.BuiltInSchemasOnly, parent: typing.Optional[QObject] = None)
    QRemoteObjectHost(address: QUrl, parent: QObject)
    """
    def childEvent(self, *args, **kwargs): # real signature unknown
        pass

    def connectNotify(self, *args, **kwargs): # real signature unknown
        pass

    def customEvent(self, *args, **kwargs): # real signature unknown
        pass

    def disconnectNotify(self, *args, **kwargs): # real signature unknown
        pass

    def hostUrl(self): # real signature unknown; restored from __doc__
        """ hostUrl(self) -> QUrl """
        pass

    def hostUrlChanged(self, *args, **kwargs): # real signature unknown
        """
        pyqtSignal(*types, name: str = ..., revision: int = ..., arguments: Sequence = ...) -> PYQT_SIGNAL
        
        types is normally a sequence of individual types.  Each type is either a
        type object or a string that is the name of a C++ type.  Alternatively
        each type could itself be a sequence of types each describing a different
        overloaded signal.
        name is the optional C++ name of the signal.  If it is not specified then
        the name of the class attribute that is bound to the signal is used.
        revision is the optional revision of the signal that is exported to QML.
        If it is not specified then 0 is used.
        arguments is the optional sequence of the names of the signal's arguments.
        """
        pass

    def isSignalConnected(self, *args, **kwargs): # real signature unknown
        pass

    def receivers(self, *args, **kwargs): # real signature unknown
        pass

    def sender(self, *args, **kwargs): # real signature unknown
        pass

    def senderSignalIndex(self, *args, **kwargs): # real signature unknown
        pass

    def setHostUrl(self, hostAddress, allowedSchemas=None): # real signature unknown; restored from __doc__
        """ setHostUrl(self, hostAddress: QUrl, allowedSchemas: QRemoteObjectHostBase.AllowedSchemas = QRemoteObjectHostBase.BuiltInSchemasOnly) -> bool """
        return False

    def timerEvent(self, *args, **kwargs): # real signature unknown
        pass

    def __init__(self, *__args): # real signature unknown; restored from __doc__ with multiple overloads
        pass


class QRemoteObjectRegistry(QRemoteObjectReplica):
    # no doc
    def remoteObjectAdded(self, *args, **kwargs): # real signature unknown
        """
        pyqtSignal(*types, name: str = ..., revision: int = ..., arguments: Sequence = ...) -> PYQT_SIGNAL
        
        types is normally a sequence of individual types.  Each type is either a
        type object or a string that is the name of a C++ type.  Alternatively
        each type could itself be a sequence of types each describing a different
        overloaded signal.
        name is the optional C++ name of the signal.  If it is not specified then
        the name of the class attribute that is bound to the signal is used.
        revision is the optional revision of the signal that is exported to QML.
        If it is not specified then 0 is used.
        arguments is the optional sequence of the names of the signal's arguments.
        """
        pass

    def remoteObjectRemoved(self, *args, **kwargs): # real signature unknown
        """
        pyqtSignal(*types, name: str = ..., revision: int = ..., arguments: Sequence = ...) -> PYQT_SIGNAL
        
        types is normally a sequence of individual types.  Each type is either a
        type object or a string that is the name of a C++ type.  Alternatively
        each type could itself be a sequence of types each describing a different
        overloaded signal.
        name is the optional C++ name of the signal.  If it is not specified then
        the name of the class attribute that is bound to the signal is used.
        revision is the optional revision of the signal that is exported to QML.
        If it is not specified then 0 is used.
        arguments is the optional sequence of the names of the signal's arguments.
        """
        pass

    def sourceLocations(self): # real signature unknown; restored from __doc__
        """ sourceLocations(self) -> Dict[str, QRemoteObjectSourceLocationInfo] """
        return {}

    def __init__(self, *args, **kwargs): # real signature unknown
        pass


class QRemoteObjectRegistryHost(QRemoteObjectHostBase):
    """ QRemoteObjectRegistryHost(registryAddress: QUrl = QUrl(), parent: typing.Optional[QObject] = None) """
    def childEvent(self, *args, **kwargs): # real signature unknown
        pass

    def connectNotify(self, *args, **kwargs): # real signature unknown
        pass

    def customEvent(self, *args, **kwargs): # real signature unknown
        pass

    def disconnectNotify(self, *args, **kwargs): # real signature unknown
        pass

    def isSignalConnected(self, *args, **kwargs): # real signature unknown
        pass

    def receivers(self, *args, **kwargs): # real signature unknown
        pass

    def sender(self, *args, **kwargs): # real signature unknown
        pass

    def senderSignalIndex(self, *args, **kwargs): # real signature unknown
        pass

    def setRegistryUrl(self, registryUrl): # real signature unknown; restored from __doc__
        """ setRegistryUrl(self, registryUrl: QUrl) -> bool """
        return False

    def timerEvent(self, *args, **kwargs): # real signature unknown
        pass

    def __init__(self, registryAddress=None, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        pass


class QRemoteObjectSourceLocationInfo(__PyQt6_sip.simplewrapper):
    """
    QRemoteObjectSourceLocationInfo()
    QRemoteObjectSourceLocationInfo(typeName_: str, hostUrl_: QUrl)
    QRemoteObjectSourceLocationInfo(a0: QRemoteObjectSourceLocationInfo)
    """
    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, *__args): # 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 (if defined)"""


    hostUrl = None # (!) real value is '<sip.variabledescriptor object at 0x000002544E1DE600>'
    typeName = None # (!) real value is '<sip.variabledescriptor object at 0x000002544E1DE640>'
    __hash__ = None


class QtRemoteObjects(__PyQt6_sip.simplewrapper):
    # no doc
    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object (if defined)"""


    InitialAction = None # (!) real value is "<enum 'InitialAction'>"


# variables with complex values

__loader__ = None # (!) real value is '<_frozen_importlib_external.ExtensionFileLoader object at 0x000002544E13C350>'

__spec__ = None # (!) real value is "ModuleSpec(name='PyQt6.QtRemoteObjects', loader=<_frozen_importlib_external.ExtensionFileLoader object at 0x000002544E13C350>, origin='C:\\\\Users\\\\xukai\\\\Downloads\\\\??2\\\\venv\\\\Lib\\\\site-packages\\\\PyQt6\\\\QtRemoteObjects.pyd')"

