Home
last modified time | relevance | path

Searched refs:mHighScore (Results 1 – 4 of 4) sorted by relevance

/dports/games/katomic/katomic-21.12.3/src/
H A Dtoplevel.cpp44 mHighScore = new QLabel(i18n("Highscore:")); in AtomTopLevel()
48 statusBar()->addPermanentWidget(mHighScore); in AtomTopLevel()
195 mHighScore->setText(i18n("Highscore: %1", str)); in updateStatusBar()
H A Dtoplevel.h66 QLabel *mHighScore; variable
/dports/games/colorcode/ColorCode-0.8.5/
H A Dcolorcode.h222 HighScore* mHighScore; variable
H A Dcolorcode.cpp140 mHighScore = new HighScore(); in Init()
2020 mHighScore->NewGame(mSolver->CalcPosCnt(mColorCnt, mPegCnt, mDoubles)); in NewGame()
2095 ++mHighScore->mRowsCnt; in NextRow()
2235 mHighScore->mTime = mGameTimer->GetGameTime(); in ResolveGame()
2236 mGameInput->mScore = mHighScore->GetScore(); in ResolveGame()