#include <qglcolormap.h>
Definition at line 54 of file qglcolormap.h.
Public Member Functions | |
QGLColormap () | |
QGLColormap (const QGLColormap &) | |
~QGLColormap () | |
QGLColormap & | operator= (const QGLColormap &) |
bool | isEmpty () const |
int | size () const |
void | detach () |
void | setEntries (int count, const QRgb *colors, int base=0) |
void | setEntry (int idx, QRgb color) |
void | setEntry (int idx, const QColor &color) |
QRgb | entryRgb (int idx) const |
QColor | entryColor (int idx) const |
int | find (QRgb color) const |
int | findNearest (QRgb color) const |
Protected Member Functions | |
Qt::HANDLE | handle () |
void | setHandle (Qt::HANDLE ahandle) |
Friends | |
class | QGLWidget |
class | QGLWidgetPrivate |
QGLColormap | ( | ) |
QGLColormap | ( | const QGLColormap & | ) |
~QGLColormap | ( | ) |
QGLColormap& operator= | ( | const QGLColormap & | ) |
bool isEmpty | ( | ) | const |
|
inline |
Definition at line 95 of file qglcolormap.h.
|
inlineprotected |
Definition at line 76 of file qglcolormap.h.
|
inlineprotected |
Definition at line 77 of file qglcolormap.h.
|
friend |
Definition at line 91 of file qglcolormap.h.
|
friend |
Definition at line 92 of file qglcolormap.h.