7 #ifndef GDK_MEASUREMENT_INFO_H
8 #define GDK_MEASUREMENT_INFO_H
Essential Gdk declarations.
Definition: GdkCfgInterfaces.h:14
#define kDeclareClassEx(PREFIX, SYMBOL, BASE)
kStatus GdkMeasurementInfo_SetMinCount(GdkMeasurementInfo info, kSize count)
Sets the minimum number of instances within a tool.
Declares the GdkOutputInfo class.
kStatus GdkMeasurementInfo_SetValueType(GdkMeasurementInfo info, GdkMeasurementValueType type)
Sets the measurement value type.
Describes a measurement type.
kStatus GdkMeasurementInfo_SetMaxCount(GdkMeasurementInfo info, kSize count)
Sets the maximum number of instances within a tool.
Represents the schema of a parameter set.
Represents data source selections.
Declares the GdkParamsInfo class.
const kChar * GdkMeasurementInfo_Label(GdkMeasurementInfo info)
Returns the measurement display label.
kSize GdkMeasurementInfo_MaxCount(GdkMeasurementInfo info)
Returns the minimum number of instances within a tool.
GdkParamsInfo GdkMeasurementInfo_Params(GdkMeasurementInfo info)
Returns the schema for the parameters.
const kChar * GdkMeasurementInfo_TypeName(GdkMeasurementInfo info)
Returns the measurement type name.
kStatus GdkMeasurementInfo_SetTypeName(GdkMeasurementInfo info, const kChar *name)
Sets the measurement type name.
kStatus GdkMeasurementInfo_SetLabel(GdkMeasurementInfo info, const kChar *label)
[Deprecated] Set label through GdkToolInfo_AddOutput() instead.
GdkMeasurementValueType GdkMeasurementInfo_ValueType(GdkMeasurementInfo info)
Returns the measurement value type.
kSize GdkMeasurementInfo_MinCount(GdkMeasurementInfo info)
Returns the minimum number of instances within a tool.