Gocator API
 All Classes Files Functions Variables Typedefs Macros Modules Pages
GoTools Class Reference

Description

Represents a collection of tools.

Inheritance diagram for GoTools:
Inheritance graph

Public Member Functions

kStatus GoTools_AddTool (GoTools tools, GoToolType type, GoTool *tool)
 Adds a tool and returns a handle to it. More...
 
kStatus GoTools_AssignMeasurementId (GoTools tools, GoMeasurement measurement)
 Automatically update a given measurement to use a valid ID within the set of tools contained in the GoTools object. More...
 
kStatus GoTools_ClearTools (GoTools tools)
 Removes all tools in the given GoTools instance. More...
 
GoMeasurement GoTools_FindMeasurementById (GoTool tools, k32u id)
 Returns an enabled measurement handle if the specified ID is valid. More...
 
kStatus GoTools_RemoveTool (GoTools tools, kSize index)
 Removes a tool at the given index. More...
 
GoTool GoTools_ToolAt (GoTools tools, kSize index)
 Returns a tool handle at the given index. More...
 
kSize GoTools_ToolCount (GoTools tools)
 Returns the current number of tools. More...
 

The documentation for this class was generated from the following file: