IDialogManager7.SetPAADialogOpenObject (METH) ¶ METHOD SetPAADialogOpenObject : BOOL InOut: Scope Name Type Return SetPAADialogOpenObject BOOL Input PAAObject IPAADialog
IDialogManager5.GetDialogToClose (METH) ¶ METHOD GetDialogToClose : IVisualisationDialog InOut: Scope Name Type Return GetDialogToClose IVisualisationDialog Input stName STRING
IDialogManager5.GetDialogToOpen (METH) ¶ METHOD GetDialogToOpen : IVisualisationDialog InOut: Scope Name Type Return GetDialogToOpen IVisualisationDialog Input stName STRING
IDialogManager5.IsDialogOpen (METH) ¶ METHOD IsDialogOpen : BOOL This method checks whether a given dialog is already open InOut: Scope Name Type Comment Return IsDialogOpen BOOL Input pClientData POINTER TO VisuStructClientData A pointer to a VisuStructClientData structure identifying the client, where the check has to be done dialog IVisualisationDialog The dialog to check for Output xModal BOOL whether the dialog is opened modally
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)
IDrawingInterface3 (ITF) ¶ INTERFACE IDrawingInterface3 EXTENDS IDrawingInterface2 Methods: UntransformHeight UntransformWidth Structure: UntransformHeight (Method) UntransformWidth (Method)
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