Visu_DateTime (GVL) ¶ Attributes: qualified_only InOut: Name Type Comment DisplayUTC BOOL Displays all system time values in UTC if the value is set to TRUE
IDialogCloseListenerWithTag (ITF) ¶ INTERFACE IDialogCloseListenerWithTag EXTENDS IDialogCloseListener Extends the interface IDialogCloseListener Used in combination with OpenDialog6 when on closed an additional tag/data is needed Methods: DialogClosedWithTag DialogClosed , inherited from IDialogCloseListener Structure: DialogClosedWithTag (Method)
IDialogCloseListenerWithTag.DialogClosedWithTag (METH) ¶ METHOD DialogClosedWithTag InOut: Scope Name Type Comment Input itfDialog IVisualisationDialog The IVisualisationDialog instance, that was closed pClientData POINTER TO VisuStructClientData A pointer to the client data pTag POINTER TO BYTE A pointer to an optional tag/data
IDialogManager10 (ITF) ¶ INTERFACE IDialogManager10 EXTENDS IDialogManager9 Methods: ClosePAADialog2 CollectNonModalDialogRectangles CalculateDialogPositionForPAA , inherited from IDialogManager7 CallOnAllDialogs , inherited from IDialogManager4 CheckEventQueue , inherited from IDialogManager2 CloseDialog2 , inherited from IDialogManager2 ClosePAADialog , inherited from IDialogManager7 CollectRectangles , inherited from IDialogManager3 GetDialogToClose , inherited from IDialogManager5 GetDialogToOpen , inherited from IDialogManager5 GetRegisteredDialogsBlockwise , inherited from IDialogManager4 HandleInputBefore , inherited from IDialogManager8 HasOpenModalDialog , inherited from IDialogManager3 IsDialogOpen , inherited from IDialogManager5 SetClientDataWithoutStartCycle , inherited from IDialogManager9 SetPAADialogOpenObject , inherited from IDialogManager7 SetTopMostDialogRect , inherited from IDialogManager6 getPaintAfterAllOpen , inherited from IDialogManager7 getVersion , inherited from IDialogManager7 Structure: ClosePAADialog2 (Method) CollectNonModalDialogRectangles (Method)
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