# 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 QSGMaterial(__PyQt6_sip.wrapper):
    """ QSGMaterial() """
    def compare(self, other): # real signature unknown; restored from __doc__
        """ compare(self, other: QSGMaterial) -> int """
        return 0

    def createShader(self, renderMode): # real signature unknown; restored from __doc__
        """ createShader(self, renderMode: QSGRendererInterface.RenderMode) -> QSGMaterialShader """
        return QSGMaterialShader

    def flags(self): # real signature unknown; restored from __doc__
        """ flags(self) -> QSGMaterial.Flag """
        pass

    def setFlag(self, flags, enabled=True): # real signature unknown; restored from __doc__
        """ setFlag(self, flags: QSGMaterial.Flag, enabled: bool = True) """
        pass

    def type(self): # real signature unknown; restored from __doc__
        """ type(self) -> QSGMaterialType """
        return QSGMaterialType

    def __init__(self): # real signature unknown; restored from __doc__
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object (if defined)"""


    Flag = None # (!) real value is "<flag 'Flag'>"


