org.kde.koala

Class KPaletteTable

public class KPaletteTable extends QWidget

A color palette in table form. See KPaletteTableSignals for signals emitted by KPaletteTable

Author: Waldo Bastian

UNKNOWN: A color palette in table form.

Constructor Summary
protected KPaletteTable(Class dummy)
KPaletteTable(QWidget parent, int minWidth, int cols)
KPaletteTable(QWidget parent, int minWidth)
KPaletteTable(QWidget parent)
Method Summary
voidaddToCustomColors(QColor arg1)
voidaddToRecentColors(QColor arg1)
StringclassName()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()
StringpaletteName()
protected voidreadNamedColor()
voidsetPalette(String paletteName)
protected voidslotColorCellDoubleClicked(int arg1)
protected voidslotColorCellSelected(int arg1)
protected voidslotColorTextSelected(String colorText)
protected voidslotSetPalette(String _paletteName)
protected voidslotShowNamedColorReadError()

Constructor Detail

KPaletteTable

protected KPaletteTable(Class dummy)

KPaletteTable

public KPaletteTable(QWidget parent, int minWidth, int cols)

KPaletteTable

public KPaletteTable(QWidget parent, int minWidth)

KPaletteTable

public KPaletteTable(QWidget parent)

Method Detail

addToCustomColors

public void addToCustomColors(QColor arg1)

addToRecentColors

public void addToRecentColors(QColor arg1)

className

public String className()

dispose

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

finalize

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

isDisposed

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

metaObject

public QMetaObject metaObject()

paletteName

public String paletteName()

readNamedColor

protected void readNamedColor()

setPalette

public void setPalette(String paletteName)

slotColorCellDoubleClicked

protected void slotColorCellDoubleClicked(int arg1)

slotColorCellSelected

protected void slotColorCellSelected(int arg1)

slotColorTextSelected

protected void slotColorTextSelected(String colorText)

slotSetPalette

protected void slotSetPalette(String _paletteName)

slotShowNamedColorReadError

protected void slotShowNamedColorReadError()