##// 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_QTextInlineObject.h
38 lines | 1.5 KiB | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_gui / PythonQtWrapper_QTextInlineObject.h
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QTEXTINLINEOBJECT_H
#define PYTHONQTWRAPPER_QTEXTINLINEOBJECT_H
#include <qtextlayout.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 <qrect.h>
#include <qtextformat.h>
class PythonQtWrapper_QTextInlineObject : public QObject
{ Q_OBJECT
public:
public slots:
QTextInlineObject* new_QTextInlineObject();
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QTextInlineObject* new_QTextInlineObject(const QTextInlineObject& other) {
QTextInlineObject* a = new QTextInlineObject();
*((QTextInlineObject*)a) = other;
return a; }
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 void delete_QTextInlineObject(QTextInlineObject* obj) { delete obj; }
florianlink
recreated wrappers to match current python qt version...
r73 qreal descent(QTextInlineObject* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 bool isValid(QTextInlineObject* theWrappedObject) const;
Qt::LayoutDirection textDirection(QTextInlineObject* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 void setWidth(QTextInlineObject* theWrappedObject, qreal w);
florianlink
upgraded wrappers to current generator version...
r28 int formatIndex(QTextInlineObject* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 QRectF rect(QTextInlineObject* theWrappedObject) const;
void setAscent(QTextInlineObject* theWrappedObject, qreal a);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QTextFormat format(QTextInlineObject* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 qreal width(QTextInlineObject* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 qreal height(QTextInlineObject* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 qreal ascent(QTextInlineObject* theWrappedObject) const;
void setDescent(QTextInlineObject* theWrappedObject, qreal d);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 int textPosition(QTextInlineObject* theWrappedObject) const;
};
#endif // PYTHONQTWRAPPER_QTEXTINLINEOBJECT_H