##// END OF EJS Templates
added alphabetic sorting...
added alphabetic sorting git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@132 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r73:40dc86970256
r96:3170eb771a99
Show More
PythonQtWrapper_QGLColormap.h
41 lines | 1.4 KiB | text/x-c | CLexer
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QGLCOLORMAP_H
#define PYTHONQTWRAPPER_QGLCOLORMAP_H
#include <qglcolormap.h>
#include <QObject>
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 #include <PythonQt.h>
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #include <QVariant>
#include <qcolor.h>
#include <qglcolormap.h>
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 class PythonQtShell_QGLColormap : public QGLColormap
{
public:
PythonQtShell_QGLColormap():QGLColormap(),_wrapper(NULL) {};
PythonQtShell_QGLColormap(const QGLColormap& arg__1):QGLColormap(arg__1),_wrapper(NULL) {};
PythonQtInstanceWrapper* _wrapper;
};
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 class PythonQtWrapper_QGLColormap : public QObject
{ Q_OBJECT
public:
public slots:
QGLColormap* new_QGLColormap();
QGLColormap* new_QGLColormap(const QGLColormap& arg__1);
void delete_QGLColormap(QGLColormap* obj) { delete obj; }
unsigned int entryRgb(QGLColormap* theWrappedObject, int idx) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QColor entryColor(QGLColormap* theWrappedObject, int idx) const;
int find(QGLColormap* theWrappedObject, unsigned int color) const;
florianlink
upgraded wrappers to current generator version...
r28 int size(QGLColormap* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 int findNearest(QGLColormap* theWrappedObject, unsigned int color) const;
void setEntries(QGLColormap* theWrappedObject, int count, const unsigned int* colors, int base = 0);
bool isEmpty(QGLColormap* theWrappedObject) const;
void setEntry(QGLColormap* theWrappedObject, int idx, const QColor& color);
void setEntry(QGLColormap* theWrappedObject, int idx, unsigned int color);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QGLCOLORMAP_H