VISU.ViewManager Interface Reference

Interface of the ViewManager. More...

import "VISU_Gen.idl";

Inheritance diagram for VISU.ViewManager:

Inheritance graph

Public Member Functions

View GetCurrentView ()
 Getting an active View Frame.
View3D Create3DView ()
 Creation of a 3d View.
TableView CreateTableView (in Table theTable)
 Creation of a Table View.
XYPlot CreateXYPlot ()
 Creation of a 2D plot View.
void Destroy (in View theView)
IdType GetID ()
VISUType GetType ()

Detailed Description

The ViewManager is necessary for work with view windows (creation and deletion).


Member Function Documentation

View VISU.ViewManager.GetCurrentView  ) 
 

Returns an object reference to the active View Frame. Type of the View must be checked.

Note:

Returns nil if there are no views currently opened.

View3D VISU.ViewManager.Create3DView  ) 
 

Returns an object reference to the newly created 3D View.

TableView VISU.ViewManager.CreateTableView in Table  theTable  ) 
 

Returns an object reference to the newly created Table View.

XYPlot VISU.ViewManager.CreateXYPlot  ) 
 

Returns an object reference to the newly created 2D plot View.

void VISU.ViewManager.Destroy in View  theView  ) 
 

Deletes a definite view.

Parameters:
theView The view which should be deleted.

IdType VISU.Base.GetID  )  [inherited]
 

Returns ID of the object.

VISUType VISU.Base.GetType  )  [inherited]
 

Returns the type of the presentable object