#include "PythonQtWrapper_QFontComboBox.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QFontComboBox* PythonQtWrapper_QFontComboBox::new_QFontComboBox(QWidget* parent) { return new QFontComboBox(parent); } QFont PythonQtWrapper_QFontComboBox::currentFont(QFontComboBox* theWrappedObject) const { return theWrappedObject->currentFont(); } QFontComboBox::FontFilters PythonQtWrapper_QFontComboBox::fontFilters(QFontComboBox* theWrappedObject) const { return theWrappedObject->fontFilters(); } void PythonQtWrapper_QFontComboBox::setFontFilters(QFontComboBox* theWrappedObject, QFontComboBox::FontFilters filters) { theWrappedObject->setFontFilters(filters); } void PythonQtWrapper_QFontComboBox::setWritingSystem(QFontComboBox* theWrappedObject, QFontDatabase::WritingSystem arg__1) { theWrappedObject->setWritingSystem(arg__1); } QSize PythonQtWrapper_QFontComboBox::sizeHint(QFontComboBox* theWrappedObject) const { return theWrappedObject->sizeHint(); } QFontDatabase::WritingSystem PythonQtWrapper_QFontComboBox::writingSystem(QFontComboBox* theWrappedObject) const { return theWrappedObject->writingSystem(); }