Eneboo - Documentación para desarrolladores
|
The QDropSite class provides nothing and does nothing. Más...
#include <qdropsite.h>
Métodos públicos | |
QDropSite (QWidget *parent) | |
virtual | ~QDropSite () |
QDropSite (QWidget *parent) | |
virtual | ~QDropSite () |
The QDropSite class provides nothing and does nothing.
If your code uses it, you can safely delete it.
It was used in Qt 1.x to do some drag and drop; that has since been folded into QWidget.
For detailed information about drag-and-drop, see the QDragObject class.
QDropSite::QDropSite | ( | QWidget * | self | ) |
Constructs a QDropSite to handle events for the widget self.
Pass this
as the self parameter. This enables dropping by calling QWidget::setAcceptDrops(TRUE).
QDropSite::~QDropSite | ( | ) | [virtual] |
Destroys the drop site.
QDropSite::QDropSite | ( | QWidget * | parent | ) |
virtual QDropSite::~QDropSite | ( | ) | [virtual] |