IDialogCloseListener.DialogClosed (METH) ¶ METHOD DialogClosed Notification, that a dialog is closed. InOut: Scope Name Type Comment Input itfDialog IVisualisationDialog The IVisualisationDialog instance, that was closed pClientData POINTER TO VisuStructClientData A pointer to the client data
IApplicationRectangleProvider.ProvideRectangles (METH) ¶ METHOD ProvideRectangles An implementation of this method can add (touchhandling) rectangles to the active client. This can be used for example to implement application based visu switching using flick gestures. This method will be called whenever it seems necessary for the visualization to request an updated rectangle list. InOut: Scope Name Type Comment Input currentVisu IVisualisation The currently active toplevel visualization pClient POINTER TO VisuStructClientData The currently evaluated client topMostRect BOOL TRUE if the topmost rectangle is requested, FALSE if the bottommost rectangle is requested. It is ok for implementers to react to none or only one of these requests rectList IRectangleListManager The instance managing the rectangle list
ICallOnDialogBlocks (ITF) ¶ INTERFACE ICallOnDialogBlocks Methods: Execute Structure: Execute (Method)
ICallOnDialogBlocks.Execute (METH) ¶ METHOD Execute InOut: Scope Name Type Input pDialogs POINTER TO ARRAY [0..0] OF IVisualisationDialog count INT
IDialogManager10.ClosePAADialog2 (METH) ¶ METHOD ClosePAADialog2 : BOOL InOut: Scope Name Type Return ClosePAADialog2 BOOL Input PAADialog IPAADialog pClient POINTER TO VisuStructClientData
IDialogManager10.CollectNonModalDialogRectangles (METH) ¶ METHOD CollectNonModalDialogRectangles : BOOL InOut: Scope Name Type Return CollectNonModalDialogRectangles BOOL
IDialogManager2 (ITF) ¶ INTERFACE IDialogManager2 EXTENDS IDialogManager Methods: CheckEventQueue CloseDialog2 Structure: CheckEventQueue (Method) CloseDialog2 (Method)
IClippingLayer.ClippingActive (PROP) ¶ PROPERTY ClippingActive : BOOL
IClippingLayer.ClippingRect (PROP) ¶ PROPERTY ClippingRect : VisuStructSimpleRectangle
ICustomEventHandler (ITF) ¶ INTERFACE ICustomEventHandler EXTENDS __SYSTEM.IQueryInterface This interface must be implemented by function block instances, that will be registered by a call to VisuElems.Visu_Globals.g_VisuEventManager.SetCustomEventHandler. Methods: HandleCustomEvent Structure: HandleCustomEvent (Method)