#include <kcolordrag.h>
Public Methods | |
| KColorDrag (QWidget *dragsource=0, const char *name=0) | |
| KColorDrag (const QColor &col, QWidget *dragsource=0, const char *name=0) | |
| void | setColor (const QColor &col) |
Static Public Methods | |
| bool | canDecode (QMimeSource *e) |
| bool | decode (QMimeSource *e, QColor &col) |
| KColorDrag * | makeDrag (const QColor &, QWidget *dragsource) |
See the Qt drag'n'drop documentation.
Definition at line 35 of file kcolordrag.h.
|
||||||||||||
|
Constructs a color drag with a white color. |
|
||||||||||||||||
|
Constructs a color drag with the color @p. |
|
|
Returns true if the MIME source |
|
||||||||||||
|
Decodes the MIME source |
|
||||||||||||
|
|
|
|
Sets the color of the drag to |
1.2.18