1#ifndef QUARTER_DRAGDROPHANDLER_H
2#define QUARTER_DRAGDROPHANDLER_H
37#include <Quarter/Basic.h>
42namespace SIM {
namespace Coin3D {
namespace Quarter {
53 virtual bool eventFilter(
QObject *, QEvent * event);
56 friend class DragDropHandlerP;
57 class DragDropHandlerP * pimpl;
The DragDropHandler event filter provides drag and drop functionality to the QuarterWidget.
Definition DragDropHandler.h:46