# 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 QTextInlineObject(__sip.simplewrapper):
    """
    QTextInlineObject()
    QTextInlineObject(a0: QTextInlineObject)
    """
    def ascent(self): # real signature unknown; restored from __doc__
        """ ascent(self) -> float """
        return 0.0

    def descent(self): # real signature unknown; restored from __doc__
        """ descent(self) -> float """
        return 0.0

    def format(self): # real signature unknown; restored from __doc__
        """ format(self) -> QTextFormat """
        return QTextFormat

    def formatIndex(self): # real signature unknown; restored from __doc__
        """ formatIndex(self) -> int """
        return 0

    def height(self): # real signature unknown; restored from __doc__
        """ height(self) -> float """
        return 0.0

    def isValid(self): # real signature unknown; restored from __doc__
        """ isValid(self) -> bool """
        return False

    def rect(self): # real signature unknown; restored from __doc__
        """ rect(self) -> QRectF """
        pass

    def setAscent(self, a): # real signature unknown; restored from __doc__
        """ setAscent(self, a: float) """
        pass

    def setDescent(self, d): # real signature unknown; restored from __doc__
        """ setDescent(self, d: float) """
        pass

    def setWidth(self, w): # real signature unknown; restored from __doc__
        """ setWidth(self, w: float) """
        pass

    def textDirection(self): # real signature unknown; restored from __doc__
        """ textDirection(self) -> Qt.LayoutDirection """
        pass

    def textPosition(self): # real signature unknown; restored from __doc__
        """ textPosition(self) -> int """
        return 0

    def width(self): # real signature unknown; restored from __doc__
        """ width(self) -> float """
        return 0.0

    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)"""



