Kicad 5.1 插件
Revision ); 插件类:PLUGIN_3D 标题 ‘include/plugins/3d/3d_plugin.h’ 声明了必须由所有 3D 插件实现的函数, 并定义了插件所需的许多函数以及用户不得重新实现的函数。 用户不得重新 现的已定义函数是: /* 返回插件类名 “PLUGIN_3D” */ /* Returns the Plugin Class name "PLUGIN_3D" */ char char const* GetKicadPluginClass( void ); /* 返回 PLUGIN_3D API 的版本信息 */ /* Return version information for the PLUGIN_3D API */ void GetClassVersion( unsigned char* Major, unsigned char* Minor, unsigned Revision ); /* 执行由的开发人员强制执行的基本版本检查。 PLUGIN_3D 类的加载器,如果。 检查通过 Performs basic version checks enforced by the developers of the loader for the PLUGIN_3D class and returns true if the checks0 码力 | 56 页 | 49.46 KB | 1 年前3Kicad 5.1 Plugins
Major, unsigned char* Minor, unsigned char* Patch, unsigned char* Revision ); Plugin Class: PLUGIN_3D The header include/plugins/3d/3d_plugin.h declares the functions which must be implemented by all reimplement are: /* Returns the Plugin Class name "PLUGIN_3D" */ char const* GetKicadPluginClass( void ); /* Return version information for the PLUGIN_3D API */ void GetClassVersion( unsigned char* Major Revision ); /* Performs basic version checks enforced by the developers of the loader for the PLUGIN_3D class and returns true if the checks pass */ bool CheckClassVersion( unsigned char Major,0 码力 | 48 页 | 44.28 KB | 1 年前3Kicad 4.0 Plugins
Major, unsigned char* Minor, unsigned char* Patch, unsigned char* Revision ); Plugin Class: PLUGIN_3D The header include/plugins/3d/3d_plugin.h declares the functions which must be implemented by all reimplement are: /* Returns the Plugin Class name "PLUGIN_3D" */ char const* GetKicadPluginClass( void ); /* Return version information for the PLUGIN_3D API */ void GetClassVersion( unsigned char* Major Revision ); /* Performs basic version checks enforced by the developers of the loader for the PLUGIN_3D class and returns true if the checks pass */ bool CheckClassVersion( unsigned char Major,0 码力 | 48 页 | 66.10 KB | 1 年前3
共 3 条
- 1