#include "PythonQtWrapper_QGLColormap.h" #include #include #include #include #include #include QGLColormap* PythonQtWrapper_QGLColormap::new_QGLColormap() { return new PythonQtShell_QGLColormap(); } QGLColormap* PythonQtWrapper_QGLColormap::new_QGLColormap(const QGLColormap& arg__1) { return new PythonQtShell_QGLColormap(arg__1); } unsigned int PythonQtWrapper_QGLColormap::entryRgb(QGLColormap* theWrappedObject, int idx) const { return ( theWrappedObject->entryRgb(idx)); } QColor PythonQtWrapper_QGLColormap::entryColor(QGLColormap* theWrappedObject, int idx) const { return ( theWrappedObject->entryColor(idx)); } int PythonQtWrapper_QGLColormap::find(QGLColormap* theWrappedObject, unsigned int color) const { return ( theWrappedObject->find(color)); } int PythonQtWrapper_QGLColormap::size(QGLColormap* theWrappedObject) const { return ( theWrappedObject->size()); } int PythonQtWrapper_QGLColormap::findNearest(QGLColormap* theWrappedObject, unsigned int color) const { return ( theWrappedObject->findNearest(color)); } void PythonQtWrapper_QGLColormap::setEntries(QGLColormap* theWrappedObject, int count, const unsigned int* colors, int base) { ( theWrappedObject->setEntries(count, colors, base)); } bool PythonQtWrapper_QGLColormap::isEmpty(QGLColormap* theWrappedObject) const { return ( theWrappedObject->isEmpty()); } void PythonQtWrapper_QGLColormap::setEntry(QGLColormap* theWrappedObject, int idx, const QColor& color) { ( theWrappedObject->setEntry(idx, color)); } void PythonQtWrapper_QGLColormap::setEntry(QGLColormap* theWrappedObject, int idx, unsigned int color) { ( theWrappedObject->setEntry(idx, color)); }