GoExtTool_DisplayName(GoExtTool tool) | GoExtTool | |
GoExtTool_Equals(GoExtTool tool, kString toolType) | GoExtTool | |
GoExtTool_FindMeasurementByName(GoExtTool tool, const kChar *name) | GoExtTool | |
GoExtTool_FindParameterById(GoExtTool tool, const kChar *label) | GoExtTool | |
GoExtTool_MeasurementAt(GoExtTool tool, kSize index) | GoExtTool | |
GoExtTool_MeasurementCount(GoExtTool tool) | GoExtTool | |
GoExtTool_ParameterAt(GoExtTool tool, kSize index) | GoExtTool | |
GoExtTool_ParameterCount(GoExtTool tool) | GoExtTool | |
GoExtTool_SetDisplayName(GoExtTool tool, const kChar *name) | GoExtTool | |
GoExtTool_SetSource(GoExtTool tool, GoDataSource source) | GoExtTool | |
GoExtTool_SetStream(GoExtTool tool, GoDataStream stream) | GoExtTool | |
GoExtTool_SetXAnchor(GoExtTool tool, k32s id) | GoExtTool | |
GoExtTool_SetYAnchor(GoExtTool tool, k32s id) | GoExtTool | |
GoExtTool_SetZAnchor(GoExtTool tool, k32s id) | GoExtTool | |
GoExtTool_SetZAngleAnchor(GoExtTool tool, k32s id) | GoExtTool | |
GoExtTool_Source(GoExtTool tool) | GoExtTool | |
GoExtTool_SourceOptionAt(GoExtTool tool, kSize index) | GoExtTool | |
GoExtTool_SourceOptionCount(GoExtTool tool) | GoExtTool | |
GoExtTool_Stream(GoExtTool tool) | GoExtTool | |
GoExtTool_StreamOptionAt(GoExtTool tool, kSize index) | GoExtTool | |
GoExtTool_StreamOptionCount(GoExtTool tool) | GoExtTool | |
GoExtTool_ToolDataOutputAt(GoExtTool tool, kSize index) | GoExtTool | |
GoExtTool_ToolDataOutputCount(GoExtTool tool) | GoExtTool | |
GoExtTool_Type(GoExtTool tool) | GoExtTool | |
GoExtTool_Version(GoExtTool tool) | GoExtTool | |
GoExtTool_XAnchor(GoExtTool tool) | GoExtTool | |
GoExtTool_XAnchorEnabled(GoExtTool tool) | GoExtTool | |
GoExtTool_XAnchorOptionAt(GoExtTool tool, kSize index) | GoExtTool | |
GoExtTool_XAnchorOptionCount(GoExtTool tool) | GoExtTool | |
GoExtTool_XAnchorSupportEnabled(GoExtTool tool) | GoExtTool | |
GoExtTool_YAnchor(GoExtTool tool) | GoExtTool | |
GoExtTool_YAnchorEnabled(GoExtTool tool) | GoExtTool | |
GoExtTool_YAnchorOptionAt(GoExtTool tool, kSize index) | GoExtTool | |
GoExtTool_YAnchorOptionCount(GoExtTool tool) | GoExtTool | |
GoExtTool_YAnchorSupportEnabled(GoExtTool tool) | GoExtTool | |
GoExtTool_ZAnchor(GoExtTool tool) | GoExtTool | |
GoExtTool_ZAnchorEnabled(GoExtTool tool) | GoExtTool | |
GoExtTool_ZAnchorOptionAt(GoExtTool tool, kSize index) | GoExtTool | |
GoExtTool_ZAnchorOptionCount(GoExtTool tool) | GoExtTool | |
GoExtTool_ZAnchorSupportEnabled(GoExtTool tool) | GoExtTool | |
GoExtTool_ZAngleAnchor(GoExtTool tool) | GoExtTool | |
GoExtTool_ZAngleAnchorEnabled(GoExtTool tool) | GoExtTool | |
GoExtTool_ZAngleAnchorOptionAt(GoExtTool tool, kSize index) | GoExtTool | |
GoExtTool_ZAngleAnchorOptionCount(GoExtTool tool) | GoExtTool | |
GoExtTool_ZAngleAnchorSupportEnabled(GoExtTool tool) | GoExtTool | |
GoTool_AddExtMeasurement(GoTool tool, kType type, kBool isFilterable, GoExtMeasurement *measurement) | GoTool | |
GoTool_AddFeatureOutput(GoTool tool, kType type, GoFeature *featureOutput) | GoTool | |
GoTool_AddMeasurement(GoTool tool, kType type, kBool isFilterable, GoMeasurement *measurement) | GoTool | |
GoTool_ClearFeatureOutputs(GoTool tool) | GoTool | |
GoTool_ClearMeasurements(GoTool tool) | GoTool | |
GoTool_FeatureOutputAt(GoTool tool, kSize index) | GoTool | |
GoTool_FeatureOutputCount(GoTool tool) | GoTool | |
GoTool_FindFeatureOutputByType(GoTool tool, GoFeatureType type) | GoTool | |
GoTool_FindMeasurementByType(GoTool tool, GoMeasurementType type) | GoTool | |
GoTool_Id(GoTool tool) | GoTool | |
GoTool_MeasurementAt(GoTool tool, kSize index) | GoTool | |
GoTool_MeasurementCount(GoTool tool) | GoTool | |
GoTool_Name(GoTool tool, kChar *name, kSize capacity) | GoTool | |
GoTool_RemoveFeatureOutput(GoTool tool, kSize index) | GoTool | |
GoTool_RemoveMeasurement(GoTool tool, kSize index) | GoTool | |
GoTool_SetName(GoTool tool, const kChar *name) | GoTool | |
GoTool_Type(GoTool tool) | GoTool | |