|
Gocator Development Kit
|
Represents configuration for a tool.

Public Member Functions | |
| kStatus | GdkToolCfg_AddMeasurement (GdkToolCfg config, const kChar *type, GdkMeasurementCfg *measurementCfg) |
| Add a new measurement to the tool. More... | |
| k32s | GdkToolCfg_Anchor (GdkToolCfg config, GdkAxis axis) |
| Returns the anchor source used by the tool. More... | |
| GdkMeasurementCfg | GdkToolCfg_MeasurementAt (GdkToolCfg config, kSize index) |
| Returns the measurement at an index. More... | |
| kSize | GdkToolCfg_MeasurementCount (GdkToolCfg config) |
| Returns the number of measurements in the tool. More... | |
| kNull const kChar * | GdkToolCfg_Name (GdkToolCfg config) |
| Returns the tool name. More... | |
| GdkParams | GdkToolCfg_Parameters (GdkToolCfg config) |
| Returns user-defined parameter set. More... | |
| kStatus | GdkToolCfg_SetAnchor (GdkToolCfg config, GdkAxis axis, k32s id) |
| Set the anchor source used by the tool. More... | |
| kStatus | GdkToolCfg_SetSource (GdkToolCfg config, GdkDataSource source) |
| Set the data source used by the tool. More... | |
| kStatus | GdkToolCfg_SetVersion (GdkToolCfg config, const kChar *version) |
| Sets the version of the configuration. More... | |
| GdkDataSource | GdkToolCfg_Source (GdkToolCfg config) |
| Returns the data source used by the tool. More... | |
| const kChar * | GdkToolCfg_Version (GdkToolCfg config) |
| Returns the version of the configuration. More... | |