# 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 QTextObjectInterface(__sip.simplewrapper):
    """
    QTextObjectInterface()
    QTextObjectInterface(a0: QTextObjectInterface)
    """
    def drawObject(self, painter, QPainter=None, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """ drawObject(self, painter: Optional[QPainter], rect: QRectF, doc: Optional[QTextDocument], posInDocument: int, format: QTextFormat) """
        pass

    def intrinsicSize(self, doc, QTextDocument=None, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """ intrinsicSize(self, doc: Optional[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"""



