VisuFbTableColumnSimpleBase.IsCellSelected (METH) ¶ METHOD PROTECTED IsCellSelected : BOOL This method checks, whether the cell corresponding to a data index is selected or not. The return value is TRUE if the cell is selected, otherwise FALSE. InOut: Scope Name Type Comment Return IsCellSelected BOOL Input iDataIndex INT The index within the data array (i.e. considering the first visible row in the table), that is used to retrieve the data of the cell
FBs ¶ PaintCmdAndEventListener (FunctionBlock) FB_Exit (Method) IVisuEventListener HandleEvent (Method) IVisuPaintCommandListener AfterPaint (Method) BeforePaint (Method) CyclicPaint (Method) Reset (Method) TicketsSafe (FunctionBlock) AddTicket (Method) CheckForExpired (Method) CreateTicket (Method) FB_Exit (Method) FB_Init (Method) GetFirstItem (Method) GetNextItem (Method) Init (Method) Private prvGetIterateItem (Method) RefreshForExpired (Method) RemoveTicket (Method) RemoveTicketAll (Method) UseTicket (Method) Verifier (FunctionBlock) CertNotAfter (Property) CertNotBefore (Property) CertRenew (Property) SetThumb (Method) VerCount (Property) VerifyCertificate (Method)
PaintCmdAndEventListener (FB) ¶ FUNCTION_BLOCK PaintCmdAndEventListener IMPLEMENTS IVisuPaintCommandListener, IVisuEventListener It implements the two interfaces to handle paint commands and event handling It’s used to handle all the ticket activities in redundancy In the event a request for a ID linked to a ticket is done, it the paint the answer is sent Methods: FB_Exit Reset AfterPaint BeforePaint CyclicPaint HandleEvent Structure: FB_Exit (Method) IVisuEventListener HandleEvent (Method) IVisuPaintCommandListener AfterPaint (Method) BeforePaint (Method) CyclicPaint (Method) Reset (Method)
PaintCmdAndEventListener.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).
IVisuEventListener ¶ HandleEvent (Method)
PaintCmdAndEventListener.HandleEvent (METH) ¶ METHOD HandleEvent : BOOL It returns true if the even has been handled InOut: Scope Name Type Comment Return HandleEvent BOOL Input pClientData POINTER TO VisuStructClientData A pointer to a VisuStructClientData structure identifying the client used pEvent POINTER TO VisuStructEvent A pointer to a VisuStructEvent structure identifying the event iftSequentialMemReader ISequentialMemReader The interface to use to read the event data
IVisuPaintCommandListener ¶ AfterPaint (Method) BeforePaint (Method) CyclicPaint (Method)
PaintCmdAndEventListener.AfterPaint (METH) ¶ METHOD AfterPaint Request done after the first paint command data flow InOut: Scope Name Type Comment Input pClientData POINTER TO VisuStructClientData A pointer to a VisuStructClientData structure identifying the client used IftPaintCommandWriter IVisuPaintCommandWriter The interface to use to write the command
ListVisuClient.RemoveAll (METH) ¶ METHOD RemoveAll It removes all the items from the list
Server ¶ ServerSide (FunctionBlock) CertRenewCount (Property) CertRenewState (Property) CertTLSBootState (Property) CertVerCount (Property) FB_Exit (Method) GetCommandMonitor (Method) GetInitializeParams (Method) GetUseAsTCPParams (Method) IClientManagerListener ClientCreated (Method) ClientDestroyed (Method) IServerCommand Exec (Method) IVisualizationClientRaw EndIteration (Method) HandleClient (Method) StartIteration (Method) InitActivitiesDone (Property) Initialize (Method) LineType (Property) SetNewCertData (Method) SetUseAsTCP (Method) Visu Task Operations Base Classes VisuTaskOpClientBase (FunctionBlock) Execute (Method) ExecuteOnClient (Method) prvInstInit (Method)