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

📄 maplayerinfo.h

📁 手机s60第三版动画编程相关
💻 H
字号:
#ifndef MAPLAYERINFO_H_
#define MAPLAYERINFO_H_

#include <e32base.h>
#include <e32std.h>

/**
 * 地图层信息
 */
class TMapLayerInfo
	{
public:
	TInt iLayerIndex;
	TUint8 iSourceMapIndex;
	TUint8 iMapItemIndex;
	
	const TUint16 GetSerializeValue();
	void DeserializeFromValue(const TUint16 aValue);
	};

#endif /*MAPLAYERINFO_H_*/

⌨️ 快捷键说明

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