📄 maplayerinfo.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 + -