📄 clogomodel.h
字号:
#ifndef CMODELLOGO
#define CMODELLOGO
#include "mmodel.h"
#include "MSystem.h"
class CBitmap;
class CTextDrawer;
class CModelLogo
: public CBase
, public MModel
{
public:
static CModelLogo* NewL( MSystem* aSystem );
~CModelLogo();
private:
CModelLogo( MSystem* aSystem );
void ConstructL();
public:
void ReleaseLastKey();
void ActivateL();
void Deactivate();
void Draw( CBitmap& aTarget, CFbsBitGc& aGc );
void Move();
private:
MSystem* iSystem;
CBitmap* iBmNet;
// CBitmap* iBmSP;
CBitmap* iBmCP;
CBitmap* test;
TInt counter;
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -