VisuFbRectangleListManager.AddTouchRectRenderLocationInfo (METH) ¶ METHOD AddTouchRectRenderLocationInfo : BOOL InOut: Scope Name Type Comment Return AddTouchRectRenderLocationInfo BOOL Input iTouchRectRenderLocation INT touch rect specific render location index iRenderLocation INT client specific render location index lockHorizontal BOOL lockVertical BOOL xPos INT yPos INT
VisuFbRectangleListManager.DoAddScrollLimits (METH) ¶ METHOD DoAddScrollLimits : BOOL InOut: Scope Name Type Return DoAddScrollLimits BOOL Input minX DINT minY DINT maxX DINT maxY DINT
VisuFbRectangleListManager.DoAddZoomLimits (METH) ¶ METHOD DoAddZoomLimits : BOOL InOut: Scope Name Type Return DoAddZoomLimits BOOL Input minFactor REAL maxFactor REAL
IRectangleListManager2 ¶ AddContentRect (Method) AddRectangleTransformed (Method) AddTouchRectRenderLocationInfo (Method) PushClippingTransformed (Method)
VisuFbXYChartDataProvider.IsCurveVarLocal (METH) ¶ METHOD IsCurveVarLocal : BOOL It returns if the curve variable VisuStructXYChartCurve is local or user instantiated InOut: Scope Name Type Return IsCurveVarLocal BOOL Input iWhich INT
VisuFbXYChartDataProvider.IsElementVarLocal (METH) ¶ METHOD IsElementVarLocal : BOOL It returns if the element variable VisuStructXYChart is local or user instantiated InOut: Scope Name Type Return IsElementVarLocal BOOL
VisuFbXYChartDataProviderAxis (FB) ¶ FUNCTION_BLOCK VisuFbXYChartDataProviderAxis IMPLEMENTS IXYChartDataProviderAxis This function block is the implementation of the IXYChartDataProviderAxis interface. It is used by the generated code to provide suitable instances of this interface. It contains parameters of data array used in axis to calculate the curve An instance of this is present in generated code InOut: Scope Name Type Comment Input minVar VisuFbXYChartGenericVariable Minimum value, variable or number, if present maxVar VisuFbXYChartGenericVariable Maximum value, variable or number, if present Methods: GetVariableItf Structure: GetVariableItf (Method)
VisuFbXYChartDataProviderAxis.GetVariableItf (METH) ¶ METHOD GetVariableItf : IXYChartGenericVariable2 Get variable interface InOut: Scope Name Type Comment Return GetVariableItf IXYChartGenericVariable2 Input eWhich EnXYChartDataProviderAxisVar Which variable I need
VisuFbXYChartDataProviderCurve (FB) ¶ FUNCTION_BLOCK VisuFbXYChartDataProviderCurve IMPLEMENTS IXYChartDataProviderCurve , IXYChartDataProviderCurveCheckPointer This function block is the implementation of the IXYChartDataProviderCurve interface. It is used by the generated code to provide suitable instances of this interface. It contains parameters of data array used in curve to calculate the curve An instance of this is present in generated code InOut: Scope Name Type Comment Input firstDataX VisuFbXYChartGenericVariableArray firstDataY VisuFbXYChartGenericVariableArray Instance of FB that contains the definition of first cell in the array for X diLowerBorderX1 DINT Instance of FB that contains the definition of first cell in the array for Y diUpperBorderX1 DINT Lower border for dataX[], dimension 1 diLowerBorderX2 DINT Upper border for dataX[], dimension 1 diUpperBorderX2 DINT Lower border for dataX[], dimension 2 diLowerBorderY1 DINT Upper border for dataX[], dimension 2 diUpperBorderY1 DINT Lower border for dataY[], dimension 1 diLowerBorderY2 DINT Upper border for dataY[], dimension 1 diUpperBorderY2 DINT Lower border for dataY[], dimension 2 cursPosVar VisuFbXYChartGenericVariable Upper border for dataY[], dimension 2 Variable of curve value at cursor position, if present indexMinVar VisuFbXYChartGenericVariable Variable of minimum index value for curve array, if present indexMaxVar VisuFbXYChartGenericVariable Variable of maximum index value for curve array, if present Methods: GetDataXUnchecked GetDataYUnchecked GetFirstDataXItf GetFirstDataYItf GetLowerBorder GetRawDataXUnchecked GetRawDataYUnchecked GetUpperBorder GetVariableItf IsDataXPointerChanged IsDataYPointerChanged Structure: GetDataXUnchecked (Method) GetDataYUnchecked (Method) GetFirstDataXItf (Method) GetFirstDataYItf (Method) GetLowerBorder (Method) GetRawDataXUnchecked (Method) GetRawDataYUnchecked (Method) GetUpperBorder (Method) GetVariableItf (Method) IXYChartDataProviderCurveCheckPointer IsDataXPointerChanged (Method) IsDataYPointerChanged (Method)
VisuFbXYChartDataProviderCurve.GetDataXUnchecked (METH) ¶ METHOD GetDataXUnchecked : REAL It returns the value of X at specific position, without check if the index is in the range. The assumption is that index control has already been executed InOut: Scope Name Type Return GetDataXUnchecked REAL Input diPos DINT