27 #ifndef SALOMEDS_AttributeTableOfString_i_HeaderFile
28 #define SALOMEDS_AttributeTableOfString_i_HeaderFile
31 #include <SALOMEconfig.h>
32 #include CORBA_SERVER_HEADER(SALOMEDS_Attributes)
47 virtual void SetTitle(
const char* theTitle);
49 virtual void SetRowTitle(CORBA::Long theIndex,
const char* theTitle)
56 virtual void SetColumnTitle(CORBA::Long theIndex,
const char* theTitle)
64 virtual void SetRowUnit(CORBA::Long theIndex,
const char* theUnit)
86 virtual void PutValue(
const char* theValue, CORBA::Long theRow, CORBA::Long theColumn)
88 virtual CORBA::Boolean
HasValue(CORBA::Long theRow, CORBA::Long theColumn);
89 virtual char*
GetValue(CORBA::Long theRow, CORBA::Long theColumn)
91 virtual void RemoveValue(CORBA::Long theRow, CORBA::Long theColumn)
110 virtual void SwapCells(CORBA::Long theRow1, CORBA::Long theColumn1,
111 CORBA::Long theRow2, CORBA::Long theColumn2)
113 virtual void SwapRows(CORBA::Long theRow1, CORBA::Long theRow2)
115 virtual void SwapColumns(CORBA::Long theColumn1, CORBA::Long theColumn2)