【机器视觉】 dev_show_tool算子 骑猪看日落 2022-10-08 00:52 127阅读 0赞 ## 00. 目录 ## ### 文章目录 ### * * 00. 目录 * 01. 概述 * 02. 签名 * 03. 描述 * 04. 注意 * 05. 参数 * 06. 结果 * 07. 附录 ## 01. 概述 ## dev\_show\_tool - 显示指定的tool。 ## 02. 签名 ## `dev_show_tool( : : ToolId, Action : )` ## 03. 描述 ## dev\_show\_tool在tool的ID为ToolId上执行动作Action。 可以用tool的名称替代作为tool的ToolId参数。 在这种情况任意的tool,只要存在符合它的ToolID,就会被使用。 **Action(参数)** **’show’:** 激活tool。 **’normal’:** 显示tool,把它置顶,并激活它。 **’minimize’:** 最小化tool。 **’maximize’:** 最大化tool。 **’hide’:** 隐藏tool。 **原文描述**: dev\_show\_tool executes the action Action on the tool ToolId Instead of using the ToolId, given during opening the tool, you can use the name that has to be used in dev\_open\_tool. In that case an arbitrary tool, which fits the parameter ToolId, is used. Action ‘show’: Activates the tool. ‘normal’: Shows the tool, brings it to the front and activates it. ‘minimize’: Minimizes the tool. ‘maximize’: Maximizes the tool. ‘hide’: Hides the tool. ## 04. 注意 ## 此算子不支持代码导出 ## 05. 参数 ## **ToolId (input\_control) dev\_tool → (string)** Tool identifier. **Action (input\_control) string → (string)** Action to execute. **HDevelop例程** > dev\_open\_tool.hdev Open and adjust tools in HDevelop **程序示例** dev_open_tool ('matching_assistant', 0, 0, 'default','default', ToolId) dev_show_tool (ToolId, 'minimize') ## 06. 结果 ## 如果指定参数的值正确,则 dev\_show\_tool 返回 2 (H\_MSG\_TRUE)。 否则会引发异常并返回错误代码。 ## 07. 附录 ## **7.1 机器视觉博客汇总** 网址:[https://dengjin.blog.csdn.net/article/details/116837497][https_dengjin.blog.csdn.net_article_details_116837497] [https_dengjin.blog.csdn.net_article_details_116837497]: https://dengjin.blog.csdn.net/article/details/116837497
相关 【机器视觉】 switch算子 00. 目录 文章目录 00. 目录 01. 概述 02. 签名 03. 描述 04. 注意 £神魔★判官ぃ/ 2022年10月07日 06:59/ 0 赞/ 248 阅读
相关 【机器视觉】 for算子 00. 目录 文章目录 00. 目录 01. 概述 02. 签名 03. 描述 04. 注意 本是古典 何须时尚/ 2022年10月07日 06:55/ 0 赞/ 64 阅读
相关 【机器视觉】 endif算子 00. 目录 文章目录 00. 目录 01. 概述 02. 签名 03. 描述 04. 注意 Myth丶恋晨/ 2022年10月07日 06:00/ 0 赞/ 204 阅读
相关 【机器视觉】 elseif算子 00. 目录 文章目录 00. 目录 01. 概述 02. 签名 03. 描述 04. 注意 野性酷女/ 2022年10月07日 06:00/ 0 赞/ 204 阅读
相关 【机器视觉】 stop算子 00. 目录 文章目录 00. 目录 01. 概述 02. 签名 03. 描述 04. 注意 妖狐艹你老母/ 2022年10月07日 05:53/ 0 赞/ 197 阅读
相关 【机器视觉】 global算子 00. 目录 文章目录 00. 目录 01. 概述 02. 签名 03. 描述 04. 注意 妖狐艹你老母/ 2022年10月07日 05:51/ 0 赞/ 223 阅读
还没有评论,来说两句吧...