X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=seascene.h;h=c9d9a541176243b73aee0a6f0b1557cff39ccc93;hb=2d3760ee6924d23b1fc428ea57547aeaed98e4d3;hp=69eeb6d8d3bd05ac8167868381babdddeea9f1d8;hpb=217212ed51ed8d6a6e127aee0a81bc0b70169632;p=ghostsoverboard diff --git a/seascene.h b/seascene.h index 69eeb6d..c9d9a54 100644 --- a/seascene.h +++ b/seascene.h @@ -78,6 +78,8 @@ protected: QPointF* findRandomFreeSlot(); + void createMenuItems(); + const QString ghostImageFilename_; const QString rockImageFilename_; const QString octopusImageFilename_; @@ -93,10 +95,16 @@ protected: ScreenLitKeeper screenLitKeeper_; -private: QGraphicsItemGroup menuItems_; + QGraphicsSimpleTextItem * pPausetextItem_; + + QGraphicsSimpleTextItem * pRestartLevelItem_; + QGraphicsSimpleTextItem * pRestartGameItem_; + QGraphicsSimpleTextItem * pVibrateItem_; + QGraphicsSimpleTextItem * pAboutItem_; + };