36 GoFx(const
kChar*) GoExtTool_Version(GoExtTool tool);
45 GoFx(
kSize) GoExtTool_MeasurementCount(GoExtTool tool);
65 GoFx(
kStatus) GoExtTool_SetDisplayName(GoExtTool tool, const
kChar* name);
74 GoFx(const
kChar*) GoExtTool_DisplayName(GoExtTool tool);
83 GoFx(const
kChar*) GoExtTool_Type(GoExtTool tool);
112 GoFx(
kSize) GoExtTool_SourceOptionCount(GoExtTool tool);
122 GoFx(
k32u) GoExtTool_SourceOptionAt(GoExtTool tool,
kSize index);
131 GoFx(
kBool) GoExtTool_XAnchorSupportEnabled(GoExtTool tool);
141 GoFx(
kSize) GoExtTool_XAnchorOptionCount(GoExtTool tool);
152 GoFx(
k32u) GoExtTool_XAnchorOptionAt(GoExtTool tool,
kSize index);
162 GoFx(
k32s) GoExtTool_XAnchor(GoExtTool tool);
174 GoFx(
kStatus) GoExtTool_SetXAnchor(GoExtTool tool,
k32s id);
185 GoFx(
kBool) GoExtTool_XAnchorEnabled(GoExtTool tool);
197 GoFx(
kSize) GoExtTool_YAnchorOptionCount(GoExtTool tool);
208 GoFx(
k32u) GoExtTool_YAnchorOptionAt(GoExtTool tool,
kSize index);
218 GoFx(
k32s) GoExtTool_YAnchor(GoExtTool tool);
229 GoFx(
kStatus) GoExtTool_SetYAnchor(GoExtTool tool,
k32s id);
239 GoFx(
kBool) GoExtTool_YAnchorEnabled(GoExtTool tool);
252 GoFx(
kSize) GoExtTool_ZAnchorOptionCount(GoExtTool tool);
262 GoFx(
k32u) GoExtTool_ZAnchorOptionAt(GoExtTool tool,
kSize index);
271 GoFx(
k32s) GoExtTool_ZAnchor(GoExtTool tool);
282 GoFx(
kStatus) GoExtTool_SetZAnchor(GoExtTool tool,
k32s id);
292 GoFx(
kBool) GoExtTool_ZAnchorEnabled(GoExtTool tool);
304 GoFx(
GoMeasurement) GoExtTool_FindMeasurementByName(GoExtTool tool, const
kChar* name);
313 GoFx(
kSize) GoExtTool_ParameterCount(GoExtTool tool);
323 GoFx(GoExtParam) GoExtTool_ParameterAt(GoExtTool tool,
kSize index);
334 GoFx(GoExtParam) GoExtTool_FindParameterById(GoExtTool tool, const
kChar* label);
337 #include <GoSdk/Tools/GoExtTool.x.h>
Represents the base class for a tool measurement or script output.
Represents a data source.
Essential SDK declarations.