17 #include <kApi/Data/kXml.h>
66 GoFx(kStatus)
GoTool_Name(GoTool tool, kChar* name, kSize capacity);
68 GoFx(GoToolType) GoTool_Type(GoTool tool);
89 typedef GoTool GoRangeTool;
99 GoFx(kStatus) GoRangeTool_SetSource(GoRangeTool tool,
GoDataSource source);
108 GoFx(
GoDataSource) GoRangeTool_Source(GoRangeTool tool);
110 GoFx(kSize) GoRangeTool_SourceOptionCount(GoRangeTool tool);
111 GoFx(k32u) GoRangeTool_SourceOptionAt(GoRangeTool tool, kSize index);
145 GoFx(kSize) GoProfileTool_SourceOptionCount(GoProfileTool tool);
146 GoFx(k32u) GoProfileTool_SourceOptionAt(GoProfileTool tool, kSize index);
148 GoFx(kSize) GoProfileTool_XAnchorSourceCount(GoProfileTool tool);
149 GoFx(k32u) GoProfileTool_XAnchorSourceAt(GoProfileTool tool, kSize index);
150 GoFx(k32s) GoProfileTool_XAnchor(GoProfileTool tool);
151 GoFx(kStatus) GoProfileTool_SetXAnchor(GoProfileTool tool, k32s
id);
152 GoFx(kBool) GoProfileTool_XAnchorEnabled(GoProfileTool tool);
154 GoFx(kSize) GoProfileTool_ZAnchorSourceCount(GoProfileTool tool);
155 GoFx(k32u) GoProfileTool_ZAnchorSourceAt(GoProfileTool tool, kSize index);
156 GoFx(kStatus) GoProfileTool_SetZAnchor(GoProfileTool tool, k32s
id);
157 GoFx(kBool) GoProfileTool_ZAnchorEnabled(GoProfileTool tool);
158 GoFx(k32s) GoProfileTool_ZAnchor(GoProfileTool tool);
192 GoFx(kSize) GoSurfaceTool_SourceOptionCount(GoSurfaceTool tool);
193 GoFx(k32u) GoSurfaceTool_SourceOptionAt(GoSurfaceTool tool, kSize index);
195 GoFx(kSize) GoSurfaceTool_XAnchorOptionCount(GoSurfaceTool tool);
196 GoFx(k32u) GoSurfaceTool_XAnchorOptionAt(GoSurfaceTool tool, kSize index);
197 GoFx(k32s) GoSurfaceTool_XAnchor(GoSurfaceTool tool);
198 GoFx(kStatus) GoSurfaceTool_SetXAnchor(GoSurfaceTool tool, k32s
id);
199 GoFx(kBool) GoSurfaceTool_XAnchorEnabled(GoSurfaceTool tool);
201 GoFx(kSize) GoSurfaceTool_YAnchorOptionCount(GoSurfaceTool tool);
202 GoFx(k32u) GoSurfaceTool_YAnchorOptionAt(GoSurfaceTool tool, kSize index);
203 GoFx(k32s) GoSurfaceTool_YAnchor(GoSurfaceTool tool);
204 GoFx(kStatus) GoSurfaceTool_SetYAnchor(GoSurfaceTool tool, k32s
id);
205 GoFx(kBool) GoSurfaceTool_YAnchorEnabled(GoSurfaceTool tool);
207 GoFx(kSize) GoSurfaceTool_ZAnchorOptionCount(GoSurfaceTool tool);
208 GoFx(k32u) GoSurfaceTool_ZAnchorOptionAt(GoSurfaceTool tool, kSize index);
209 GoFx(kStatus) GoSurfaceTool_SetZAnchor(GoSurfaceTool tool, k32s
id);
210 GoFx(kBool) GoSurfaceTool_ZAnchorEnabled(GoSurfaceTool tool);
211 GoFx(k32s) GoSurfaceTool_ZAnchor(GoSurfaceTool tool);
216 #include <GoSdk/GoTool.x.h>
Represents a base tool measurement or script output.
Definition: GoMeasurement.h:15
Declares the GoProfileType classes.
Represents a data source.
Essential API declarations.
Declares the GoMeasurement classes.
Declares the GoSurfaceType classes.