ImageDropWidget.h
Go to the documentation of this file.
1 /*
2  * ImageDropWidget.h
3  *
4  * Created on: Dec 22, 2014
5  * Author: mathieu
6  */
7 
8 #ifndef IMAGEDROPWIDGET_H_
9 #define IMAGEDROPWIDGET_H_
10 
11 #include <QWidget>
12 
13 namespace find_object {
14 
15 class ImageDropWidget : public QWidget {
16 
17  Q_OBJECT;
18 
19 public:
20  ImageDropWidget(QWidget *parent = 0, Qt::WindowFlags flags = 0);
21  virtual ~ImageDropWidget();
22 
23 Q_SIGNALS:
24  void imagesReceived(const QStringList &);
25 
26 
27 protected:
28  virtual void dragEnterEvent(QDragEnterEvent *event);
29  virtual void dropEvent(QDropEvent *event);
30 };
31 
32 }
33 
34 #endif /* IMAGEDROPWIDGET_H_ */
ImageDropWidget(QWidget *parent=0, Qt::WindowFlags flags=0)
virtual void dragEnterEvent(QDragEnterEvent *event)
void imagesReceived(const QStringList &)
virtual void dropEvent(QDropEvent *event)


find_object_2d
Author(s): Mathieu Labbe
autogenerated on Thu Jun 6 2019 19:22:26