1#ifndef QUARTER_DRAGDROPHANDLER_H
2#define QUARTER_DRAGDROPHANDLER_H
37#include <Quarter/Basic.h>
42namespace SIM {
namespace Coin3D {
namespace Quarter {
56 friend class DragDropHandlerP;
57 class DragDropHandlerP * pimpl;
virtual bool eventFilter(QObject *, QEvent *event)
Definition DragDropHandler.cpp:102
DragDropHandler(QuarterWidget *parent)
Definition DragDropHandler.cpp:82