IProvidesTabOrder (ITF) ¶ INTERFACE IProvidesTabOrder Methods: GetTabOrderIdArray Structure: GetTabOrderIdArray (Method)
IProvidesElementName.GetElementName (METH) ¶ METHOD GetElementName : WSTRING InOut: Scope Name Type Return GetElementName WSTRING Input iftElement IVisualElement
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.ForwardCall (METH) ¶ METHOD ForwardCall InOut: Scope Name Type Input pElements POINTER TO ARRAY [0..0] OF IVisualElement count INT owningVisu IVisualisation
IRectangleListManager2 (ITF) ¶ INTERFACE IRectangleListManager2 EXTENDS IRectangleListManager Methods: AddContentRect AddRectangleTransformed AddTouchRectRenderLocationInfo PushClippingTransformed AddRectangle , inherited from IRectangleListManager AddZoomScrollLimits , inherited from IRectangleListManager ForwardCall , inherited from IRectangleListManager ForwardCallWithMouseDownInfo , inherited from IRectangleListManager PopClipping , inherited from IRectangleListManager PushClipping , inherited from IRectangleListManager SetUpdateNecessary , inherited from IRectangleListManager Structure: AddContentRect (Method) AddRectangleTransformed (Method) AddTouchRectRenderLocationInfo (Method) PushClippingTransformed (Method)
IRectangleListManager2.AddContentRect (METH) ¶ METHOD AddContentRect : BOOL InOut: Scope Name Type Return AddContentRect BOOL Input rect CmpVisuHandler.VisuStructSimpleRectangle
IRectangleListManager2.AddRectangleTransformed (METH) ¶ METHOD AddRectangleTransformed : DINT InOut: Scope Name Type Return AddRectangleTransformed DINT Input flags VisuEnumRectangleFlags rect CmpVisuHandler.VisuStructSimpleRectangle transform BOOL
IRectangleListManager2.AddTouchRectRenderLocationInfo (METH) ¶ METHOD AddTouchRectRenderLocationInfo : BOOL InOut: Scope Name Type Comment Return AddTouchRectRenderLocationInfo BOOL Input iTouchRectRenderLocation INT touch rect specific render location index iRenderLocation INT client specific render location index lockHorizontal BOOL lockVertical BOOL xPos INT yPos INT