##// 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_QFontMetricsF.h
49 lines | 2.4 KiB | text/x-c | CLexer
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QFONTMETRICSF_H
#define PYTHONQTWRAPPER_QFONTMETRICSF_H
#include <qfontmetrics.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 <qfont.h>
#include <qpaintdevice.h>
#include <qrect.h>
#include <qsize.h>
class PythonQtWrapper_QFontMetricsF : public QObject
{ Q_OBJECT
public:
public slots:
QFontMetricsF* new_QFontMetricsF(const QFont& arg__1);
QFontMetricsF* new_QFontMetricsF(const QFont& arg__1, QPaintDevice* pd);
void delete_QFontMetricsF(QFontMetricsF* obj) { delete obj; }
florianlink
recreated wrappers to match current python qt version...
r73 qreal lineWidth(QFontMetricsF* theWrappedObject) const;
qreal underlinePos(QFontMetricsF* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 QRectF boundingRect(QFontMetricsF* theWrappedObject, const QString& string) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 qreal descent(QFontMetricsF* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 qreal width(QFontMetricsF* theWrappedObject, QChar arg__1) const;
florianlink
upgraded wrappers to current generator version...
r28 QRectF boundingRect(QFontMetricsF* theWrappedObject, QChar arg__1) const;
florianlink
recreated wrappers to match current python qt version...
r73 qreal overlinePos(QFontMetricsF* theWrappedObject) const;
qreal strikeOutPos(QFontMetricsF* theWrappedObject) const;
qreal rightBearing(QFontMetricsF* theWrappedObject, QChar arg__1) const;
florianlink
upgraded wrappers to current generator version...
r28 QRectF boundingRect(QFontMetricsF* theWrappedObject, const QRectF& r, int flags, const QString& string, int tabstops = 0, int* tabarray = 0) const;
florianlink
recreated wrappers to match current python qt version...
r73 bool inFont(QFontMetricsF* theWrappedObject, QChar arg__1) const;
qreal leading(QFontMetricsF* theWrappedObject) const;
qreal lineSpacing(QFontMetricsF* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 qreal height(QFontMetricsF* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 qreal leftBearing(QFontMetricsF* theWrappedObject, QChar arg__1) const;
florianlink
upgraded wrappers to current generator version...
r28 qreal width(QFontMetricsF* theWrappedObject, const QString& string) const;
florianlink
recreated wrappers to match current python qt version...
r73 qreal averageCharWidth(QFontMetricsF* theWrappedObject) const;
qreal minLeftBearing(QFontMetricsF* theWrappedObject) const;
qreal maxWidth(QFontMetricsF* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 QRectF tightBoundingRect(QFontMetricsF* theWrappedObject, const QString& text) const;
florianlink
recreated wrappers to match current python qt version...
r73 QString elidedText(QFontMetricsF* theWrappedObject, const QString& text, Qt::TextElideMode mode, qreal width, int flags = 0) const;
florianlink
upgraded wrappers to current generator version...
r28 qreal minRightBearing(QFontMetricsF* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 qreal ascent(QFontMetricsF* theWrappedObject) const;
qreal xHeight(QFontMetricsF* theWrappedObject) const;
QSizeF size(QFontMetricsF* theWrappedObject, int flags, const QString& str, int tabstops = 0, int* tabarray = 0) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QFONTMETRICSF_H