IQueryInterfaceElement.GetQueryInterface (METH) ¶ METHOD GetQueryInterface : IQueryInterface InOut: Scope Name Type Return GetQueryInterface IQueryInterface
VisuFctGetAbsolutePosition (FUN) ¶ FUNCTION VisuFctGetAbsolutePosition : VisuStructSimpleRectangle Returns the absolute position of a visual element in overlay mode. If the element is rotated the result is the surrounding rect. InOut: Scope Name Type Return VisuFctGetAbsolutePosition VisuStructSimpleRectangle Input itfVisualElement IVisualElement itfClientObjectInfo IClientObjectInfo pSelectionRect POINTER TO VisuStructSimpleRectangle Inout clientData VisuStructClientData
IVisualElementWithoutBlobInit.GetPosition (METH) ¶ METHOD GetPosition : VisuStructRectangle InOut: Scope Name Type Return GetPosition VisuStructRectangle
VisuFbTransformationScrolling.TransformYCoordinate (METH) ¶ METHOD TransformYCoordinate : INT InOut: Scope Name Type Return TransformYCoordinate INT Input y INT
VisuFbTransformationScrolling.UntransformPoint (METH) ¶ METHOD UntransformPoint : CmpVisuHandler.VisuStructPoint This method is the inverse operation of the method TransformPoint InOut: Scope Name Type Comment Return UntransformPoint CmpVisuHandler.VisuStructPoint Input pt CmpVisuHandler.VisuStructPoint A transformed point, that has to be untransformed
IQueryInterfaceElement (ITF) ¶ INTERFACE IQueryInterfaceElement EXTENDS COL.IElement Methods: GetQueryInterface Structure: GetQueryInterface (Method)
VisuClientObject.FB_Exit (METH) ¶ METHOD FB_Exit : BOOL InOut: Scope Name Type Return FB_Exit BOOL Input bInCopyCode BOOL
VisuClientObject.GetCompleteSurroundingRect (METH) ¶ METHOD GetCompleteSurroundingRect : VisuStructSimpleRectangle Similar to GetSurroundingRect of IVisualElement. Returns the position in the ClientObjectManager considering also an animated position or an animated resize InOut: Scope Name Type Return GetCompleteSurroundingRect VisuStructSimpleRectangle
VisuClientObject.GetElement (METH) ¶ METHOD GetElement : IVisualElement InOut: Scope Name Type Return GetElement IVisualElement
VisuClientObject.HandleResize (METH) ¶ METHOD HandleResize InOut: Scope Name Type Comment Input xMovement INT total horizontal movement relative to the static element position yMovement INT total vertical movement relative to the static element position widthIncrement INT total width increment relative to the static element width heightIncrement INT total height increment relative to the static element height