mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
DisplayFinalScoresL
This commit is contained in:
parent
9b213fe756
commit
d7b21c4fe8
1 changed files with 6 additions and 2 deletions
|
@ -26,6 +26,7 @@
|
||||||
#include <eikbctrl.h>
|
#include <eikbctrl.h>
|
||||||
|
|
||||||
#include "game.h"
|
#include "game.h"
|
||||||
|
#include "memstream.h"
|
||||||
#include "symdraw.h"
|
#include "symdraw.h"
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
@ -99,18 +100,21 @@ class CXWordsAppView : public CCoeControl
|
||||||
int HandleCommand( TInt aCommand );
|
int HandleCommand( TInt aCommand );
|
||||||
TBool HandleKeyEvent( const TKeyEvent& aKeyEvent );
|
TBool HandleKeyEvent( const TKeyEvent& aKeyEvent );
|
||||||
|
|
||||||
void RunAlert( TInt resourceID );
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
/* open game from prefs or start a new one. */
|
/* open game from prefs or start a new one. */
|
||||||
void InitGameL();
|
void InitGameL();
|
||||||
void DeleteGame();
|
void DeleteGame();
|
||||||
void SetUpUtil();
|
void SetUpUtil();
|
||||||
void PositionBoard();
|
void PositionBoard();
|
||||||
|
void DisplayFinalScoresL();
|
||||||
|
XWStreamCtxt* MakeSimpleStream( MemStreamCloseCallback cb );
|
||||||
|
TBool AskFromResId( TInt aResource );
|
||||||
|
|
||||||
|
|
||||||
static void sym_util_requestTime( XW_UtilCtxt* uc );
|
static void sym_util_requestTime( XW_UtilCtxt* uc );
|
||||||
static VTableMgr* sym_util_getVTManager( XW_UtilCtxt* uc );
|
static VTableMgr* sym_util_getVTManager( XW_UtilCtxt* uc );
|
||||||
static XP_U32 sym_util_getCurSeconds( XW_UtilCtxt* uc );
|
static XP_U32 sym_util_getCurSeconds( XW_UtilCtxt* uc );
|
||||||
|
static void sym_util_notifyGameOverL( XW_UtilCtxt* uc );
|
||||||
|
|
||||||
static TInt TimerCallback( TAny* aThis );
|
static TInt TimerCallback( TAny* aThis );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue