Name
dev_show_tooldev_show_toolDevShowToolDevShowTool — Shows the specified tool.
Herror dev_show_tool(const char* ToolId, const char* Action)
Herror T_dev_show_tool(const Htuple ToolId, const Htuple Action)
void DevShowTool(const HTuple& ToolId, const HTuple& Action)
dev_show_tooldev_show_toolDevShowToolDevShowToolDevShowTool executes the action ActionActionActionActionaction on the tool
ToolIdToolIdToolIdToolIdtoolId
Instead of using the ToolIdToolIdToolIdToolIdtoolId, given during opening the tool,
you can use the name that has to be used in dev_open_tooldev_open_toolDevOpenToolDevOpenToolDevOpenTool.
In that case an arbitrary tool, which fits the parameter
ToolIdToolIdToolIdToolIdtoolId, is used.
ActionActionActionActionaction
- 'show'"show""show""show""show":
Activates the tool.
- 'normal'"normal""normal""normal""normal":
Shows the tool, brings it to the front and activates it.
- 'minimize'"minimize""minimize""minimize""minimize":
Minimizes the tool.
- 'maximize'"maximize""maximize""maximize""maximize":
Maximizes the tool.
- 'hide'"hide""hide""hide""hide":
Hides the tool.
This operator is not supported for code export.
dev_open_tool ('matching_assistant', 0, 0, 'default','default', ToolId)
dev_show_tool (ToolId, 'minimize')
If the values of the specified parameters are correct,
dev_show_tooldev_show_toolDevShowToolDevShowToolDevShowTool returns 2 (H_MSG_TRUE). Otherwise an
exception is raised and an error code returned.
dev_set_tool_geometrydev_set_tool_geometryDevSetToolGeometryDevSetToolGeometryDevSetToolGeometry,
dev_open_tooldev_open_toolDevOpenToolDevOpenToolDevOpenTool
dev_set_tool_geometrydev_set_tool_geometryDevSetToolGeometryDevSetToolGeometryDevSetToolGeometry
Foundation