class KColorDrag


Definition#include <kcolordrag.h>
InheritsQStoredDrag
Annotated List
Files
Globals
Hierarchy
Index
Main

Public Methods

Public Static Methods


Detailed Description

Drag (XDnD) objects of type application/x-color.

See the Qt drag'n'drop documentation.

 KColorDrag ( const QColor&, QWidget *dragsource = 0, const char *name = 0)

 KColorDrag ( QWidget *dragsource = 0, const char *name = 0)

KColorDrag ()

[virtual]

void  setColor ( const QColor&)

bool  canDecode ( QMimeSource *)

[static]

bool  decode ( QMimeSource *, QColor&)

[static]

KColorDrag*  makeDrag ( const QColor&,QWidget *dragsource)

[static]

Convenience function for making a dragobject with an associated pixmap.