Visu_FbWebserver.FB_Exit (METH) ¶ METHOD FB_Exit : BOOL InOut: Scope Name Type Return FB_Exit BOOL Input bInCopyCode BOOL
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.ForwardCallWithMouseDownInfo (METH) ¶ METHOD ForwardCallWithMouseDownInfo 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 Comment Input pElements POINTER TO ARRAY [0..0] OF IVisualElement count INT pMouseDownInfo POINTER TO ARRAY [0..100] OF BYTE a pointer to an array of bytes representing a bitfield with the information about elements handling mouse down or not the according bitfield is organized from lower indices to higher indices in general, within single bytes earlier elements are located at less significant bits
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
VisuFbDWORDVector.abstrDataPtrChanged (METH) ¶ METHOD abstrDataPtrChanged : UDINT InOut: Scope Name Type Return abstrDataPtrChanged UDINT
VisuFbDWORDVector.abstrSizeOfElement (METH) ¶ METHOD abstrSizeOfElement : UDINT InOut: Scope Name Type Return abstrSizeOfElement UDINT
VisuFbPaintAfterAllElement.IsCapturingEventsActive (PROP) ¶ PROPERTY IsCapturingEventsActive : BOOL Only for the interface. The slider handles the capturing process by itself in HandleInput
VisuFbPaintAfterAllElement.ProvideInputRectangleList (METH) ¶ METHOD ProvideInputRectangleList InOut: Scope Name Type Input inputRectangleMgr IInputRectangleMgr