mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-22 07:28:16 +01:00
use game info dlg to get initial game setting; make list of dicts without user
This commit is contained in:
parent
b6828f855f
commit
a6d1349805
1 changed files with 9 additions and 1 deletions
|
@ -109,12 +109,16 @@ class CXWordsAppView : public CCoeControl
|
||||||
void DisplayFinalScoresL();
|
void DisplayFinalScoresL();
|
||||||
XWStreamCtxt* MakeSimpleStream( MemStreamCloseCallback cb );
|
XWStreamCtxt* MakeSimpleStream( MemStreamCloseCallback cb );
|
||||||
TBool AskFromResId( TInt aResource );
|
TBool AskFromResId( TInt aResource );
|
||||||
|
TBool FindAllDicts();
|
||||||
|
void UserErrorFromID( TInt aResource );
|
||||||
|
TBool ReadCurrentGame() { return EFalse; } /* later.... */
|
||||||
|
|
||||||
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 void sym_util_notifyGameOverL( XW_UtilCtxt* uc );
|
||||||
|
static void sym_util_userError( XW_UtilCtxt* uc, UtilErrID id );
|
||||||
|
|
||||||
|
|
||||||
static TInt TimerCallback( TAny* aThis );
|
static TInt TimerCallback( TAny* aThis );
|
||||||
|
|
||||||
|
@ -131,6 +135,10 @@ class CXWordsAppView : public CCoeControl
|
||||||
TInt iTimerRunCount;
|
TInt iTimerRunCount;
|
||||||
CIdle* iRequestTimer;
|
CIdle* iRequestTimer;
|
||||||
|
|
||||||
|
/* MDesCArray* iDictList; */
|
||||||
|
CDesC16ArrayFlat* iDictList; /* to pass into the dialog */
|
||||||
|
/* TInt iNDicts; */
|
||||||
|
/* TBuf16<32>* iDictList; */
|
||||||
|
|
||||||
MPSLOT
|
MPSLOT
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue