#include "PythonQtWrapper_QBasicTimer.h" #include #include #include #include #include QBasicTimer* PythonQtWrapper_QBasicTimer::new_QBasicTimer() { return new QBasicTimer(); } bool PythonQtWrapper_QBasicTimer::isActive(QBasicTimer* theWrappedObject) const { return ( theWrappedObject->isActive()); } int PythonQtWrapper_QBasicTimer::timerId(QBasicTimer* theWrappedObject) const { return ( theWrappedObject->timerId()); } void PythonQtWrapper_QBasicTimer::start(QBasicTimer* theWrappedObject, int msec, QObject* obj) { ( theWrappedObject->start(msec, obj)); } void PythonQtWrapper_QBasicTimer::stop(QBasicTimer* theWrappedObject) { ( theWrappedObject->stop()); }