# encoding: utf-8
# module PyQt5.QtQuick
# from C:\Programs\Python\Python313\Lib\site-packages\PyQt5\QtQuick.pyd
# by generator 1.147
# no doc

# imports
import PyQt5.QtCore as __PyQt5_QtCore
import PyQt5.QtGui as __PyQt5_QtGui
import PyQt5.QtQml as __PyQt5_QtQml
import sip as __sip


from .QSGBasicGeometryNode import QSGBasicGeometryNode

class QSGGeometryNode(QSGBasicGeometryNode):
    """ QSGGeometryNode() """
    def material(self): # real signature unknown; restored from __doc__
        """ material(self) -> Optional[QSGMaterial] """
        pass

    def opaqueMaterial(self): # real signature unknown; restored from __doc__
        """ opaqueMaterial(self) -> Optional[QSGMaterial] """
        pass

    def setMaterial(self, material, QSGMaterial=None): # real signature unknown; restored from __doc__
        """ setMaterial(self, material: Optional[QSGMaterial]) """
        pass

    def setOpaqueMaterial(self, material, QSGMaterial=None): # real signature unknown; restored from __doc__
        """ setOpaqueMaterial(self, material: Optional[QSGMaterial]) """
        pass

    def __init__(self): # real signature unknown; restored from __doc__
        pass


