VisuFbFrameSwipingHelper (FB) ¶ FUNCTION_BLOCK VisuFbFrameSwipingHelper Helper class for the frame that handles the painting of preview visus. It basically works as a state machine indicating which visu has to be drawn: NORMAL => Just the main frame visu BEFORE => The previous frame visu should be drawn AFTER => The next frame visu should be drawn When all preview visus have been painted, the state switches back to NORMAL. Properties: ClientSupportsPreview LastIndex State Methods: paintCycle Structure: ClientSupportsPreview (Property) LastIndex (Property) State (Property) paintCycle (Method)
VisuFbFrameSwipingHelper.ClientSupportsPreview (PROP) ¶ PROPERTY ClientSupportsPreview : BOOL
VisuFbTabControlOverlayTabs.Destruct (METH) ¶ METHOD Destruct : BOOL This method will be removed and replaced with a implicit Destructor (opposite to Init) InOut: Scope Name Type Return Destruct BOOL
VisuFbTabControlOverlayTabs.GetClientData (METH) ¶ METHOD GetClientData : POINTER TO VisuElemBase.VisuStructClientData InOut: Scope Name Type Return GetClientData POINTER TO VisuElemBase.VisuStructClientData
VisuFbTabControlOverlayTabs.GetText (METH) ¶ METHOD GetText : VisuElemBase.Visu_TypeString Returns the text of the element Elements should return the translated format string (not the replaced text -> printf on the formatstring) here. InOut: Scope Name Type Return GetText VisuElemBase.Visu_TypeString
VisuFbTabControlOverlayTabs.GetTextProperties (METH) ¶ METHOD GetTextProperties : BOOL InOut: Scope Name Type Comment Return GetTextProperties BOOL Output Font VisuElemBase.VisuStructFont dwOptAlignment DWORD returns the alignment dwFlags DWORD returns the flags, eg if pText points to WSTRING
VisuFbTabControlOverlayTabs.GetTooltip (METH) ¶ METHOD GetTooltip : VisuElemBase.Visu_TypeString Returns the tooltip of the element InOut: Scope Name Type Return GetTooltip VisuElemBase.Visu_TypeString
VisuFbTabControlOverlayTabs.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
VisuFbTabControlOverlayTabs.Initialize (METH) ¶ METHOD Initialize : BOOL Initializes the state of this element InOut: Scope Name Type Return Initialize BOOL Input parentVisu VisuElemBase.IVisualisation
VisuFbTabControlOverlayTabs.SetClientData (METH) ¶ METHOD SetClientData : BOOL this method will set the current client data in the object instance, that will be used during the following calls to Update, GetUpdateRects, Paint, HandleInput TOCHECK: removes reentrancy of objects! InOut: Scope Name Type Return SetClientData BOOL Input pClientData POINTER TO VisuElemBase.VisuStructClientData