VisuFbPaintAfterAllDialog.HandleInput (METH) ¶ METHOD HandleInput : BOOL handles the inputevent pEvent returns true if the Event has been handled by this VisualElement InOut: Scope Name Type Return HandleInput BOOL Input pEvent POINTER TO CmpVisuHandler.VisuStructEvent
VisuFbPaintAfterAllDialog.HandlePAASelection (METH) ¶ METHOD HandlePAASelection : DWORD InOut: Scope Name Type Comment Return HandlePAASelection DWORD Input pClientData POINTER TO VisuStructClientData The current client data pCurrentSelectionData POINTER TO Visu_StructSelectionData The current selection data pNewSelectionData POINTER TO Visu_StructSelectionData The new selection data dwSelectionType DWORD The selection type dwGroupType DWORD The group type pPosition POINTER TO ARRAY [0..9] OF INT The position to select iVisualElement IVisualElement The visual element to select iElemIndex INT The current element index iElemId INT The current element id iPositionIndex INT The current position in the position array
VisuFbPaintAfterAllDialog.InitializePAADialog (METH) ¶ METHOD InitializePAADialog : BOOL Initializes the state of this element InOut: Scope Name Type Return InitializePAADialog BOOL Input parentVisu IVisualisation itfVisualElement IVisualElement
VisuFbPaintAfterAllDialog.EndPaintAfterAllDialog (METH) ¶ METHOD EndPaintAfterAllDialog : BOOL InOut: Scope Name Type Return EndPaintAfterAllDialog BOOL Input pCurrentClientData POINTER TO VisuStructClientData
VisuFbPaintAfterAllDialog.FB_Exit (METH) ¶ METHOD FB_Exit : BOOL FB_Exit must be implemented explicitly. If there is an implementation, then the method is called before the controller removes the code of the function block instance (implicit call). The return value is not evaluated. InOut: Scope Name Type Comment Return FB_Exit BOOL Input bInCopyCode BOOL TRUE: the exit method is called in order to leave the instance which will be copied afterwards (online change).
VisuFbPaintAfterAllDialog.GetElementArray (METH) ¶ METHOD GetElementArray : POINTER TO ARRAY [0..0] OF IVisualElement InOut: Scope Name Type Return GetElementArray POINTER TO ARRAY [0..0] OF IVisualElement Output nElementCount INT
VisuFbPaintAfterAllDialog.GetSize (METH) ¶ METHOD GetSize : CmpVisuHandler.VisuStructPoint returns the bottom right point of this visualisation InOut: Scope Name Type Return GetSize CmpVisuHandler.VisuStructPoint
VisuFbPaintAfterAllDialog.GetSurroundingRect (METH) ¶ METHOD GetSurroundingRect : CmpVisuHandler.VisuStructSimpleRectangle InOut: Scope Name Type Return getSurroundingRect CmpVisuHandler.VisuStructSimpleRectangle
VisuFbPaintAfterAllDialog.GetUpdateRects (METH) ¶ METHOD GetUpdateRects : BOOL adds the rectangles to the list from the clientdata that have to be invalidated InOut: Scope Name Type Comment Return GetUpdateRects BOOL Input elemIndex INT parameter
VisuFbPaintAfterAllDialog.OwningElement (PROP) ¶ PROPERTY OwningElement : IVisualElement