kmail
ColorListBox Class Reference
#include <colorlistbox.h>
Inheritance diagram for ColorListBox:
Signals | |
void | changed () |
Public Member Functions | |
ColorListBox (QWidget *parent=0) | |
void | addColor (const QString &text, const QColor &color=Qt::black) |
QColor | color (int index) const |
void | setColor (int index, const QColor &color) |
void | setColorSilently (int index, const QColor &color) |
Protected Member Functions | |
void | dragEnterEvent (QDragEnterEvent *e) |
void | dragLeaveEvent (QDragLeaveEvent *e) |
void | dragMoveEvent (QDragMoveEvent *e) |
void | dropEvent (QDropEvent *e) |
Detailed Description
Definition at line 33 of file colorlistbox.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 34 of file colorlistbox.cpp.
Member Function Documentation
void ColorListBox::addColor | ( | const QString & | text, |
const QColor & | color = Qt::black |
||
) |
Definition at line 45 of file colorlistbox.cpp.
|
signal |
QColor ColorListBox::color | ( | int | index | ) | const |
Definition at line 67 of file colorlistbox.cpp.
|
protected |
Definition at line 90 of file colorlistbox.cpp.
|
protected |
Definition at line 102 of file colorlistbox.cpp.
|
protected |
Definition at line 111 of file colorlistbox.cpp.
|
protected |
Definition at line 122 of file colorlistbox.cpp.
void ColorListBox::setColor | ( | int | index, |
const QColor & | color | ||
) |
Definition at line 59 of file colorlistbox.cpp.
void ColorListBox::setColorSilently | ( | int | index, |
const QColor & | color | ||
) |
Definition at line 52 of file colorlistbox.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.