##// END OF EJS Templates
added methods to qt namespace...
added methods to qt namespace git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@71 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r28:cf202027b50b
r35:b8dce620ba5c
Show More
PythonQtWrapper_QTextDocumentFragment.h
33 lines | 1.4 KiB | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_gui / PythonQtWrapper_QTextDocumentFragment.h
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QTEXTDOCUMENTFRAGMENT_H
#define PYTHONQTWRAPPER_QTEXTDOCUMENTFRAGMENT_H
#include <qtextdocumentfragment.h>
#include <QObject>
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 #include <PythonQt.h>
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #include <QVariant>
#include <qbytearray.h>
#include <qtextcursor.h>
#include <qtextdocument.h>
#include <qtextdocumentfragment.h>
class PythonQtWrapper_QTextDocumentFragment : public QObject
{ Q_OBJECT
public:
public slots:
QTextDocumentFragment* new_QTextDocumentFragment();
QTextDocumentFragment* new_QTextDocumentFragment(const QTextCursor& range);
QTextDocumentFragment* new_QTextDocumentFragment(const QTextDocument* document);
QTextDocumentFragment* new_QTextDocumentFragment(const QTextDocumentFragment& rhs);
void delete_QTextDocumentFragment(QTextDocumentFragment* obj) { delete obj; }
QTextDocumentFragment static_QTextDocumentFragment_fromHtml(const QString& html);
florianlink
upgraded wrappers to current generator version...
r28 QTextDocumentFragment static_QTextDocumentFragment_fromPlainText(const QString& plainText);
bool isEmpty(QTextDocumentFragment* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 QString toHtml(QTextDocumentFragment* theWrappedObject, const QByteArray& encoding) const;
florianlink
upgraded wrappers to current generator version...
r28 QTextDocumentFragment static_QTextDocumentFragment_fromHtml(const QString& html, const QTextDocument* resourceProvider);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 QString toPlainText(QTextDocumentFragment* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QString toHtml(QTextDocumentFragment* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QTEXTDOCUMENTFRAGMENT_H