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

📄 tabmapobjcustompoint.h

📁 linux下一款GIS程序源码
💻 H
字号:
// tabmapobjcustompoint.h: interface for the TABMAPObjCustomPoint class.////////////////////////////////////////////////////////////////////////#ifndef  TABMAPObjCustomPoint_H#define  TABMAPObjCustomPoint_H#include "tabmapobjpoint.h"class TABMAPObjCustomPoint : public TABMAPObjPoint  {public:     UGKByte m_nUnknown_;     UGKByte m_nCustomStyle;     UGKByte m_nFontId;	TABMAPObjCustomPoint(){};	virtual ~TABMAPObjCustomPoint(){};	virtual int WriteObj(TABMAPObjectBlock *);	virtual int ReadObj(TABMAPObjectBlock *);};#endif 

⌨️ 快捷键说明

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