##// 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_QFontInfo.h
37 lines | 1.3 KiB | text/x-c | CLexer
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QFONTINFO_H
#define PYTHONQTWRAPPER_QFONTINFO_H
#include <qfontinfo.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 <qfontinfo.h>
class PythonQtWrapper_QFontInfo : public QObject
{ Q_OBJECT
public:
public slots:
QFontInfo* new_QFontInfo(const QFont& arg__1);
QFontInfo* new_QFontInfo(const QFontInfo& arg__1);
void delete_QFontInfo(QFontInfo* obj) { delete obj; }
florianlink
recreated wrappers to match current python qt version...
r73 int pixelSize(QFontInfo* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 QString family(QFontInfo* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 bool italic(QFontInfo* theWrappedObject) const;
int pointSize(QFontInfo* theWrappedObject) const;
int weight(QFontInfo* theWrappedObject) const;
qreal pointSizeF(QFontInfo* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 bool strikeOut(QFontInfo* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 bool underline(QFontInfo* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 QFont::Style style(QFontInfo* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 bool fixedPitch(QFontInfo* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 QFont::StyleHint styleHint(QFontInfo* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 bool bold(QFontInfo* theWrappedObject) const;
bool overline(QFontInfo* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 bool rawMode(QFontInfo* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 bool exactMatch(QFontInfo* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QFONTINFO_H