37 GoFx(const
kChar*) GoExtTool_Version(GoExtTool tool);
47 GoFx(
kSize) GoExtTool_MeasurementCount(GoExtTool tool);
69 GoFx(
kStatus) GoExtTool_SetDisplayName(GoExtTool tool, const
kChar* name);
79 GoFx(const
kChar*) GoExtTool_DisplayName(GoExtTool tool);
89 GoFx(const
kChar*) GoExtTool_Type(GoExtTool tool);
121 GoFx(
kSize) GoExtTool_SourceOptionCount(GoExtTool tool);
132 GoFx(
k32u) GoExtTool_SourceOptionAt(GoExtTool tool,
kSize index);
142 GoFx(
kBool) GoExtTool_XAnchorSupportEnabled(GoExtTool tool);
153 GoFx(
kSize) GoExtTool_XAnchorOptionCount(GoExtTool tool);
165 GoFx(
k32u) GoExtTool_XAnchorOptionAt(GoExtTool tool,
kSize index);
176 GoFx(
k32s) GoExtTool_XAnchor(GoExtTool tool);
189 GoFx(
kStatus) GoExtTool_SetXAnchor(GoExtTool tool,
k32s id);
201 GoFx(
kBool) GoExtTool_XAnchorEnabled(GoExtTool tool);
214 GoFx(
kSize) GoExtTool_YAnchorOptionCount(GoExtTool tool);
226 GoFx(
k32u) GoExtTool_YAnchorOptionAt(GoExtTool tool,
kSize index);
237 GoFx(
k32s) GoExtTool_YAnchor(GoExtTool tool);
249 GoFx(
kStatus) GoExtTool_SetYAnchor(GoExtTool tool,
k32s id);
260 GoFx(
kBool) GoExtTool_YAnchorEnabled(GoExtTool tool);
274 GoFx(
kSize) GoExtTool_ZAnchorOptionCount(GoExtTool tool);
285 GoFx(
k32u) GoExtTool_ZAnchorOptionAt(GoExtTool tool,
kSize index);
295 GoFx(
k32s) GoExtTool_ZAnchor(GoExtTool tool);
307 GoFx(
kStatus) GoExtTool_SetZAnchor(GoExtTool tool,
k32s id);
318 GoFx(
kBool) GoExtTool_ZAnchorEnabled(GoExtTool tool);
331 GoFx(
GoMeasurement) GoExtTool_FindMeasurementByName(GoExtTool tool, const
kChar* name);
341 GoFx(
kSize) GoExtTool_ParameterCount(GoExtTool tool);
352 GoFx(GoExtParam) GoExtTool_ParameterAt(GoExtTool tool,
kSize index);
364 GoFx(GoExtParam) GoExtTool_FindParameterById(GoExtTool tool, const
kChar* label);
367 #include <GoSdk/Tools/GoExtTool.x.h>
Represents the base class for a tool measurement or script output.
Represents a data source.
Essential SDK declarations.