Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions

Q3ColorDrag Class Reference

The Q3ColorDrag class provides a drag and drop object for transferring colors between widgets. More...

#include <Q3ColorDrag>

This class is part of the Qt 3 compatibility library. It is provided to keep old source code working. We strongly advise against using it in new code. See the Porting Guide for more information.

Inherits Q3StoredDrag.

Writable Properties

Public Functions

Public Slots

Signals

Static Public Members

Protected Functions


Detailed Description

The Q3ColorDrag class provides a drag and drop object for transferring colors between widgets.

This class provides a drag object which can be used to transfer data about colors for drag and drop and in the clipboard. For example, it is used in QColorDialog.

The color is set in the constructor but can be changed with setColor().

For more information about drag and drop, see the Q3DragObject class and the drag and drop documentation.


Member Function Documentation

Q3ColorDrag::Q3ColorDrag ( const QColor & col, QWidget * dragsource = 0, const char * name = 0 )

Constructs a color drag object with the given col. Passes dragsource and name to the Q3StoredDrag constructor.

Q3ColorDrag::Q3ColorDrag ( QWidget * dragsource = 0, const char * name = 0 )

Constructs a color drag object with a white color. Passes dragsource and name to the Q3StoredDrag constructor.

bool Q3ColorDrag::canDecode ( QMimeSource * source )   [static]

Returns true if the color drag object can decode the MIME source; otherwise returns false.

bool Q3ColorDrag::decode ( QMimeSource * source, QColor & color )   [static]

Decodes the MIME source, and sets the decoded values to the given color.

void Q3ColorDrag::setColor ( const QColor & color )

Sets the color of the color drag.


Copyright © 2004 Trolltech Trademarks
Qt 4.0.0-b1