# encoding: utf-8
# module PyQt6.QtWidgets
# from C:\Users\xukai\Downloads\发票2\venv\Lib\site-packages\PyQt6\QtWidgets.pyd
# by generator 1.147
# no doc

# imports
import PyQt6.QtCore as __PyQt6_QtCore
import PyQt6.QtGui as __PyQt6_QtGui
import PyQt6.sip as __PyQt6_sip


class QPlainTextDocumentLayout(__PyQt6_QtGui.QAbstractTextDocumentLayout):
    """ QPlainTextDocumentLayout(document: QTextDocument) """
    def blockBoundingRect(self, block): # real signature unknown; restored from __doc__
        """ blockBoundingRect(self, block: QTextBlock) -> QRectF """
        pass

    def childEvent(self, *args, **kwargs): # real signature unknown
        pass

    def connectNotify(self, *args, **kwargs): # real signature unknown
        pass

    def cursorWidth(self): # real signature unknown; restored from __doc__
        """ cursorWidth(self) -> int """
        return 0

    def customEvent(self, *args, **kwargs): # real signature unknown
        pass

    def disconnectNotify(self, *args, **kwargs): # real signature unknown
        pass

    def documentChanged(self, from_, a1, charsAdded): # real signature unknown; restored from __doc__
        """ documentChanged(self, from_: int, a1: int, charsAdded: int) """
        pass

    def documentSize(self): # real signature unknown; restored from __doc__
        """ documentSize(self) -> QSizeF """
        pass

    def draw(self, a0, a1): # real signature unknown; restored from __doc__
        """ draw(self, a0: QPainter, a1: QAbstractTextDocumentLayout.PaintContext) """
        pass

    def drawInlineObject(self, *args, **kwargs): # real signature unknown
        pass

    def ensureBlockLayout(self, block): # real signature unknown; restored from __doc__
        """ ensureBlockLayout(self, block: QTextBlock) """
        pass

    def format(self, *args, **kwargs): # real signature unknown
        pass

    def frameBoundingRect(self, a0): # real signature unknown; restored from __doc__
        """ frameBoundingRect(self, a0: QTextFrame) -> QRectF """
        pass

    def hitTest(self, a0, a1): # real signature unknown; restored from __doc__
        """ hitTest(self, a0: QPointF, a1: Qt.HitTestAccuracy) -> int """
        return 0

    def isSignalConnected(self, *args, **kwargs): # real signature unknown
        pass

    def pageCount(self): # real signature unknown; restored from __doc__
        """ pageCount(self) -> int """
        return 0

    def positionInlineObject(self, *args, **kwargs): # real signature unknown
        pass

    def receivers(self, *args, **kwargs): # real signature unknown
        pass

    def requestUpdate(self): # real signature unknown; restored from __doc__
        """ requestUpdate(self) """
        pass

    def resizeInlineObject(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 setCursorWidth(self, width): # real signature unknown; restored from __doc__
        """ setCursorWidth(self, width: int) """
        pass

    def timerEvent(self, *args, **kwargs): # real signature unknown
        pass

    def __init__(self, document): # real signature unknown; restored from __doc__
        pass


