00001
00002
00003
00004
00005
00006
00007 #ifndef MIME_POINTS_DETECTOR_H
00008 #define MIME_POINTS_DETECTOR_H
00009
00010 #include <QMimeData>
00011 #include <QString>
00012 #include <QStringList>
00013
00014 class QSize;
00015 class Transformation;
00016
00018 class MimePointsDetector
00019 {
00020 public:
00022 MimePointsDetector();
00023
00025 virtual ~MimePointsDetector ();
00026
00028 bool isMimePointsData (const Transformation &transforation,
00029 const QSize &screenSize) const;
00030
00031 };
00032
00033 #endif // MIME_POINTS_DETECTOR_H