Table representation interface More...
import "VISU_Gen.idl";

Public Types | |
| enum | Orientation { HORIZONTAL, VERTIACAL } |
Public Member Functions | |
| void | SetTitle (in string theTitle) |
| string | GetTitle () |
| void | SetOrientation (in Orientation theOrientation) |
| Orientation | GetOrientation () |
| long | GetNbRows () |
| long | GetNbColumns () |
| void | RemoveFromStudy () |
| IdType | GetID () |
| VISUType | GetType () |
Presentation parameters of the Table view.
| void VISU.Table.SetTitle | ( | in string | theTitle | ) |
Sets the title of the table.
| theTitle | String parameter defining the title of this table. |
| string VISU.Table.GetTitle | ( | ) |
Gets the title of the table.
| void VISU.Table.SetOrientation | ( | in Orientation | theOrientation | ) |
Sets orientation of the table.
| theOrientation | This input parameter defines the orientation of the table. It is taken from the Orientation enumeration. |
| Orientation VISU.Table.GetOrientation | ( | ) |
Gets orientation of the table.
| long VISU.Table.GetNbRows | ( | ) |
Gets the number of rows of the table.
| long VISU.Table.GetNbColumns | ( | ) |
Gets the number of columns of the table.
| void VISU.RemovableObject.RemoveFromStudy | ( | ) | [inherited] |
Remove object from study.
| IdType VISU.Base.GetID | ( | ) | [inherited] |
Returns ID of the object.
| VISUType VISU.Base.GetType | ( | ) | [inherited] |
Returns the type of the presentable object