ISelectionManagerListener.SelectionChanged (METH) ¶ METHOD SelectionChanged : BOOL The listener get notified about the change of the selection. Triggered by key-events or calls to the selection manager functions by the application. See ISelectionManager. InOut: Scope Name Type Comment Return SelectionChanged BOOL Input selectionData Visu_StructSelectionChangedData Contains info about the changed selection.
IVisuManager.GetFrameManager (METH) ¶ METHOD GetFrameManager : IFrameManager InOut: Scope Name Type Return GetFrameManager IFrameManager
IVisuManager.GetRegisteredVisus (METH) ¶ METHOD GetRegisteredVisus : INT Will return the number of visualizations that have been copied to the array InOut: Scope Name Type Comment Return GetRegisteredVisus INT Input pDataResult POINTER TO ARRAY [0..VISU_MAN_MAXNUMOFVISUS] OF IVisualisation This array will be filled with all visualizations that are currently registered iSize INT The size of the array
IVisuManager.GetVisuCount (METH) ¶ METHOD GetVisuCount : INT Returns the number of currently registered visualizations InOut: Scope Name Type Return GetVisuCount INT
IVisuManager.SetMainVisuGlobally (METH) ¶ METHOD SetMainVisuGlobally : INT Changes the shown visualization in some sorts of clients. All clients of the given type will switch to the given visualization. If no according visu is found, nothing will happen. InOut: Scope Name Type Comment Return SetMainVisuGlobally INT Input clientsToChange Visu_ClientType This can be a combination of the values in the enumeration Visu_ClientType, all clients of this type will be switched to the given visu. stVisu STRING The name of the visu to be switched to
IVisuManager.SetStartVisu (METH) ¶ METHOD SetStartVisu : BOOL InOut: Scope Name Type Return SetStartVisu BOOL Input visu IVisualisation
ISelectionManager.SelectElement (METH) ¶ METHOD SelectElement : DWORD The selection manager moves the selection to another visual element. The element, which should be selected next, has to implement ISelectable. Then it will be called by SelectElement with dwSelectionType : VISU_SELECTION_ELEMENT Returnvalue is a constant of Visu_Selection_Constants, like VISU_SELECTION_OK. InOut: Scope Name Type Comment Return SelectElement DWORD Input pClientData POINTER TO VisuStructClientData the client, where the selection should change iVisualElement IVisualElement the element, which should be selected
ISelectionManager.SelectElementAt (METH) ¶ METHOD SelectElementAt : DWORD The selection manager moves the selection to another visual element with the given ID. (ID from the element list in the visualization) The element, which should be selected next, has to implement ISelectable. Then it will be called by SelectElement with dwSelectionType : VISU_SELECTION_AT Returnvalue is a constant of Visu_Selection_Constants, like VISU_SELECTION_OK or VISU_SELECTION_ERR_WRONG_ELEMENT_POSITION InOut: Scope Name Type Comment Return SelectElementAt DWORD Input pClientData POINTER TO VisuStructClientData the client, where the selection should change stPosition STRING the ID of the element to select.
ISelectionManager.SelectNextElement (METH) ¶ METHOD SelectNextElement : DWORD The selection manager moves the selection to another visual element. The element, which should be selected next, has to implement ISelectable. Then it will be called by SelectElement In this call pPosition and iVisualElement will be NULL) Returnvalue is a constant of Visu_Selection_Constants, like VISU_SELECTION_OK InOut: Scope Name Type Comment Return SelectNextElement DWORD Input pClientData POINTER TO VisuStructClientData the client, where the selection should change dwSelectionType DWORD any of the selection types from Visu_Selection_Constants like VISU_SELECTION_TAB to VISU_SELECTION_ELEMENT dwGroupType DWORD any of the selection types from Visu_Selection_Constants like VISU_SELECTION_GROUP_SINGLE to VISU_SELECTION_VISU_DIALOG_BLOCK
ISelectionManager.SelectionColors (PROP) ¶ PROPERTY SelectionColors : VisuStructColors