⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 retroleaftileset.h

📁 关于symbian OS S60 2.X平台
💻 H
字号:
////////////////////////////////////////////////////////////////////////
//
// 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

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -