# 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 .QSGNode import QSGNode

class QSGTransformNode(QSGNode):
    """ QSGTransformNode() """
    def matrix(self): # real signature unknown; restored from __doc__
        """ matrix(self) -> QMatrix4x4 """
        pass

    def setMatrix(self, matrix): # real signature unknown; restored from __doc__
        """ setMatrix(self, matrix: QMatrix4x4) """
        pass

    def __init__(self): # real signature unknown; restored from __doc__
        pass


