?? retroleaftileset.h
字號(hào):
////////////////////////////////////////////////////////////////////////
//
// RetroLeafTileset.h
//
// Copyright (c) 2003 Nokia Mobile Phones Ltd. All rights reserved.
//
////////////////////////////////////////////////////////////////////////
#ifndef __RETROLEAFTILESET_H
#define __RETROLEAFTILESET_H
#include "Tileset.h"
////////////////////////////////////////////////////////////////////////
class CRetroLeafTileset : public CTileset
{
public:
static CRetroLeafTileset* NewL(CFbsBitmap& aSourceImage);
~CRetroLeafTileset();
protected:
CRetroLeafTileset();
void ConstructL(CFbsBitmap& aSourceImage);
void BuildTile(CFbsBitmap& aSourceImage,TInt frame_no,CFbsBitGc* aGc);
enum { KRightIsForeground = 1 };
enum { KLeftIsForeground = 2 };
enum { KIsTopLeftBottomRight = 4 };
private:
TSize iSize;
};
////////////////////////////////////////////////////////////////////////
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -