# encoding: utf-8
# module PyQt5.QtGui
# from C:\Programs\Python\Python313\Lib\site-packages\PyQt5\QtGui.pyd
# by generator 1.147
# no doc

# imports
import PyQt5.QtCore as __PyQt5_QtCore
import sip as __sip


class QPlatformSurfaceEvent(__PyQt5_QtCore.QEvent):
    """
    QPlatformSurfaceEvent(surfaceEventType: QPlatformSurfaceEvent.SurfaceEventType)
    QPlatformSurfaceEvent(a0: QPlatformSurfaceEvent)
    """
    def surfaceEventType(self): # real signature unknown; restored from __doc__
        """ surfaceEventType(self) -> QPlatformSurfaceEvent.SurfaceEventType """
        pass

    def __init__(self, *__args): # real signature unknown; restored from __doc__ with multiple overloads
        pass

    SurfaceAboutToBeDestroyed = 1
    SurfaceCreated = 0


