kstars
DragListBox Class Reference
Extension of KListBox that allows Drag-and-Drop with other DragListBoxes. More...
#include <draglistbox.h>
Inheritance diagram for DragListBox:

Public Member Functions | |
bool | contains (const QString &s) const |
void | dragEnterEvent (QDragEnterEvent *evt) |
DragListBox (QWidget *parent=0, const char *name=0, WFlags=0) | |
void | dropEvent (QDropEvent *evt) |
int | ignoreIndex () const |
void | mouseMoveEvent (QMouseEvent *) |
void | mousePressEvent (QMouseEvent *evt) |
~DragListBox () |
Detailed Description
Extension of KListBox that allows Drag-and-Drop with other DragListBoxes.
- Version:
- 1.0
Definition at line 33 of file draglistbox.h.
Constructor & Destructor Documentation
DragListBox::DragListBox | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 , |
|||
WFlags | f = 0 | |||
) |
DragListBox::~DragListBox | ( | ) |
Member Function Documentation
bool DragListBox::contains | ( | const QString & | s | ) | const |
Definition at line 39 of file draglistbox.cpp.
void DragListBox::dragEnterEvent | ( | QDragEnterEvent * | evt | ) |
Definition at line 33 of file draglistbox.cpp.
void DragListBox::dropEvent | ( | QDropEvent * | evt | ) |
Definition at line 46 of file draglistbox.cpp.
int DragListBox::ignoreIndex | ( | ) | const [inline] |
Definition at line 44 of file draglistbox.h.
void DragListBox::mouseMoveEvent | ( | QMouseEvent * | ) |
Definition at line 83 of file draglistbox.cpp.
void DragListBox::mousePressEvent | ( | QMouseEvent * | evt | ) |
Definition at line 71 of file draglistbox.cpp.
The documentation for this class was generated from the following files: