|
Gocator Development Kit
|
Describes a feature type.

Public Member Functions | |
| GdkFeatureDataType | GdkFeatureInfo_DataType (GdkFeatureInfo info) |
| Returns the feature data type. More... | |
| const kChar * | GdkFeatureInfo_Label (GdkFeatureInfo info) |
| Returns the feature display label. More... | |
| kSize | GdkFeatureInfo_MaxCount (GdkFeatureInfo info) |
| Returns the minimum number of instances within a tool. More... | |
| kSize | GdkFeatureInfo_MinCount (GdkFeatureInfo info) |
| Returns the minimum number of instances within a tool. More... | |
| GdkParamsInfo | GdkFeatureInfo_Params (GdkFeatureInfo info) |
| Returns the schema for the parameters. More... | |
| kStatus | GdkFeatureInfo_SetDataType (GdkFeatureInfo info, GdkFeatureDataType type) |
| Sets the feature data type. More... | |
| kStatus | GdkFeatureInfo_SetLabel (GdkFeatureInfo info, const kChar *label) |
| [Deprecated] Set label through GdkToolInfo_AddOutput() instead. More... | |
| kStatus | GdkFeatureInfo_SetMaxCount (GdkFeatureInfo info, kSize count) |
| Sets the maximum number of instances within a tool. More... | |
| kStatus | GdkFeatureInfo_SetMinCount (GdkFeatureInfo info, kSize count) |
| Sets the minimum number of instances within a tool. More... | |
| kStatus | GdkFeatureInfo_SetType (GdkFeatureInfo info, const kChar *type) |
| Sets the feature type. More... | |
| const kChar * | GdkFeatureInfo_Type (GdkFeatureInfo info) |
| Returns the feature type. More... | |