# encoding: utf-8
# module PyQt5.QtGui
# from C:\Programs\Python\Python311\Lib\site-packages\pyqt5-5.15.9-py3.11-win-amd64.egg\PyQt5\QtGui.pyd
# by generator 1.147
# no doc

# imports
import PyQt5.QtCore as __PyQt5_QtCore
import sip as __sip


class QTextObjectInterface(__sip.simplewrapper):
    """
    QTextObjectInterface()
    QTextObjectInterface(a0: QTextObjectInterface)
    """
    def drawObject(self, painter, rect, doc, posInDocument, format): # real signature unknown; restored from __doc__
        """ drawObject(self, painter: QPainter, rect: QRectF, doc: QTextDocument, posInDocument: int, format: QTextFormat) """
        pass

    def intrinsicSize(self, doc, posInDocument, format): # real signature unknown; restored from __doc__
        """ intrinsicSize(self, doc: QTextDocument, posInDocument: int, format: QTextFormat) -> QSizeF """
        pass

    def __init__(self, a0=None): # real signature unknown; restored from __doc__ with multiple overloads
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object (if defined)"""



