Custom |
The CustomCompPlugin type exposes the following members.
Name | Description | |
---|---|---|
DeleteDocumentData |
删除当前插件的模型数据
(Inherited from Plugin) | |
DeleteGlobalData |
删除当前插件的全局数据
(Inherited from Plugin) | |
GetDefaultsData |
获取目标默认值配置的数据
(Inherited from ComponentPlugin) | |
GetDocumentData |
获取当前插件的模型数据
(Inherited from Plugin) | |
GetFieldDescription |
获取可导出字段的描述信息,必要时子类需要实现此方法
(Inherited from ComponentPlugin) | |
GetFieldType |
获取可导出字段的数据类型,必要时子类需要实现此方法
(Inherited from ComponentPlugin) | |
GetGlobalData |
获取当前插件的全局数据
(Inherited from Plugin) | |
GetRuntimeData |
获取当前插件的运行时模型数据
(Inherited from Plugin) | |
OnDefaultSetupShowForm | Obsolete. (Inherited from ComponentPlugin) | |
OnDocumentClose |
模型关闭回调
(Inherited from Plugin) | |
OnDocumentOpen |
模型打开回调
(Inherited from Plugin) | |
OnInstanceCreate |
创建组件实例的后处理操作,基于当前默认属性初始化组件
(Inherited from ComponentPlugin) | |
OnInstanceRun |
运行组件
(Inherited from ComponentPlugin) | |
OnInstanceShowForm | Obsolete. (Inherited from ComponentPlugin) | |
OnInstanceWillRun |
在组件即将刷新前执行
(Inherited from ComponentPlugin) | |
OnPluginDispose |
插件销毁回调
(Inherited from Plugin) | |
OnPluginInit |
插件初始化方法
(Inherited from Plugin) | |
OnShowDefaultPropsForm |
显示组件属性目标默认值编辑窗口
(Inherited from ComponentPlugin) | |
OnShowInstancePropsForm |
显示组件实例的属性窗
(Inherited from ComponentPlugin) | |
OnShowPluginPropsForm |
显示组件属性窗
(Inherited from ComponentPlugin) | |
OnShowPropsForm | Obsolete. 显示组件属性窗 (Inherited from ComponentPlugin) | |
QueryDocumentDataNames |
查询当前插件的模型数据名称列表
(Inherited from Plugin) | |
QueryGlobalDataNames |
查询当前插件的所有全局数据名称
(Inherited from Plugin) | |
SaveDocumentData |
保存当前插件专属的模型数据
(Inherited from Plugin) | |
SaveGlobalData |
保存当前插件专属的全局数据
(Inherited from Plugin) | |
SaveRuntimeData |
保存当前插件的运行时模型数据
(Inherited from Plugin) |