?? baseanim.h
字號:
////////////////////////////////////////////////////////////////////////
//
// BaseAnim.h
//
// Copyright (c) 2003 Nokia Mobile Phones Ltd. All rights reserved.
//
////////////////////////////////////////////////////////////////////////
#ifndef __BASEANIM_H
#define __BASEANIM_H
#include "RenderableFactory.h"
////////////////////////////////////////////////////////////////////////
class CBaseAnim : public CRenderableFactory
{
public:
~CBaseAnim(){};
void RenderFrameCentered(TInt aFrameNum,const TPoint& aCenter,const TRect& aScreenRect,CFbsBitGc* aCallerGc);
protected:
CBaseAnim(TSize aSize);
protected:
TSize iSize;
};
////////////////////////////////////////////////////////////////////////
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -