class KDNDIcon

Icon for KDE Drag 'n Drop. More...

Definition#include <drag.h>
InheritsQWidget
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods

Protected Members


Detailed Description

Icon for KDE Drag 'n Drop. This is the widget that is moved around during DND.

 KDNDIcon ( QPixmap &pixmap , int _x, int _y )

Creates an Icon with the specified pixmap. _x and _y are the upper left corner in global coordinates.

 KDNDIcon ( const KDNDIcon& icon )

Copy constructor

KDNDIcon&  operator= ( const KDNDIcon& icon )

Assignment operator

KDNDIcon ()

[virtual]

Destructor

void  paintEvent ( QPaintEvent * )

[protected virtual]

void  resizeEvent ( QResizeEvent * )

[protected virtual]

QPixmap pixmap

[protected]

The pixmap displayed.