IFrameManager2.GetFrameByIndex (METH) ¶ METHOD GetFrameByIndex : STRING Will return the frame based on the index InOut: Scope Name Type Comment Return GetFrameByIndex STRING Input index INT The the internal array index of the frame that should be handled
IFrameManagerBase (ITF) ¶ INTERFACE IFrameManagerBase EXTENDS __SYSTEM.IQueryInterface could be used by endusers too -> visible Methods: SwitchToVisu Structure: SwitchToVisu (Method)
IFrameManagerBase.SwitchToVisu (METH) ¶ METHOD SwitchToVisu : INT InOut: Scope Name Type Comment Return SwitchToVisu INT Input stFramePath STRING(255) The path of the frame that should be handled @IECCodeConverter_Type: String pClientData POINTER TO VisuStructClientData The client whose frame content shall be changed iIndex INT the index of the visualization that should be selected
IGestureEventHandler (ITF) ¶ INTERFACE IGestureEventHandler EXTENDS __SYSTEM.iQueryInterface Methods: HandleFlickGesture HandlePanGesture HandleSpreadPinchGesture Structure: HandleFlickGesture (Method) HandlePanGesture (Method) HandleSpreadPinchGesture (Method)
IProvidesTabOrder.GetTabOrderIdArray (METH) ¶ METHOD GetTabOrderIdArray : POINTER TO ARRAY [0..0] OF INT InOut: Scope Name Type Return GetTabOrderIdArray POINTER TO ARRAY [0..0] OF INT Output nElementCount INT
IRectangleListManager (ITF) ¶ INTERFACE IRectangleListManager EXTENDS __SYSTEM.IQueryInterface Implementations of this interface allow parts of the visualization (like visu elements) to pass rectangular areas to the currently handled client. Such areas can be used for specific handling of touch events etc. In the future, such rectangles might be used for client animations like highlighting on hovering over too. Methods: AddRectangle AddZoomScrollLimits ForwardCall ForwardCallWithMouseDownInfo PopClipping PushClipping SetUpdateNecessary Structure: AddRectangle (Method) AddZoomScrollLimits (Method) ForwardCall (Method) ForwardCallWithMouseDownInfo (Method) PopClipping (Method) PushClipping (Method) SetUpdateNecessary (Method)
IRectangleListManager.AddRectangle (METH) ¶ METHOD AddRectangle : DINT Adds the information about a rectangle to the manager; return value will be the identification of this rectangle; InOut: Scope Name Type Return AddRectangle DINT Input flags VisuEnumRectangleFlags rect CmpVisuHandler.VisuStructSimpleRectangle
IRectangleListManager.AddZoomScrollLimits (METH) ¶ METHOD AddZoomScrollLimits InOut: Scope Name Type Input availableSpace VisuStructSimpleRectangle necessarySize VisuStructPoint scalingInfo VisuStructScaleScrollInfo
IRectangleListManager.ForwardCall (METH) ¶ METHOD ForwardCall InOut: Scope Name Type Input pElements POINTER TO ARRAY [0..0] OF IVisualElement count INT owningVisu IVisualisation
IRectangleListManager.ForwardCallWithMouseDownInfo (METH) ¶ METHOD ForwardCallWithMouseDownInfo 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