#include "PythonQtWrapper_QChildEvent.h" #include #include #include #include #include QChildEvent* PythonQtWrapper_QChildEvent::new_QChildEvent(QEvent::Type type, QObject* child) { return new PythonQtShell_QChildEvent(type, child); } bool PythonQtWrapper_QChildEvent::polished(QChildEvent* theWrappedObject) const { return ( theWrappedObject->polished()); } QObject* PythonQtWrapper_QChildEvent::child(QChildEvent* theWrappedObject) const { return ( theWrappedObject->child()); } bool PythonQtWrapper_QChildEvent::removed(QChildEvent* theWrappedObject) const { return ( theWrappedObject->removed()); } bool PythonQtWrapper_QChildEvent::added(QChildEvent* theWrappedObject) const { return ( theWrappedObject->added()); }