|
Gocator API
|
Represents the base tool class.
Inheritance diagram for GoTool:Public Member Functions | |
| GoMeasurement | GoTool_FindMeasurementByType (GoTool tool, GoMeasurementType type) |
| Retrieves the first found instance of a measurement for a given enumeration type. More... | |
| GoMeasurement | GoTool_MeasurementAt (GoTool tool, kSize index) |
| Retrieves the measurement at the given index. More... | |
| kSize | GoTool_MeasurementCount (GoTool tool) |
| Returns the measurement count. More... | |
| kStatus | GoTool_Name (GoTool tool, kChar *name, kSize capacity) |
| Retrieves the name of the tool. More... | |
| kStatus | GoTool_SetName (GoTool tool, const kChar *name) |
| Sets the name of the tool. More... | |
| GoToolType | GoTool_Type (GoTool tool) |
| Retrieves the tool type enumeration value of the tool. More... | |
| GoMeasurement GoTool_FindMeasurementByType | ( | GoTool | tool, |
| GoMeasurementType | type | ||
| ) |
Retrieves the first found instance of a measurement for a given enumeration type.
| tool | GoTool object. |
| type | A GoMeasurementType representing the measurement type to find in the given tool. |
| GoMeasurement GoTool_MeasurementAt | ( | GoTool | tool, |
| kSize | index | ||
| ) |
Retrieves the measurement at the given index.
| tool | GoTool object. |
| index | The index of the measurement. |
| kSize GoTool_MeasurementCount | ( | GoTool | tool | ) |
| kStatus GoTool_Name | ( | GoTool | tool, |
| kChar * | name, | ||
| kSize | capacity | ||
| ) |
Retrieves the name of the tool.
| tool | GoTool object. |
| name | Receives the name of the tool. |
| capacity | The maximum capacity of the name array. |
| kStatus GoTool_SetName | ( | GoTool | tool, |
| const kChar * | name | ||
| ) |
Sets the name of the tool.
| tool | GoTool object. |
| name | The name to be set for the tool. |
| GoToolType GoTool_Type | ( | GoTool | tool | ) |
Retrieves the tool type enumeration value of the tool.
| tool | GoTool object. |