#include "PythonQtWrapper_QTextObject.h" #include #include #include #include #include #include #include #include QTextDocument* PythonQtWrapper_QTextObject::document(QTextObject* theWrappedObject) const { return theWrappedObject->document(); } QTextFormat PythonQtWrapper_QTextObject::format(QTextObject* theWrappedObject) const { return theWrappedObject->format(); } int PythonQtWrapper_QTextObject::formatIndex(QTextObject* theWrappedObject) const { return theWrappedObject->formatIndex(); } int PythonQtWrapper_QTextObject::objectIndex(QTextObject* theWrappedObject) const { return theWrappedObject->objectIndex(); }