# encoding: utf-8
# module PyQt6.QtQuick
# from C:\Users\xukai\Downloads\发票2\venv\Lib\site-packages\PyQt6\QtQuick.pyd
# by generator 1.147
# no doc

# imports
import PyQt6.QtCore as __PyQt6_QtCore
import PyQt6.QtGui as __PyQt6_QtGui
import PyQt6.QtQml as __PyQt6_QtQml
import PyQt6.sip as __PyQt6_sip


class QQuickTextureFactory(__PyQt6_QtCore.QObject):
    """ QQuickTextureFactory() """
    def childEvent(self, *args, **kwargs): # real signature unknown
        pass

    def connectNotify(self, *args, **kwargs): # real signature unknown
        pass

    def createTexture(self, window): # real signature unknown; restored from __doc__
        """ createTexture(self, window: QQuickWindow) -> QSGTexture """
        return QSGTexture

    def customEvent(self, *args, **kwargs): # real signature unknown
        pass

    def disconnectNotify(self, *args, **kwargs): # real signature unknown
        pass

    def image(self): # real signature unknown; restored from __doc__
        """ image(self) -> QImage """
        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 textureByteCount(self): # real signature unknown; restored from __doc__
        """ textureByteCount(self) -> int """
        return 0

    def textureFactoryForImage(self, image): # real signature unknown; restored from __doc__
        """ textureFactoryForImage(image: QImage) -> QQuickTextureFactory """
        return QQuickTextureFactory

    def textureSize(self): # real signature unknown; restored from __doc__
        """ textureSize(self) -> QSize """
        pass

    def timerEvent(self, *args, **kwargs): # real signature unknown
        pass

    def __init__(self): # real signature unknown; restored from __doc__
        pass


