seqend.h
来自「AutoCAD DWG-file viewer」· C头文件 代码 · 共 24 行
H
24 行
/****************************************************************/
/* COPYRIGHT NOTICE */
/* ---------------- */
/* All software in this listing remain the strict copyright */
/* of Ilija Kovacevic and cannot be copied or used in any way */
/* except by written permission of Ilija Kovacevic. */
/* */
/* Copyright (c) 1992 Ilija Kovacevic */
/* www.kov.com email ilija@kov.com */
/****************************************************************/
typedef struct
{
AcadEntity common;
} AcadSeqend;
AcadSeqend *AcadSeqend__create( void );
int AcadSeqend__length( AcadSeqend *me );
void AcadSeqend__delete( AcadSeqend *me );
void AcadSeqend__read( AcadSeqend *me );
void AcadSeqend__write( AcadSeqend *me, INT32 parent );
void AcadSeqend__dump_to_debug_file( AcadSeqend *me );
void AcadSeqend__dxfout( AcadSeqend *me );
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?