Another levelset now exists internally
[ghostsoverboard] / seascene.h
index c5fe8f8..fefdfc0 100644 (file)
@@ -110,7 +110,7 @@ protected:
     void prepareForMenu(QGraphicsItem * pItem);
     void createAboutBoxItems();
     void createVictoryItems();
-    void createLevelCompletedItem();
+    void createLevelCompletedItems();
 
     const QString ghostImageFilename_;
     const QString rockImageFilename_;
@@ -139,10 +139,12 @@ protected:
     QGraphicsTextItem * pMinimizeItem_;
 
     QGraphicsTextItem * pVictoryCongratulationsItem_;
+    QGraphicsTextItem * pVictoryScoreItem_;
     QGraphicsTextItem * pAboutBoxItem_;
 
     QGraphicsTextItem * pLevelCompletedItem_;
 
+    QList<Levelset> availableLevelsets_;
 
     Levelset levelset_;
 
@@ -163,6 +165,7 @@ protected:
 
     QTime scoreCounter_;
     int totalScore_;
+    int levelScore_;
 
 };