Gocator Development Kit
Home
Topics
Types
Files
All
Classes
Files
Functions
Variables
Typedefs
Friends
Modules
Pages
Public Member Functions
GdkMeasurementInfo Class Reference
Gdk/Tools
Description
Describes a measurement type.
Inheritance diagram for GdkMeasurementInfo:
Public Member Functions
const
kChar
*
GdkMeasurementInfo_Label
(
GdkMeasurementInfo
info)
Returns the measurement display label.
More...
kSize
GdkMeasurementInfo_MaxCount
(
GdkMeasurementInfo
info)
Returns the minimum number of instances within a tool.
More...
kSize
GdkMeasurementInfo_MinCount
(
GdkMeasurementInfo
info)
Returns the minimum number of instances within a tool.
More...
GdkParamsInfo
GdkMeasurementInfo_Params
(
GdkMeasurementInfo
info)
Returns the schema for the parameters.
More...
kStatus
GdkMeasurementInfo_SetLabel
(
GdkMeasurementInfo
info, const
kChar
*label)
[Deprecated] Set label through
GdkToolInfo_AddOutput()
instead.
More...
kStatus
GdkMeasurementInfo_SetMaxCount
(
GdkMeasurementInfo
info,
kSize
count)
Sets the maximum number of instances within a tool.
More...
kStatus
GdkMeasurementInfo_SetMinCount
(
GdkMeasurementInfo
info,
kSize
count)
Sets the minimum number of instances within a tool.
More...
kStatus
GdkMeasurementInfo_SetTypeName
(
GdkMeasurementInfo
info, const
kChar
*name)
Sets the measurement type name.
More...
kStatus
GdkMeasurementInfo_SetValueType
(
GdkMeasurementInfo
info,
GdkMeasurementValueType
type)
Sets the measurement value type.
More...
const
kChar
*
GdkMeasurementInfo_TypeName
(
GdkMeasurementInfo
info)
Returns the measurement type name.
More...
GdkMeasurementValueType
GdkMeasurementInfo_ValueType
(
GdkMeasurementInfo
info)
Returns the measurement value type.
More...
The documentation for this class was generated from the following file:
Tools/
GdkMeasurementInfo.h
GdkMeasurementInfo