org.kde.qt

Class QGLColormap

public class QGLColormap extends Object implements QtSupport

Constructor Summary
protected QGLColormap(Class dummy)
QGLColormap()
QGLColormap(QGLColormap arg1)
Method Summary
voiddetach()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
QColorentryColor(int idx)
intentryRgb(int idx)
protected voidfinalize()
Deletes the wrapped C++ instance
intfind(int color)
intfindNearest(int color)
booleanisDisposed()
Has the wrapped C++ instance been deleted?
booleanisEmpty()
voidsetEntries(int count, int[] colors, int base)
voidsetEntries(int count, int[] colors)
voidsetEntry(int idx, int color)
voidsetEntry(int idx, QColor color)
intsize()

Constructor Detail

QGLColormap

protected QGLColormap(Class dummy)

QGLColormap

public QGLColormap()

QGLColormap

public QGLColormap(QGLColormap arg1)

Method Detail

detach

public void detach()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

entryColor

public QColor entryColor(int idx)

entryRgb

public int entryRgb(int idx)

finalize

protected void finalize()
Deletes the wrapped C++ instance

find

public int find(int color)

findNearest

public int findNearest(int color)

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

isEmpty

public boolean isEmpty()

setEntries

public void setEntries(int count, int[] colors, int base)

setEntries

public void setEntries(int count, int[] colors)

setEntry

public void setEntry(int idx, int color)

setEntry

public void setEntry(int idx, QColor color)

size

public int size()