27 #ifndef SALOMEDS_AttributeTableOfInteger_HeaderFile
28 #define SALOMEDS_AttributeTableOfInteger_HeaderFile
35 #include <SALOMEconfig.h>
36 #include CORBA_SERVER_HEADER(SALOMEDS)
37 #include CORBA_SERVER_HEADER(SALOMEDS_Attributes)
48 virtual void SetTitle(
const std::string& theTitle);
50 virtual void SetRowTitle(
int theIndex,
const std::string& theTitle);
52 virtual void SetRowTitles(
const std::vector<std::string>& theTitles);
54 virtual void SetColumnTitle(
int theIndex,
const std::string& theTitle);
56 virtual void SetColumnTitles(
const std::vector<std::string>& theTitles);
59 virtual void SetRowUnit(
int theIndex,
const std::string& theUnit);
61 virtual void SetRowUnits(
const std::vector<std::string>& theUnits);
66 virtual void AddRow(
const std::vector<int>& theData);
67 virtual void SetRow(
int theRow,
const std::vector<int>& theData);
68 virtual std::vector<int>
GetRow(
int theRow);
69 virtual void AddColumn(
const std::vector<int>& theData);
70 virtual void SetColumn(
int theColumn,
const std::vector<int>& theData);
71 virtual std::vector<int>
GetColumn(
int theColumn);
72 virtual void PutValue(
int theValue,
int theRow,
int theColumn);
73 virtual bool HasValue(
int theRow,
int theColumn);
74 virtual int GetValue(
int theRow,
int theColumn);
75 virtual void RemoveValue(
int theRow,
int theColumn);
84 virtual void SwapCells(
int theRow1,
int theColumn1,
int theRow2,
int theColumn2);
85 virtual void SwapRows(
int theRow1,
int theRow2);
86 virtual void SwapColumns(
int theColumn1,
int theColumn2);
Definition: SALOMEDSClient_AttributeTableOfInteger.hxx:36
SortOrder
Definition: SALOMEDSClient_AttributeTable.hxx:34
SortPolicy
Definition: SALOMEDSClient_AttributeTable.hxx:39
Definition: SALOMEDSImpl_AttributeTableOfInteger.hxx:44
Definition: SALOMEDS_AttributeTableOfInteger.hxx:42
~SALOMEDS_AttributeTableOfInteger()
Definition: SALOMEDS_AttributeTableOfInteger.cxx:40
virtual std::vector< std::string > GetRowTitles()
Definition: SALOMEDS_AttributeTableOfInteger.cxx:112
virtual void AddColumn(const std::vector< int > &theData)
Definition: SALOMEDS_AttributeTableOfInteger.cxx:334
virtual std::vector< std::string > GetColumnTitles()
Definition: SALOMEDS_AttributeTableOfInteger.cxx:174
virtual std::vector< int > SortByRow(int theRow, SortOrder theOrder, SortPolicy thePolicy)
Definition: SALOMEDS_AttributeTableOfInteger.cxx:534
virtual void SetRowTitle(int theIndex, const std::string &theTitle)
Definition: SALOMEDS_AttributeTableOfInteger.cxx:65
virtual std::vector< int > SortColumn(int theColumn, SortOrder theOrder, SortPolicy thePolicy)
Definition: SALOMEDS_AttributeTableOfInteger.cxx:508
virtual std::vector< int > SortRow(int theRow, SortOrder theOrder, SortPolicy thePolicy)
Definition: SALOMEDS_AttributeTableOfInteger.cxx:482
virtual std::string GetTitle()
Definition: SALOMEDS_AttributeTableOfInteger.cxx:54
virtual void SwapColumns(int theColumn1, int theColumn2)
Definition: SALOMEDS_AttributeTableOfInteger.cxx:618
virtual void SetColumn(int theColumn, const std::vector< int > &theData)
Definition: SALOMEDS_AttributeTableOfInteger.cxx:356
virtual void SetColumnTitles(const std::vector< std::string > &theTitles)
Definition: SALOMEDS_AttributeTableOfInteger.cxx:156
virtual void SetColumnTitle(int theIndex, const std::string &theTitle)
Definition: SALOMEDS_AttributeTableOfInteger.cxx:128
virtual void SwapRows(int theRow1, int theRow2)
Definition: SALOMEDS_AttributeTableOfInteger.cxx:602
virtual void AddRow(const std::vector< int > &theData)
Definition: SALOMEDS_AttributeTableOfInteger.cxx:273
virtual std::vector< int > GetColumn(int theColumn)
Definition: SALOMEDS_AttributeTableOfInteger.cxx:378
virtual std::string GetColumnTitle(int theIndex)
Definition: SALOMEDS_AttributeTableOfInteger.cxx:138
virtual void SetRowTitles(const std::vector< std::string > &theTitles)
Definition: SALOMEDS_AttributeTableOfInteger.cxx:93
virtual std::string GetRowTitle(int theIndex)
Definition: SALOMEDS_AttributeTableOfInteger.cxx:75
virtual void SetNbColumns(int theNbColumns)
Definition: SALOMEDS_AttributeTableOfInteger.cxx:473
virtual int GetNbRows()
Definition: SALOMEDS_AttributeTableOfInteger.cxx:250
virtual void SetRow(int theRow, const std::vector< int > &theData)
Definition: SALOMEDS_AttributeTableOfInteger.cxx:295
virtual void SetTitle(const std::string &theTitle)
Definition: SALOMEDS_AttributeTableOfInteger.cxx:44
virtual std::vector< int > SortByColumn(int theColumn, SortOrder theOrder, SortPolicy thePolicy)
Definition: SALOMEDS_AttributeTableOfInteger.cxx:560
virtual void SetRowUnits(const std::vector< std::string > &theUnits)
Definition: SALOMEDS_AttributeTableOfInteger.cxx:218
virtual std::vector< int > GetRowSetIndices(int theRow)
Definition: SALOMEDS_AttributeTableOfInteger.cxx:456
virtual std::string GetRowUnit(int theIndex)
Definition: SALOMEDS_AttributeTableOfInteger.cxx:200
virtual void RemoveValue(int theRow, int theColumn)
Definition: SALOMEDS_AttributeTableOfInteger.cxx:440
virtual void PutValue(int theValue, int theRow, int theColumn)
Definition: SALOMEDS_AttributeTableOfInteger.cxx:394
virtual int GetNbColumns()
Definition: SALOMEDS_AttributeTableOfInteger.cxx:261
virtual std::vector< std::string > GetRowUnits()
Definition: SALOMEDS_AttributeTableOfInteger.cxx:234
virtual bool HasValue(int theRow, int theColumn)
Definition: SALOMEDS_AttributeTableOfInteger.cxx:411
virtual std::vector< int > GetRow(int theRow)
Definition: SALOMEDS_AttributeTableOfInteger.cxx:317
virtual int GetValue(int theRow, int theColumn)
Definition: SALOMEDS_AttributeTableOfInteger.cxx:422
virtual void SwapCells(int theRow1, int theColumn1, int theRow2, int theColumn2)
Definition: SALOMEDS_AttributeTableOfInteger.cxx:586
virtual void SetRowUnit(int theIndex, const std::string &theUnit)
Definition: SALOMEDS_AttributeTableOfInteger.cxx:190
SALOMEDS_AttributeTableOfInteger(SALOMEDSImpl_AttributeTableOfInteger *theAttr)
Definition: SALOMEDS_AttributeTableOfInteger.cxx:31
Definition: SALOMEDS_GenericAttribute.hxx:40