X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=seascene.h;h=fefdfc090cf3e13ccb6ec45b343015025aa85ef2;hb=fe3bb7dad80a493a822f01e1b8780e21f8b2d20b;hp=c5fe8f8ab94bbf6e7227fd716a1e901555559f4e;hpb=0b4443e94b06abc57ee96974e17f2b4ecdccbf43;p=ghostsoverboard diff --git a/seascene.h b/seascene.h index c5fe8f8..fefdfc0 100644 --- a/seascene.h +++ b/seascene.h @@ -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 availableLevelsets_; Levelset levelset_; @@ -163,6 +165,7 @@ protected: QTime scoreCounter_; int totalScore_; + int levelScore_; };