X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=seaview.h;h=4475d69994dcc029c1e0aef75327e15ba2f9d480;hb=b3d2e7fa1b680abc0d445b9b66010ff2f1ff696d;hp=e6e20ed343fe50f70e0baae4905e8a8346251bfa;hpb=056ace0d1592056e0f396221811f82eaacfc52fd;p=ghostsoverboard diff --git a/seaview.h b/seaview.h index e6e20ed..4475d69 100644 --- a/seaview.h +++ b/seaview.h @@ -24,6 +24,7 @@ #define SEAVIEW_H #include +#include "seascene.h" class SeaView : public QGraphicsView { @@ -33,12 +34,25 @@ public: virtual void mousePressEvent(QMouseEvent *event); + bool event(QEvent *event); + signals: - void pauseChanged(); + void screenTapped(); + + void goingBackgroung(); + + void goingForeground(); public slots: + void initializeBoundaries(); + + +protected: + + SeaScene * pScene_; + }; #endif // SEAVIEW_H