#include "PythonQtWrapper_QTextInlineObject.h" #include #include #include #include #include #include QTextInlineObject* PythonQtWrapper_QTextInlineObject::new_QTextInlineObject() { return new QTextInlineObject(); } bool PythonQtWrapper_QTextInlineObject::isValid(QTextInlineObject* theWrappedObject) const { return theWrappedObject->isValid(); } qreal PythonQtWrapper_QTextInlineObject::ascent(QTextInlineObject* theWrappedObject) const { return theWrappedObject->ascent(); } void PythonQtWrapper_QTextInlineObject::setAscent(QTextInlineObject* theWrappedObject, qreal a) { theWrappedObject->setAscent(a); } Qt::LayoutDirection PythonQtWrapper_QTextInlineObject::textDirection(QTextInlineObject* theWrappedObject) const { return theWrappedObject->textDirection(); } int PythonQtWrapper_QTextInlineObject::formatIndex(QTextInlineObject* theWrappedObject) const { return theWrappedObject->formatIndex(); } void PythonQtWrapper_QTextInlineObject::setDescent(QTextInlineObject* theWrappedObject, qreal d) { theWrappedObject->setDescent(d); } qreal PythonQtWrapper_QTextInlineObject::width(QTextInlineObject* theWrappedObject) const { return theWrappedObject->width(); } qreal PythonQtWrapper_QTextInlineObject::descent(QTextInlineObject* theWrappedObject) const { return theWrappedObject->descent(); } QTextFormat PythonQtWrapper_QTextInlineObject::format(QTextInlineObject* theWrappedObject) const { return theWrappedObject->format(); } qreal PythonQtWrapper_QTextInlineObject::height(QTextInlineObject* theWrappedObject) const { return theWrappedObject->height(); } void PythonQtWrapper_QTextInlineObject::setWidth(QTextInlineObject* theWrappedObject, qreal w) { theWrappedObject->setWidth(w); } int PythonQtWrapper_QTextInlineObject::textPosition(QTextInlineObject* theWrappedObject) const { return theWrappedObject->textPosition(); } QRectF PythonQtWrapper_QTextInlineObject::rect(QTextInlineObject* theWrappedObject) const { return theWrappedObject->rect(); }