#include "PythonQtWrapper_QPageSetupDialog.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 QPageSetupDialog* PythonQtWrapper_QPageSetupDialog::new_QPageSetupDialog(QPrinter* printer, QWidget* parent) { return new QPageSetupDialog(printer, parent); } void PythonQtWrapper_QPageSetupDialog::addEnabledOption(QPageSetupDialog* theWrappedObject, QPageSetupDialog::PageSetupDialogOption option) { theWrappedObject->addEnabledOption(option); } QPageSetupDialog::PageSetupDialogOptions PythonQtWrapper_QPageSetupDialog::enabledOptions(QPageSetupDialog* theWrappedObject) const { return theWrappedObject->enabledOptions(); } int PythonQtWrapper_QPageSetupDialog::exec(QPageSetupDialog* theWrappedObject) { return theWrappedObject->exec(); } bool PythonQtWrapper_QPageSetupDialog::isOptionEnabled(QPageSetupDialog* theWrappedObject, QPageSetupDialog::PageSetupDialogOption option) const { return theWrappedObject->isOptionEnabled(option); } void PythonQtWrapper_QPageSetupDialog::setEnabledOptions(QPageSetupDialog* theWrappedObject, QPageSetupDialog::PageSetupDialogOptions options) { theWrappedObject->setEnabledOptions(options); }