##// 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_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
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 qreal pointSizeF(QFontInfo* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 int weight(QFontInfo* theWrappedObject) const;
QString family(QFontInfo* theWrappedObject) const;
bool strikeOut(QFontInfo* theWrappedObject) const;
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;
bool overline(QFontInfo* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 bool bold(QFontInfo* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 bool italic(QFontInfo* theWrappedObject) const;
QFont::StyleHint styleHint(QFontInfo* theWrappedObject) const;
bool underline(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;
int pointSize(QFontInfo* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 bool exactMatch(QFontInfo* theWrappedObject) const;
int pixelSize(QFontInfo* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QFONTINFO_H