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