#include "PythonQtWrapper_QDial.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 QDial* PythonQtWrapper_QDial::new_QDial(QWidget* parent) { return new QDial(parent); } QSize PythonQtWrapper_QDial::minimumSizeHint(QDial* theWrappedObject) const { return theWrappedObject->minimumSizeHint(); } int PythonQtWrapper_QDial::notchSize(QDial* theWrappedObject) const { return theWrappedObject->notchSize(); } qreal PythonQtWrapper_QDial::notchTarget(QDial* theWrappedObject) const { return theWrappedObject->notchTarget(); } bool PythonQtWrapper_QDial::notchesVisible(QDial* theWrappedObject) const { return theWrappedObject->notchesVisible(); } void PythonQtWrapper_QDial::setNotchTarget(QDial* theWrappedObject, double target) { theWrappedObject->setNotchTarget(target); } QSize PythonQtWrapper_QDial::sizeHint(QDial* theWrappedObject) const { return theWrappedObject->sizeHint(); } bool PythonQtWrapper_QDial::wrapping(QDial* theWrappedObject) const { return theWrappedObject->wrapping(); }