#ifndef PYTHONQTWRAPPER_QFONTINFO_H #define PYTHONQTWRAPPER_QFONTINFO_H #include #include #include #include #include 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; } bool bold(QFontInfo* theWrappedObject) const; bool exactMatch(QFontInfo* theWrappedObject) const; QString family(QFontInfo* theWrappedObject) const; bool fixedPitch(QFontInfo* theWrappedObject) const; bool italic(QFontInfo* theWrappedObject) const; bool overline(QFontInfo* theWrappedObject) const; int pixelSize(QFontInfo* theWrappedObject) const; int pointSize(QFontInfo* theWrappedObject) const; qreal pointSizeF(QFontInfo* theWrappedObject) const; bool rawMode(QFontInfo* theWrappedObject) const; bool strikeOut(QFontInfo* theWrappedObject) const; QFont::Style style(QFontInfo* theWrappedObject) const; QFont::StyleHint styleHint(QFontInfo* theWrappedObject) const; bool underline(QFontInfo* theWrappedObject) const; int weight(QFontInfo* theWrappedObject) const; }; #endif // PYTHONQTWRAPPER_QFONTINFO_H