27 #ifndef SALOMEDS_AttributeTableOfInteger_i_HeaderFile
28 #define SALOMEDS_AttributeTableOfInteger_i_HeaderFile
31 #include <SALOMEconfig.h>
32 #include CORBA_SERVER_HEADER(SALOMEDS_Attributes)
46 virtual void SetTitle(
const char* theTitle);
48 virtual void SetRowTitle(CORBA::Long theIndex,
const char* theTitle)
55 virtual void SetColumnTitle(CORBA::Long theIndex,
const char* theTitle)
63 virtual void SetRowUnit(CORBA::Long theIndex,
const char* theUnit)
85 virtual void PutValue(CORBA::Long theValue, CORBA::Long theRow, CORBA::Long theColumn)
87 virtual CORBA::Boolean
HasValue(CORBA::Long theRow, CORBA::Long theColumn);
88 virtual CORBA::Long
GetValue(CORBA::Long theRow, CORBA::Long theColumn)
90 virtual void RemoveValue(CORBA::Long theRow, CORBA::Long theColumn)
109 virtual void SwapCells(CORBA::Long theRow1, CORBA::Long theColumn1,
110 CORBA::Long theRow2, CORBA::Long theColumn2)
112 virtual void SwapRows(CORBA::Long theRow1, CORBA::Long theRow2)
114 virtual void SwapColumns(CORBA::Long theColumn1, CORBA::Long theColumn2)