#ifndef PYTHONQTWRAPPER_QTEXTTABLECELL_H #define PYTHONQTWRAPPER_QTEXTTABLECELL_H #include #include #include #include #include #include #include #include #include class PythonQtWrapper_QTextTableCell : public QObject { Q_OBJECT public: public slots: QTextTableCell* new_QTextTableCell(); QTextTableCell* new_QTextTableCell(const QTextTableCell& o); void delete_QTextTableCell(QTextTableCell* obj) { delete obj; } QTextFrame::iterator end(QTextTableCell* theWrappedObject) const; int rowSpan(QTextTableCell* theWrappedObject) const; QTextFrame::iterator begin(QTextTableCell* theWrappedObject) const; int row(QTextTableCell* theWrappedObject) const; bool isValid(QTextTableCell* theWrappedObject) const; QTextCharFormat format(QTextTableCell* theWrappedObject) const; int column(QTextTableCell* theWrappedObject) const; QTextCursor lastCursorPosition(QTextTableCell* theWrappedObject) const; int columnSpan(QTextTableCell* theWrappedObject) const; int lastPosition(QTextTableCell* theWrappedObject) const; int firstPosition(QTextTableCell* theWrappedObject) const; bool operator_equal(QTextTableCell* theWrappedObject, const QTextTableCell& other) const; void setFormat(QTextTableCell* theWrappedObject, const QTextCharFormat& format); QTextCursor firstCursorPosition(QTextTableCell* theWrappedObject) const; }; #endif // PYTHONQTWRAPPER_QTEXTTABLECELL_H