|
Gocator Development Kit
|
| kStatus GdkToolInfo_AddOutput | ( | GdkToolInfo | info, |
| GdkDataType | dataType, | ||
| const kChar * | name, | ||
| const kChar * | label, | ||
| GdkOutputInfo * | outputInfo | ||
| ) |
Adds a data output type to a tool with the specified data type.
| info | Info object. |
| dataType | Tool data output type of type GdkDataType. The following types are supported:
|
| name | Name of the output type. |
| label | Label of the output. |
| outputInfo | Pointer to receive the new data output's info object. It is based on the dataType and should be one of the following: GdkMeasurementInfo GdkFeatureInfo GdkToolDataOutputInfo |