##// END OF EJS Templates
added alphabetic sorting...
added alphabetic sorting git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@132 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r73:40dc86970256
r96:3170eb771a99
Show More
PythonQtWrapper_QTextBlock.h
54 lines | 2.3 KiB | text/x-c | CLexer
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QTEXTBLOCK_H
#define PYTHONQTWRAPPER_QTEXTBLOCK_H
#include <qtextobject.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 <QTextBlock>
#include <QVariant>
#include <qtextdocument.h>
#include <qtextformat.h>
#include <qtextlayout.h>
#include <qtextlist.h>
#include <qtextobject.h>
class PythonQtWrapper_QTextBlock : public QObject
{ Q_OBJECT
public:
public slots:
QTextBlock* new_QTextBlock();
QTextBlock* new_QTextBlock(const QTextBlock& o);
void delete_QTextBlock(QTextBlock* obj) { delete obj; }
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QString text(QTextBlock* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 void setUserData(QTextBlock* theWrappedObject, QTextBlockUserData* data);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QTextBlockFormat blockFormat(QTextBlock* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 int position(QTextBlock* theWrappedObject) const;
QTextBlock::iterator end(QTextBlock* theWrappedObject) const;
QTextBlockUserData* userData(QTextBlock* theWrappedObject) const;
bool operator_equal(QTextBlock* theWrappedObject, const QTextBlock& o) const;
florianlink
upgraded wrappers to current generator version...
r28 QTextBlock::iterator begin(QTextBlock* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 int revision(QTextBlock* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 void setUserState(QTextBlock* theWrappedObject, int state);
int userState(QTextBlock* theWrappedObject) const;
int charFormatIndex(QTextBlock* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 QTextLayout* layout(QTextBlock* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 void setRevision(QTextBlock* theWrappedObject, int rev);
florianlink
recreated wrappers to match current python qt version...
r73 const QTextDocument* document(QTextBlock* theWrappedObject) const;
bool contains(QTextBlock* theWrappedObject, int position) const;
QTextCharFormat charFormat(QTextBlock* theWrappedObject) const;
bool isValid(QTextBlock* theWrappedObject) const;
bool operator_less(QTextBlock* theWrappedObject, const QTextBlock& o) const;
QTextBlock previous(QTextBlock* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 void setVisible(QTextBlock* theWrappedObject, bool visible);
florianlink
recreated wrappers to match current python qt version...
r73 int blockNumber(QTextBlock* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 int length(QTextBlock* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 void clearLayout(QTextBlock* theWrappedObject);
bool isVisible(QTextBlock* theWrappedObject) const;
QTextBlock next(QTextBlock* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 QTextList* textList(QTextBlock* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 int blockFormatIndex(QTextBlock* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QTEXTBLOCK_H