# 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


from .QTextObject import QTextObject

class QTextBlockGroup(QTextObject):
    """ QTextBlockGroup(doc: Optional[QTextDocument]) """
    def blockFormatChanged(self, block): # real signature unknown; restored from __doc__
        """ blockFormatChanged(self, block: QTextBlock) """
        pass

    def blockInserted(self, block): # real signature unknown; restored from __doc__
        """ blockInserted(self, block: QTextBlock) """
        pass

    def blockList(self): # real signature unknown; restored from __doc__
        """ blockList(self) -> List[QTextBlock] """
        return []

    def blockRemoved(self, block): # real signature unknown; restored from __doc__
        """ blockRemoved(self, block: QTextBlock) """
        pass

    def childEvent(self, *args, **kwargs): # real signature unknown
        pass

    def connectNotify(self, *args, **kwargs): # real signature unknown
        pass

    def customEvent(self, *args, **kwargs): # real signature unknown
        pass

    def disconnectNotify(self, *args, **kwargs): # real signature unknown
        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 setFormat(self, *args, **kwargs): # real signature unknown
        pass

    def timerEvent(self, *args, **kwargs): # real signature unknown
        pass

    def __init__(self, doc, QTextDocument=None): # real signature unknown; restored from __doc__
        pass


