tabmapobjcustompoint.h
来自「linux下一款GIS程序源码」· C头文件 代码 · 共 27 行
H
27 行
// 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 + =
减小字号Ctrl + -
显示快捷键?