📄 cscoredialog.h
字号:
// Copyright 2002 Kenneth Guy,
//
// CScoreDialog.h
//
#ifndef _CSCOREDIALOG_H_
#define _CSCOREDIALOG_H_
/** \file CScoreDialog.h
defines class CScoreDialog */
#include <eikappui.h>
#include <eikapp.h>
#include <eikdoc.h>
#include <eikenv.h>
#include <uikon.hrh>
#include <eikmfne.h>
#include <eikdialg.h>
#include <eikon.hrh>
#include <eikon.hrh>
#include <eikdialg.h>
#include <Game.rsg>
#include "Game.hrh"
#include "CHighScores.h"
/** High score enter name dialog. */
class CScoreDialog : public CEikDialog {
public:
static void RunDlgLD(CHighScores &aHighScores,TInt aScore);
private:
CScoreDialog(CHighScores &aHighScores, TInt aScore);
TBool OkToExitL(TInt aKeycode);
private:
CHighScores &iHighScores; ///< High score table
TInt iScore; ///< Players score
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -