#include #include "PythonQtWrapper_QGLColormap.h" #include "PythonQtWrapper_QGLContext.h" #include "PythonQtWrapper_QGLPixelBuffer.h" #include "PythonQtWrapper_QGLFramebufferObject.h" #include "PythonQtWrapper_QGLWidget.h" void PythonQt_init_QtOpenGL() { PythonQt::self()->registerCPPClass("QGLColormap", "", "QtOpenGL", PythonQtCreateObject); PythonQt::self()->registerCPPClass("QGLContext", "", "QtOpenGL", PythonQtCreateObject); PythonQt::self()->registerCPPClass("QGLPixelBuffer", "", "QtOpenGL", PythonQtCreateObject); PythonQt::self()->registerCPPClass("QGLFramebufferObject", "", "QtOpenGL", PythonQtCreateObject); PythonQt::self()->registerClass(&QGLWidget::staticMetaObject, "QtOpenGL", PythonQtCreateObject); }