Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

ReadDrag Class Reference

drag object representing selected reads. Is created when a drag in TrapperView is initiated. More...

List of all members.

Public Member Functions

 ReadDrag (QPixmap &pixmap, QPoint &hotspot, QWidget *w)
 ReadDrag (QWidget *w)
 ~ReadDrag ()


Detailed Description

drag object representing selected reads. Is created when a drag in TrapperView is initiated.

Definition at line 59 of file trapperview.cpp.


Constructor & Destructor Documentation

ReadDrag::ReadDrag QPixmap &  pixmap,
QPoint &  hotspot,
QWidget *  w
[inline]
 

Definition at line 62 of file trapperview.cpp.

00062                                                               : QStoredDrag("min_mime_type", w) {
00063     setPixmap( pixmap, hotspot );
00064 
00065   } 

ReadDrag::ReadDrag QWidget *  w  )  [inline]
 

Definition at line 66 of file trapperview.cpp.

00066 : QStoredDrag("min_mime_type", w) { } 

ReadDrag::~ReadDrag  )  [inline]
 

Definition at line 67 of file trapperview.cpp.

00067 {}


The documentation for this class was generated from the following file:
Generated on Fri Mar 17 17:45:00 2006 for trapper by  doxygen 1.4.4