7 #ifndef GDK_FEATURE_INFO_H
8 #define GDK_FEATURE_INFO_H
Essential Gdk declarations.
Definition: GdkCfgInterfaces.h:14
kStatus GdkFeatureInfo_SetMinCount(GdkFeatureInfo info, kSize count)
Sets the minimum number of instances within a tool.
#define kDeclareClassEx(PREFIX, SYMBOL, BASE)
Declares the GdkOutputInfo class.
GdkParamsInfo GdkFeatureInfo_Params(GdkFeatureInfo info)
Returns the schema for the parameters.
Represents geometric feature output type.
Represents the schema of a parameter set.
kStatus GdkFeatureInfo_SetDataType(GdkFeatureInfo info, GdkFeatureDataType type)
Sets the feature data type.
kSize GdkFeatureInfo_MaxCount(GdkFeatureInfo info)
Returns the minimum number of instances within a tool.
Describes a feature type.
Declares the GdkParamsInfo class.
GdkFeatureDataType GdkFeatureInfo_DataType(GdkFeatureInfo info)
Returns the feature data type.
const kChar * GdkFeatureInfo_Label(GdkFeatureInfo info)
Returns the feature display label.
kStatus GdkFeatureInfo_SetType(GdkFeatureInfo info, const kChar *type)
Sets the feature type.
kStatus GdkFeatureInfo_SetMaxCount(GdkFeatureInfo info, kSize count)
Sets the maximum number of instances within a tool.
const kChar * GdkFeatureInfo_Type(GdkFeatureInfo info)
Returns the feature type.
kStatus GdkFeatureInfo_SetLabel(GdkFeatureInfo info, const kChar *label)
[Deprecated] Set label through GdkToolInfo_AddOutput() instead.
kSize GdkFeatureInfo_MinCount(GdkFeatureInfo info)
Returns the minimum number of instances within a tool.