IDrawingInterface3.UntransformHeight (METH) ¶ METHOD UntransformHeight : INT This method is the inverse operation of the method TransformHeight. InOut: Scope Name Type Comment Return UntransformHeight INT The untransformed height Input iHeight INT A transformed height, that has to be untransformed
IDrawingInterface3.UntransformWidth (METH) ¶ METHOD UntransformWidth : INT This method is the inverse operation of the method TransformWidth. InOut: Scope Name Type Comment Return UntransformWidth INT The untransformed width Input iWidth INT A transformed width, that has to be untransformed
IElementNameProvider (ITF) ¶ INTERFACE IElementNameProvider EXTENDS __SYSTEM.IQueryInterface Methods: GetElementName Structure: GetElementName (Method)
IElementNameProvider.GetElementName (METH) ¶ METHOD GetElementName : WSTRING InOut: Scope Name Type Return GetElementName WSTRING
IFrameManager (ITF) ¶ INTERFACE IFrameManager EXTENDS IFrameManagerBase could be used by endusers too -> visible Methods: GetFrameCount GetRegisteredFrames GetSelectedVisu GetVisuCount GetVisuName RegisterFrame SwitchToVisuGlobally UnregisterFrame SwitchToVisu , inherited from IFrameManagerBase Structure: GetFrameCount (Method) GetRegisteredFrames (Method) GetSelectedVisu (Method) GetVisuCount (Method) GetVisuName (Method) RegisterFrame (Method) SwitchToVisuGlobally (Method) UnregisterFrame (Method)
IFrameManager.GetFrameCount (METH) ¶ METHOD GetFrameCount : INT InOut: Scope Name Type Return GetFrameCount INT
IUserMgmtEventHandler.HandlePasswordChange (METH) ¶ METHOD HandlePasswordChange : BOOL This method will be called when the currently logged in user changed the password successfully. InOut: Scope Name Type Comment Return HandlePasswordChange BOOL TRUE - When the handler has handled this event and it should not be handled by someone else FALSE - When the event is not handled by this handler Input pClient POINTER TO VisuStructClientData A pointer to the client structure were the event occurred. The name of the user, that changed the password, is stored in pClient^.GlobalData.CurrentUserName
IValueChangedListener (ITF) ¶ INTERFACE IValueChangedListener EXTENDS __SYSTEM.IQueryInterface This interface must be implemented by function block instances, that will be registered by a call to VisuElems.g_itfValueChangedListenerManager.AddValueChangedListener. When such a function block is implemented and registered than all value changes from the visualization are notified to the ValueChanged method. Methods: ValueChanged Structure: ValueChanged (Method)
IVisuManager (ITF) ¶ INTERFACE IVisuManager EXTENDS IVisuManagerBase could be used by endusers too -> visible Methods: GetCurrentVisu GetDialogManager GetFrameManager GetRegisteredVisus GetVisuCount SetMainVisuGlobally SetStartVisu GetDialogManagerBase , inherited from IVisuManagerBase GetFrameManagerBase , inherited from IVisuManagerBase GetInternCommandManagerBase , inherited from IVisuManagerBase LastMainVisu , inherited from IVisuManagerBase NextMainVisu , inherited from IVisuManagerBase RegisterVisu , inherited from IVisuManagerBase SetMainVisu , inherited from IVisuManagerBase UnregisterVisu , inherited from IVisuManagerBase Structure: GetCurrentVisu (Method) GetDialogManager (Method) GetFrameManager (Method) GetRegisteredVisus (Method) GetVisuCount (Method) SetMainVisuGlobally (Method) SetStartVisu (Method)
IVisuManager.GetDialogManager (METH) ¶ METHOD GetDialogManager : IDialogManager InOut: Scope Name Type Return GetDialogManager IDialogManager