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