v2.37
|
|
Base interface for all views. More...
Properties | |
int | Id [get] |
The view ID. | |
ViewType | Type [get] |
The actual type of the view. | |
Base interface for all views.
A view is a logical representation of Renga user interface features which are visually aggregated and intended for displaying and editing the model and the associated data. In general, a view can be considered a pane or a window allowing user to examine (and possibly edit) some specific aspects of the model, like a section or a facade.
This interface provides properties and methods common to views of any type. This interface can be obtained with IApplication::ActiveView.