java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QTextObjectInterface.Impl
- All Implemented Interfaces:
QTextObjectInterface
,QtObjectInterface
- Enclosing interface:
- QTextObjectInterface
public abstract static class QTextObjectInterface.Impl extends QtObject implements QTextObjectInterface
Implementor class for interface QTextObjectInterface
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.qt.gui.QTextObjectInterface
QTextObjectInterface.Impl
-
Constructor Summary
Constructors Modifier Constructor Description Impl()
protected
Impl(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description abstract void
drawObject(QPainter painter, QRectF rect, QTextDocument doc, int posInDocument, QTextFormat format)
abstract QSizeF
intrinsicSize(QTextDocument doc, int posInDocument, QTextFormat format)
-
Constructor Details
-
Method Details
-
drawObject
@QtUninvokable public abstract void drawObject(QPainter painter, QRectF rect, QTextDocument doc, int posInDocument, QTextFormat format)- Specified by:
drawObject
in interfaceQTextObjectInterface
-
intrinsicSize
@QtUninvokable public abstract QSizeF intrinsicSize(QTextDocument doc, int posInDocument, QTextFormat format)- Specified by:
intrinsicSize
in interfaceQTextObjectInterface
-