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 | SortRow (in long theRow, in SortOrder theSortOrder, in SortPolicy theSortPolicy) |
| void | SortColumn (in long theColumn, in SortOrder theSortOrder, in SortPolicy theSortPolicy) |
| void | SortByRow (in long theRow, in SortOrder theSortOrder, in SortPolicy theSortPolicy) |
| void | SortByColumn (in long theColumn, in SortOrder theSortOrder, in SortPolicy theSortPolicy) |
| 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.Table.SortRow | ( | in long | theRow, |
| in SortOrder | theSortOrder, | ||
| in SortPolicy | theSortPolicy | ||
| ) |
Sorts the specified row of the table.
| theRow | Index of the row to sort |
| theSortOrder | Sort order (see SortOrder enumeration) |
| theSortPolicy | Sort policy (see SortPolicy enumeration) |
| void VISU.Table.SortColumn | ( | in long | theColumn, |
| in SortOrder | theSortOrder, | ||
| in SortPolicy | theSortPolicy | ||
| ) |
Sorts the specified column of the table.
| theRow | Index of the column to sort |
| theSortOrder | Sort order (see SortOrder enumeration) |
| theSortPolicy | Sort policy (see SortPolicy enumeration) |
| void VISU.Table.SortByRow | ( | in long | theRow, |
| in SortOrder | theSortOrder, | ||
| in SortPolicy | theSortPolicy | ||
| ) |
Sorts the table by the specified row.
| theRow | Index of the row, by which the table has to be sort |
| theSortOrder | Sort order (see SortOrder enumeration) |
| theSortPolicy | Sort policy (see SortPolicy enumeration) |
| void VISU.Table.SortByColumn | ( | in long | theColumn, |
| in SortOrder | theSortOrder, | ||
| in SortPolicy | theSortPolicy | ||
| ) |
Sorts the table by the specified column.
| theColumn | Index of the column, by which the table has to be sort |
| theSortOrder | Sort order (see SortOrder enumeration) |
| theSortPolicy | Sort policy (see SortPolicy enumeration) |
| 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