From f225345d4de3b198a557fe3566f9630163e76d51 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 17 Sep 2011 03:58:13 +0200 Subject: Putting MetaWatch stuff in a plugin --- libsowatch/metawatchsimulator.h | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 libsowatch/metawatchsimulator.h (limited to 'libsowatch/metawatchsimulator.h') diff --git a/libsowatch/metawatchsimulator.h b/libsowatch/metawatchsimulator.h deleted file mode 100644 index 674c3c6..0000000 --- a/libsowatch/metawatchsimulator.h +++ /dev/null @@ -1,32 +0,0 @@ -#ifndef METAWATCHSIMULATOR_H -#define METAWATCHSIMULATOR_H - -#include -#include "watchsimulator.h" -#include "metawatchsimulatorform.h" - -namespace sowatch { - -class MetaWatchSimulator : public WatchSimulator -{ - Q_OBJECT -public: - explicit MetaWatchSimulator(QObject *parent = 0); - ~MetaWatchSimulator(); - - QString model() const; - bool isConnected() const; - bool busy() const; - - void update(const QList &rects); - void vibrate(bool on); - -protected: - QPixmap _screen; - MetaWatchSimulatorForm* _form; - QTime _nextFrame; -}; - -} - -#endif // METAWATCHSIMULATOR_H -- cgit v1.2.3