Interface of the ViewManager. More...
import "VISU_Gen.idl";
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 () |
The ViewManager is necessary for work with view windows (creation and deletion).
View VISU.ViewManager.GetCurrentView | ( | ) |
Returns an object reference to the active View Frame. Type of the View must be checked.
View3D VISU.ViewManager.Create3DView | ( | ) |
Returns an object reference to the newly created 3D View.
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.
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