All menu items in place. Still do nothing.
[ghostsoverboard] / seascene.h
index 69eeb6d..7690d57 100644 (file)
@@ -66,9 +66,6 @@ public slots:
 
     void menuClicked();
 
-    void showMenu();
-
-    void hideMenu();
 
 protected:
 
@@ -78,6 +75,9 @@ protected:
 
     QPointF* findRandomFreeSlot();
 
+    void createMenuItems();
+    void prepareForMenu(QGraphicsItem * pItem);
+
     const QString ghostImageFilename_;
     const QString rockImageFilename_;
     const QString octopusImageFilename_;
@@ -93,9 +93,15 @@ protected:
 
     ScreenLitKeeper screenLitKeeper_;
 
-private:
 
-    QGraphicsItemGroup menuItems_;
+    int menuItemCount_;
+
+    QGraphicsSimpleTextItem * pPausetextItem_;
+
+    QGraphicsSimpleTextItem * pRestartLevelItem_;
+    QGraphicsSimpleTextItem * pRestartGameItem_;
+    QGraphicsSimpleTextItem * pSettingsItem_;
+    QGraphicsSimpleTextItem * pAboutItem_;
 
 
 };