IDialogManager5.GetDialogToClose (METH) ¶ METHOD GetDialogToClose : IVisualisationDialog InOut: Scope Name Type Return GetDialogToClose IVisualisationDialog Input stName STRING
IDialogManager7.getVersion (METH) ¶ METHOD getVersion : INT InOut: Scope Name Type Return getVersion INT
IDialogManager8 (ITF) ¶ INTERFACE IDialogManager8 EXTENDS IDialogManager7 Methods: HandleInputBefore CalculateDialogPositionForPAA , inherited from IDialogManager7 CallOnAllDialogs , inherited from IDialogManager4 CheckEventQueue , inherited from IDialogManager2 CloseDialog2 , inherited from IDialogManager2 ClosePAADialog , inherited from IDialogManager7 CollectRectangles , inherited from IDialogManager3 GetDialogToClose , inherited from IDialogManager5 GetDialogToOpen , inherited from IDialogManager5 GetRegisteredDialogsBlockwise , inherited from IDialogManager4 HasOpenModalDialog , inherited from IDialogManager3 IsDialogOpen , inherited from IDialogManager5 SetPAADialogOpenObject , inherited from IDialogManager7 SetTopMostDialogRect , inherited from IDialogManager6 getPaintAfterAllOpen , inherited from IDialogManager7 getVersion , inherited from IDialogManager7 Structure: HandleInputBefore (Method)
IDialogManager8.HandleInputBefore (METH) ¶ METHOD HandleInputBefore : BOOL InOut: Scope Name Type Return HandleInputBefore BOOL Input pEvent POINTER TO VisuStructEvent
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
IDialogManager6 (ITF) ¶ INTERFACE IDialogManager6 EXTENDS IDialogManager5 Methods: SetTopMostDialogRect CallOnAllDialogs , inherited from IDialogManager4 CheckEventQueue , inherited from IDialogManager2 CloseDialog2 , inherited from IDialogManager2 CollectRectangles , inherited from IDialogManager3 GetDialogToClose , inherited from IDialogManager5 GetDialogToOpen , inherited from IDialogManager5 GetRegisteredDialogsBlockwise , inherited from IDialogManager4 HasOpenModalDialog , inherited from IDialogManager3 IsDialogOpen , inherited from IDialogManager5 Structure: SetTopMostDialogRect (Method)
IDialogManager3.HasOpenModalDialog (METH) ¶ METHOD HasOpenModalDialog : BOOL Returns whether a modal dialog is currently open InOut: Scope Name Type Return HasOpenModalDialog BOOL
IDialogManager4 (ITF) ¶ INTERFACE IDialogManager4 EXTENDS IDialogManager3 Methods: CallOnAllDialogs GetRegisteredDialogsBlockwise CheckEventQueue , inherited from IDialogManager2 CloseDialog2 , inherited from IDialogManager2 CollectRectangles , inherited from IDialogManager3 HasOpenModalDialog , inherited from IDialogManager3 Structure: CallOnAllDialogs (Method) GetRegisteredDialogsBlockwise (Method)
IDialogManager4.CallOnAllDialogs (METH) ¶ METHOD CallOnAllDialogs InOut: Scope Name Type Input callee ICallOnDialogBlocks