ICustomEventHandler.HandleCustomEvent (METH) ¶ METHOD HandleCustomEvent : BOOL This method will be called when a custom event in the visualization occurred. InOut: Scope Name Type Comment Return HandleCustomEvent BOOL TRUE - When the handler has handled this event and it should not be handled by someone else FALSE - When the event is not handled by this handler Input uiEventType UINT Identifies the event dwParam1 DWORD Event specific event parameter 1 dwParam2 DWORD Event specific event parameter 2 pOptAdditionalData POINTER TO BYTE Optional pointer to a piece of memory containing additional event data addDataSize __UXINT The size of memory pOptAdditionalData points to. Only relevant if pAdditionalData is not 0. Only the lower 3 bytes contain the size information. pClient POINTER TO VisuStructClientData A pointer to the client structure were the event occurred.
IDialogCloseListener (ITF) ¶ INTERFACE IDialogCloseListener EXTENDS __SYSTEM.IQueryInterface This interface has to be implemented by function blocks, that should get a notification, when a dialog is closed. To get this notification, the dialog has to be opened with method OpenDialog5 Methods: DialogClosed Structure: DialogClosed (Method)
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