VisuFbRectangleListManager.PopClipping (METH) ¶ METHOD PopClipping Complementary method to PushClipping InOut: Scope Name Type Input rect VisuStructSimpleRectangle
VisuFbRectangleListManager.PushClipping (METH) ¶ METHOD PushClipping This method intersects the current clipping region used for the rectangles with the given rectangle. Please remark that the given rectangle must not be transformed yet. Of course there must be a matching call to PopClipping Typically the clipping methods are called when necessary in the following order: PushClipping // set the clipping rectangle if necessary PushTransformation // set the transformation for the inner elements ForwardCall // forward the rectangle collection to the inner elements PopTransformation PopClipping InOut: Scope Name Type Input rect VisuStructSimpleRectangle
VisuFbRectangleListManager.AddRectangle (METH) ¶ METHOD AddRectangle : DINT InOut: Scope Name Type Return AddRectangle DINT Input flags VisuEnumRectangleFlags rect CmpVisuHandler.VisuStructSimpleRectangle
VisuFbRectangleListManager.AddZoomScrollLimits (METH) ¶ METHOD AddZoomScrollLimits InOut: Scope Name Type Input availableSpace VisuStructSimpleRectangle necessarySize VisuStructPoint scalingInfo VisuStructScaleScrollInfo
VisuFbRectangleListManager.ForwardCall (METH) ¶ METHOD ForwardCall Interface changed without further notice because this feature was not yet released and it is very unlikely that a customer already relies on this InOut: Scope Name Type Input pElements POINTER TO ARRAY [0..0] OF IVisualElement count INT owningVisu IVisualisation
VisuFbRectangleListManager.AddRectangleTransformed (METH) ¶ METHOD AddRectangleTransformed : DINT InOut: Scope Name Type Return AddRectangleTransformed DINT Input flags VisuEnumRectangleFlags rect CmpVisuHandler.VisuStructSimpleRectangle transform BOOL
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.PushClippingTransformed (METH) ¶ METHOD PushClippingTransformed InOut: Scope Name Type Input rect VisuStructSimpleRectangle transform BOOL
VisuFbRectangleListManager.AddLargeScrollLimits (METH) ¶ METHOD AddLargeScrollLimits InOut: Scope Name Type Input maxHorizontalScrollValue DINT maxVerticalScrollValue DINT curHorizontalScrollValue DINT curVerticalScrollValue DINT
VisuFbRectangleListManager.CollectRectangles (METH) ¶ METHOD CollectRectangles : BOOL InOut: Scope Name Type Comment Return CollectRectangles BOOL Input pClientData POINTER TO VisuStructClientData rootVisu IVisualisation The toplevel visualization to collect rectangles for; if called with NULL, the the list of rectangles will be cleared! dlgMgr10 IDialogManager10