Gocator Development Kit
 All Classes Files Functions Variables Typedefs Friends Modules Pages
GdkToolInfo Class Reference

Description

Describes a tool type.

Inheritance diagram for GdkToolInfo:
Inheritance graph

Public Member Functions

kStatus GdkToolInfo_AddMeasurement (GdkToolInfo info, const kChar *type, GdkMeasurementInfo *measurementInfo)
 Add a measurement type. More...
 
kStatus GdkToolInfo_AddSourceOption (GdkToolInfo info, GdkDataSource source)
 Add an option to the list of acceptable data sources. More...
 
kObject kStatus GdkToolInfo_AddVersion (GdkToolInfo info, const kChar *name, GdkToolVersionInfo *newVersion)
 Adds a tool configuration version. More...
 
kBool GdkToolInfo_AnchoringEnabled (GdkToolInfo info, GdkAxis axis)
 Checks anchoring capability for a specified axis. More...
 
kStatus GdkToolInfo_ClearMeasurements (GdkToolInfo info)
 Clears measurement types. More...
 
kStatus GdkToolInfo_ClearSourceOptions (GdkToolInfo info)
 Clears the list of acceptable data sources. More...
 
GdkToolVersionInfo GdkToolInfo_DefaultVersion (GdkToolInfo info)
 Return the default version object. More...
 
kStatus GdkToolInfo_EnableAnchoring (GdkToolInfo info, GdkAxis axis, kBool enabled)
 Enables or disables anchoring capability for a specified axis. More...
 
GdkToolVersionInfo GdkToolInfo_FindVersion (GdkToolInfo info, const kChar *name)
 Finds version object by name. More...
 
GdkToolVersionInfo GdkToolInfo_FirstVersion (GdkToolInfo info)
 Returns the first version info object. More...
 
kBool GdkToolInfo_IntensityRequired (GdkToolInfo info)
 Returns whether or not this tool requires intensity data. More...
 
const kCharGdkToolInfo_Label (GdkToolInfo info)
 Returns the tool display label. More...
 
GdkMeasurementInfo GdkToolInfo_MeasurementAt (GdkToolInfo info, kSize index)
 Returns the measurement type at a specified index. More...
 
kSize GdkToolInfo_MeasurementCount (GdkToolInfo info)
 Returns the number of measurement types. More...
 
GdkParamsInfo GdkToolInfo_Params (GdkToolInfo info)
 Returns the schema for the parameters. More...
 
kStatus GdkToolInfo_RequireIntensity (GdkToolInfo info, kBool required)
 Sets whether or not this tool requires intensity data. More...
 
kStatus GdkToolInfo_SetDefaultVersion (GdkToolInfo info, GdkToolVersionInfo version)
 Sets the default version object. More...
 
kStatus GdkToolInfo_SetFirstVersionName (GdkToolInfo info, const kChar *name)
 Convenience method for setting the name of the first version. More...
 
kStatus GdkToolInfo_SetLabel (GdkToolInfo info, const kChar *label)
 Sets the tool display label. More...
 
kStatus GdkToolInfo_SetSourceType (GdkToolInfo info, GdkDataType type)
 Sets the data source type accepted by the tool. More...
 
kStatus GdkToolInfo_SetTypeName (GdkToolInfo info, const kChar *name)
 Sets the tool type name. More...
 
GdkDataSource GdkToolInfo_SourceOptionAt (GdkToolInfo info, kSize index)
 Returns the data source option at a specified index. More...
 
kSize GdkToolInfo_SourceOptionCount (GdkToolInfo info)
 Returns the number of acceptable data sources. More...
 
GdkDataType GdkToolInfo_SourceType (GdkToolInfo info)
 Returns the data source type accepted by the tool. More...
 
const kCharGdkToolInfo_TypeName (GdkToolInfo info)
 Returns the tool type name. More...
 
GdkToolVersionInfo GdkToolInfo_VersionAt (GdkToolInfo info, kSize index)
 Returns the version object at the specified index. More...
 
kSize GdkToolInfo_VersionCount (GdkToolInfo info)
 Returns the number of version objects. More...
 

The documentation for this class was generated from the following file: