KDEUI
Go to the documentation of this file.
22 #ifndef KDELIBS_KCOLORCOLLECTION_H
23 #define KDELIBS_KCOLORCOLLECTION_H
27 #include <QtGui/QColor>
28 #include <QtCore/QList>
29 #include <QtCore/QString>
30 #include <QtCore/QStringList>
91 void setDescription(
const QString &desc);
103 void setName(
const QString &name);
119 Editable editable()
const;
125 void setEditable(Editable editable);
138 QColor color(
int index)
const;
146 int findColor(
const QColor &color)
const;
173 int addColor(
const QColor &newColor,
185 int changeColor(
int index,
198 int changeColor(
const QColor &oldColor,
203 class KColorCollectionPrivate *d;
207 #endif // KDELIBS_KCOLORCOLLECTION_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 12:07:13 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.