Version: 8.3.0
SALOMEDS_AttributeTableOfInteger Class Referenceabstract

#include <SALOMEDS_AttributeTableOfInteger.hxx>

Inheritance diagram for SALOMEDS_AttributeTableOfInteger:

Public Types

enum  SortOrder { AscendingOrder, DescendingOrder }
 
enum  SortPolicy {
  EmptyLowest, EmptyHighest, EmptyFirst, EmptyLast,
  EmptyIgnore
}
 

Public Member Functions

 SALOMEDS_AttributeTableOfInteger (SALOMEDSImpl_AttributeTableOfInteger *theAttr)
 
 SALOMEDS_AttributeTableOfInteger (SALOMEDS::AttributeTableOfInteger_ptr theAttr)
 
 ~SALOMEDS_AttributeTableOfInteger ()
 
virtual void SetTitle (const std::string &theTitle)
 
virtual std::string GetTitle ()
 
virtual void SetRowTitle (int theIndex, const std::string &theTitle)
 
virtual std::string GetRowTitle (int theIndex)
 
virtual void SetRowTitles (const std::vector< std::string > &theTitles)
 
virtual std::vector< std::string > GetRowTitles ()
 
virtual void SetColumnTitle (int theIndex, const std::string &theTitle)
 
virtual std::string GetColumnTitle (int theIndex)
 
virtual void SetColumnTitles (const std::vector< std::string > &theTitles)
 
virtual std::vector< std::string > GetColumnTitles ()
 
virtual void SetRowUnit (int theIndex, const std::string &theUnit)
 
virtual std::string GetRowUnit (int theIndex)
 
virtual void SetRowUnits (const std::vector< std::string > &theUnits)
 
virtual std::vector< std::string > GetRowUnits ()
 
virtual int GetNbRows ()
 
virtual int GetNbColumns ()
 
virtual void AddRow (const std::vector< int > &theData)
 
virtual void SetRow (int theRow, const std::vector< int > &theData)
 
virtual std::vector< int > GetRow (int theRow)
 
virtual void AddColumn (const std::vector< int > &theData)
 
virtual void SetColumn (int theColumn, const std::vector< int > &theData)
 
virtual std::vector< int > GetColumn (int theColumn)
 
virtual void PutValue (int theValue, int theRow, int theColumn)
 
virtual bool HasValue (int theRow, int theColumn)
 
virtual int GetValue (int theRow, int theColumn)
 
virtual void RemoveValue (int theRow, int theColumn)
 
virtual std::vector< int > GetRowSetIndices (int theRow)
 
virtual void SetNbColumns (int theNbColumns)
 
virtual std::vector< int > SortRow (int theRow, SortOrder theOrder, SortPolicy thePolicy)
 
virtual std::vector< int > SortColumn (int theColumn, SortOrder theOrder, SortPolicy thePolicy)
 
virtual std::vector< int > SortByRow (int theRow, SortOrder theOrder, SortPolicy thePolicy)
 
virtual std::vector< int > SortByColumn (int theColumn, SortOrder theOrder, SortPolicy thePolicy)
 
virtual void SwapCells (int theRow1, int theColumn1, int theRow2, int theColumn2)
 
virtual void SwapRows (int theRow1, int theRow2)
 
virtual void SwapColumns (int theColumn1, int theColumn2)
 
void CheckLocked ()
 
std::string Type ()
 
std::string GetClassType ()
 
 _PTR (SObject) GetSObject()
 
virtual clt_shared_ptr
< SALOMEDSClient_SObject
GetSObject ()=0
 

Static Public Member Functions

static SALOMEDS_GenericAttributeCreateAttribute (SALOMEDSImpl_GenericAttribute *theGA)
 
static SALOMEDS_GenericAttributeCreateAttribute (SALOMEDS::GenericAttribute_ptr theGA)
 

Protected Attributes

bool _isLocal
 
SALOMEDSImpl_GenericAttribute_local_impl
 
SALOMEDS::GenericAttribute_var _corba_impl
 

Member Enumeration Documentation

Enumerator
AscendingOrder 
DescendingOrder 
Enumerator
EmptyLowest 
EmptyHighest 
EmptyFirst 
EmptyLast 
EmptyIgnore 

Constructor & Destructor Documentation

SALOMEDS_AttributeTableOfInteger::SALOMEDS_AttributeTableOfInteger ( SALOMEDSImpl_AttributeTableOfInteger theAttr)
SALOMEDS_AttributeTableOfInteger::SALOMEDS_AttributeTableOfInteger ( SALOMEDS::AttributeTableOfInteger_ptr  theAttr)
SALOMEDS_AttributeTableOfInteger::~SALOMEDS_AttributeTableOfInteger ( )

Member Function Documentation

SALOMEDS_GenericAttribute::_PTR ( SObject  )
inherited
void SALOMEDS_GenericAttribute::CheckLocked ( )
virtualinherited

Implements SALOMEDSClient_GenericAttribute.

References SALOMEDS_GenericAttribute::_corba_impl, SALOMEDS_GenericAttribute::_isLocal, SALOMEDS_GenericAttribute::_local_impl, SALOMEDSImpl_GenericAttribute::CheckLocked(), and SALOMEDS::lock().

Referenced by SALOMEDS_AttributeSequenceOfInteger::Add(), SALOMEDS_AttributeSequenceOfReal::Add(), SALOMEDS_AttributeTableOfString::AddColumn(), SALOMEDS_AttributeTableOfReal::AddColumn(), AddColumn(), SALOMEDS_AttributeTableOfReal::AddRow(), SALOMEDS_AttributeTableOfString::AddRow(), AddRow(), SALOMEDS_AttributeTreeNode::Append(), SALOMEDS_AttributeSequenceOfInteger::Assign(), SALOMEDS_AttributeSequenceOfReal::Assign(), SALOMEDS_AttributeSequenceOfInteger::ChangeValue(), SALOMEDS_AttributeSequenceOfReal::ChangeValue(), SALOMEDS_AttributeTreeNode::InsertAfter(), SALOMEDS_AttributeTreeNode::InsertBefore(), SALOMEDS_AttributeTreeNode::Prepend(), SALOMEDS_AttributeTableOfString::PutValue(), PutValue(), SALOMEDS_AttributeTableOfReal::PutValue(), SALOMEDS_AttributeSequenceOfInteger::Remove(), SALOMEDS_AttributeSequenceOfReal::Remove(), SALOMEDS_AttributeTreeNode::Remove(), SALOMEDS_AttributeParameter::RemoveID(), SALOMEDS_AttributeParameter::SetBool(), SALOMEDS_AttributeTableOfString::SetColumn(), SetColumn(), SALOMEDS_AttributeTableOfReal::SetColumn(), SetColumnTitle(), SALOMEDS_AttributeTableOfReal::SetColumnTitle(), SALOMEDS_AttributeTableOfString::SetColumnTitle(), SetColumnTitles(), SALOMEDS_AttributeTableOfReal::SetColumnTitles(), SALOMEDS_AttributeTableOfString::SetColumnTitles(), SALOMEDS_AttributeStudyProperties::SetComment(), SALOMEDS_AttributeStudyProperties::SetCreationMode(), SALOMEDS_AttributeDrawable::SetDrawable(), SALOMEDS_AttributeExpandable::SetExpandable(), SALOMEDS_AttributeTreeNode::SetFather(), SALOMEDS_AttributeTreeNode::SetFirst(), SALOMEDS_AttributeParameter::SetInt(), SALOMEDS_AttributeParameter::SetIntArray(), SALOMEDS_AttributeStudyProperties::SetModification(), SALOMEDS_AttributeTreeNode::SetNext(), SALOMEDS_AttributePythonObject::SetObject(), SALOMEDS_AttributePixMap::SetPixMap(), SALOMEDS_AttributeTreeNode::SetPrevious(), SALOMEDS_AttributeParameter::SetReal(), SALOMEDS_AttributeParameter::SetRealArray(), SALOMEDS_AttributeTableOfString::SetRow(), SetRow(), SALOMEDS_AttributeTableOfReal::SetRow(), SALOMEDS_AttributeTableOfReal::SetRowTitle(), SetRowTitle(), SALOMEDS_AttributeTableOfString::SetRowTitle(), SetRowTitles(), SALOMEDS_AttributeTableOfReal::SetRowTitles(), SALOMEDS_AttributeTableOfString::SetRowTitles(), SALOMEDS_AttributeTableOfReal::SetRowUnit(), SetRowUnit(), SALOMEDS_AttributeTableOfString::SetRowUnit(), SetRowUnits(), SALOMEDS_AttributeTableOfReal::SetRowUnits(), SALOMEDS_AttributeTableOfString::SetRowUnits(), SALOMEDS_AttributeParameter::SetStrArray(), SALOMEDS_AttributeParameter::SetString(), SALOMEDS_AttributeTextColor::SetTextColor(), SALOMEDS_AttributeTextHighlightColor::SetTextHighlightColor(), SALOMEDS_AttributeTableOfReal::SetTitle(), SALOMEDS_AttributeTableOfString::SetTitle(), SetTitle(), SALOMEDS_AttributeTreeNode::SetTreeID(), SALOMEDS_AttributeStudyProperties::SetUnits(), SALOMEDS_AttributeStudyProperties::SetUserName(), SALOMEDS_AttributeReal::SetValue(), SALOMEDS_AttributeExternalFileDef::SetValue(), SALOMEDS_AttributeUserID::SetValue(), SALOMEDS_AttributeName::SetValue(), SALOMEDS_AttributeLocalID::SetValue(), SALOMEDS_AttributeIOR::SetValue(), SALOMEDS_AttributeFileType::SetValue(), SALOMEDS_AttributeInteger::SetValue(), SALOMEDS_AttributePersistentRef::SetValue(), SALOMEDS_AttributeString::SetValue(), and SALOMEDS_AttributeComment::SetValue().

SALOMEDS_GenericAttribute * SALOMEDS_GenericAttribute::CreateAttribute ( SALOMEDS::GenericAttribute_ptr  theGA)
staticinherited
std::vector< int > SALOMEDS_AttributeTableOfInteger::GetColumn ( int  theColumn)
virtual
std::string SALOMEDS_AttributeTableOfInteger::GetColumnTitle ( int  theIndex)
virtual
std::vector< std::string > SALOMEDS_AttributeTableOfInteger::GetColumnTitles ( )
virtual
std::vector< int > SALOMEDS_AttributeTableOfInteger::GetRow ( int  theRow)
virtual
std::vector< int > SALOMEDS_AttributeTableOfInteger::GetRowSetIndices ( int  theRow)
virtual
std::string SALOMEDS_AttributeTableOfInteger::GetRowTitle ( int  theIndex)
virtual
std::vector< std::string > SALOMEDS_AttributeTableOfInteger::GetRowTitles ( )
virtual
std::string SALOMEDS_AttributeTableOfInteger::GetRowUnit ( int  theIndex)
virtual
std::vector< std::string > SALOMEDS_AttributeTableOfInteger::GetRowUnits ( )
virtual
virtual clt_shared_ptr<SALOMEDSClient_SObject > SALOMEDSClient_GenericAttribute::GetSObject ( )
pure virtualinherited
std::string SALOMEDS_AttributeTableOfInteger::GetTitle ( )
virtual
int SALOMEDS_AttributeTableOfInteger::GetValue ( int  theRow,
int  theColumn 
)
virtual
bool SALOMEDS_AttributeTableOfInteger::HasValue ( int  theRow,
int  theColumn 
)
virtual
void SALOMEDS_AttributeTableOfInteger::PutValue ( int  theValue,
int  theRow,
int  theColumn 
)
virtual
void SALOMEDS_AttributeTableOfInteger::RemoveValue ( int  theRow,
int  theColumn 
)
virtual
void SALOMEDS_AttributeTableOfInteger::SetColumnTitle ( int  theIndex,
const std::string &  theTitle 
)
virtual
void SALOMEDS_AttributeTableOfInteger::SetColumnTitles ( const std::vector< std::string > &  theTitles)
virtual
void SALOMEDS_AttributeTableOfInteger::SetNbColumns ( int  theNbColumns)
virtual
void SALOMEDS_AttributeTableOfInteger::SetRowTitle ( int  theIndex,
const std::string &  theTitle 
)
virtual
void SALOMEDS_AttributeTableOfInteger::SetRowTitles ( const std::vector< std::string > &  theTitles)
virtual
void SALOMEDS_AttributeTableOfInteger::SetRowUnit ( int  theIndex,
const std::string &  theUnit 
)
virtual
void SALOMEDS_AttributeTableOfInteger::SetRowUnits ( const std::vector< std::string > &  theUnits)
virtual
std::vector< int > SALOMEDS_AttributeTableOfInteger::SortByColumn ( int  theColumn,
SortOrder  theOrder,
SortPolicy  thePolicy 
)
virtual
std::vector< int > SALOMEDS_AttributeTableOfInteger::SortByRow ( int  theRow,
SortOrder  theOrder,
SortPolicy  thePolicy 
)
virtual
std::vector< int > SALOMEDS_AttributeTableOfInteger::SortColumn ( int  theColumn,
SortOrder  theOrder,
SortPolicy  thePolicy 
)
virtual
std::vector< int > SALOMEDS_AttributeTableOfInteger::SortRow ( int  theRow,
SortOrder  theOrder,
SortPolicy  thePolicy 
)
virtual
void SALOMEDS_AttributeTableOfInteger::SwapCells ( int  theRow1,
int  theColumn1,
int  theRow2,
int  theColumn2 
)
virtual
void SALOMEDS_AttributeTableOfInteger::SwapColumns ( int  theColumn1,
int  theColumn2 
)
virtual
void SALOMEDS_AttributeTableOfInteger::SwapRows ( int  theRow1,
int  theRow2 
)
virtual

Field Documentation

SALOMEDS::GenericAttribute_var SALOMEDS_GenericAttribute::_corba_impl
protectedinherited

Referenced by SALOMEDS_AttributeTarget::Add(), SALOMEDS_AttributeSequenceOfReal::Add(), SALOMEDS_AttributeSequenceOfInteger::Add(), SALOMEDS_AttributeTableOfReal::AddColumn(), SALOMEDS_AttributeTableOfString::AddColumn(), AddColumn(), SALOMEDS_AttributeTableOfString::AddRow(), AddRow(), SALOMEDS_AttributeTableOfReal::AddRow(), SALOMEDS_AttributeTreeNode::Append(), SALOMEDS_AttributeSequenceOfReal::Assign(), SALOMEDS_AttributeSequenceOfInteger::Assign(), SALOMEDS_AttributeSequenceOfReal::ChangeValue(), SALOMEDS_AttributeSequenceOfInteger::ChangeValue(), SALOMEDS_GenericAttribute::CheckLocked(), SALOMEDS_AttributeParameter::Clear(), SALOMEDS_AttributeSequenceOfReal::CorbaSequence(), SALOMEDS_AttributeSequenceOfInteger::CorbaSequence(), SALOMEDS_AttributeTreeNode::Depth(), SALOMEDS_AttributeTarget::Get(), SALOMEDS_AttributeParameter::GetBool(), SALOMEDS_GenericAttribute::GetClassType(), SALOMEDS_AttributeTableOfReal::GetColumn(), SALOMEDS_AttributeTableOfString::GetColumn(), GetColumn(), SALOMEDS_AttributeTableOfReal::GetColumnTitle(), SALOMEDS_AttributeTableOfString::GetColumnTitle(), GetColumnTitle(), SALOMEDS_AttributeTableOfReal::GetColumnTitles(), SALOMEDS_AttributeTableOfString::GetColumnTitles(), GetColumnTitles(), SALOMEDS_AttributeStudyProperties::GetComment(), SALOMEDS_AttributeStudyProperties::GetComponentVersion(), SALOMEDS_AttributeStudyProperties::GetComponentVersions(), SALOMEDS_AttributeStudyProperties::GetCreationDate(), SALOMEDS_AttributeStudyProperties::GetCreationMode(), SALOMEDS_AttributeFlags::GetFlags(), SALOMEDS_AttributeParameter::GetIDs(), SALOMEDS_AttributeParameter::GetInt(), SALOMEDS_AttributeParameter::GetIntArray(), SALOMEDS_AttributeStudyProperties::GetModificationsList(), SALOMEDS_AttributeStudyProperties::GetModified(), SALOMEDS_AttributeTableOfReal::GetNbColumns(), SALOMEDS_AttributeTableOfString::GetNbColumns(), GetNbColumns(), SALOMEDS_AttributeTableOfReal::GetNbRows(), SALOMEDS_AttributeTableOfString::GetNbRows(), GetNbRows(), SALOMEDS_AttributePythonObject::GetObject(), SALOMEDS_AttributePixMap::GetPixMap(), SALOMEDS_AttributeParameter::GetReal(), SALOMEDS_AttributeParameter::GetRealArray(), SALOMEDS_AttributeTableOfReal::GetRow(), SALOMEDS_AttributeTableOfString::GetRow(), GetRow(), SALOMEDS_AttributeTableOfReal::GetRowSetIndices(), SALOMEDS_AttributeTableOfString::GetRowSetIndices(), GetRowSetIndices(), SALOMEDS_AttributeTableOfReal::GetRowTitle(), SALOMEDS_AttributeTableOfString::GetRowTitle(), GetRowTitle(), GetRowTitles(), SALOMEDS_AttributeTableOfReal::GetRowTitles(), SALOMEDS_AttributeTableOfString::GetRowTitles(), SALOMEDS_AttributeTableOfReal::GetRowUnit(), SALOMEDS_AttributeTableOfString::GetRowUnit(), GetRowUnit(), SALOMEDS_AttributeTableOfReal::GetRowUnits(), SALOMEDS_AttributeTableOfString::GetRowUnits(), GetRowUnits(), SALOMEDS_AttributeStudyProperties::GetStoredComponents(), SALOMEDS_AttributeParameter::GetStrArray(), SALOMEDS_AttributeParameter::GetString(), SALOMEDS_AttributeTableOfReal::GetTitle(), SALOMEDS_AttributeTableOfString::GetTitle(), GetTitle(), SALOMEDS_AttributeTreeNode::GetTreeID(), SALOMEDS_AttributeStudyProperties::GetUnits(), SALOMEDS_AttributeStudyProperties::GetUserName(), SALOMEDS_AttributeTableOfReal::GetValue(), SALOMEDS_AttributeTableOfString::GetValue(), GetValue(), SALOMEDS_AttributeGraphic::GetVisibility(), SALOMEDS_AttributeTreeNode::HasFather(), SALOMEDS_AttributeParameter::HasFather(), SALOMEDS_AttributeTreeNode::HasFirst(), SALOMEDS_AttributeTreeNode::HasNext(), SALOMEDS_AttributePixMap::HasPixMap(), SALOMEDS_AttributeTreeNode::HasPrevious(), SALOMEDS_AttributeTableOfReal::HasValue(), SALOMEDS_AttributeTableOfString::HasValue(), HasValue(), SALOMEDS_AttributeTreeNode::InsertAfter(), SALOMEDS_AttributeTreeNode::InsertBefore(), SALOMEDS_AttributeTreeNode::IsChild(), SALOMEDS_AttributeTreeNode::IsDescendant(), SALOMEDS_AttributeDrawable::IsDrawable(), SALOMEDS_AttributeExpandable::IsExpandable(), SALOMEDS_AttributeTreeNode::IsFather(), SALOMEDS_AttributeStudyProperties::IsLocked(), SALOMEDS_AttributeStudyProperties::IsModified(), SALOMEDS_AttributeOpened::IsOpened(), SALOMEDS_AttributeTreeNode::IsRoot(), SALOMEDS_AttributeParameter::IsRoot(), SALOMEDS_AttributePythonObject::IsScript(), SALOMEDS_AttributeSelectable::IsSelectable(), SALOMEDS_AttributeParameter::IsSet(), SALOMEDS_AttributeTreeNode::Label(), SALOMEDS_AttributeSequenceOfInteger::Length(), SALOMEDS_AttributeSequenceOfReal::Length(), SALOMEDS_AttributeTreeNode::Prepend(), SALOMEDS_AttributeTableOfReal::PutValue(), PutValue(), SALOMEDS_AttributeTableOfString::PutValue(), SALOMEDS_AttributeTarget::Remove(), SALOMEDS_AttributeSequenceOfReal::Remove(), SALOMEDS_AttributeSequenceOfInteger::Remove(), SALOMEDS_AttributeTreeNode::Remove(), SALOMEDS_AttributeParameter::RemoveID(), SALOMEDS_AttributeTableOfReal::RemoveValue(), SALOMEDS_AttributeTableOfString::RemoveValue(), RemoveValue(), SALOMEDS_GenericAttribute::SALOMEDS_GenericAttribute(), SALOMEDS_AttributeFlags::Set(), SALOMEDS_AttributeParameter::SetBool(), SALOMEDS_AttributeTableOfReal::SetColumn(), SALOMEDS_AttributeTableOfString::SetColumn(), SetColumn(), SALOMEDS_AttributeTableOfReal::SetColumnTitle(), SALOMEDS_AttributeTableOfString::SetColumnTitle(), SetColumnTitle(), SALOMEDS_AttributeTableOfReal::SetColumnTitles(), SALOMEDS_AttributeTableOfString::SetColumnTitles(), SetColumnTitles(), SALOMEDS_AttributeStudyProperties::SetComment(), SALOMEDS_AttributeStudyProperties::SetCreationMode(), SALOMEDS_AttributeDrawable::SetDrawable(), SALOMEDS_AttributeExpandable::SetExpandable(), SALOMEDS_AttributeTreeNode::SetFather(), SALOMEDS_AttributeTreeNode::SetFirst(), SALOMEDS_AttributeFlags::SetFlags(), SALOMEDS_AttributeParameter::SetInt(), SALOMEDS_AttributeParameter::SetIntArray(), SALOMEDS_AttributeStudyProperties::SetLocked(), SALOMEDS_AttributeStudyProperties::SetModification(), SALOMEDS_AttributeStudyProperties::SetModified(), SALOMEDS_AttributeTableOfReal::SetNbColumns(), SALOMEDS_AttributeTableOfString::SetNbColumns(), SetNbColumns(), SALOMEDS_AttributeTreeNode::SetNext(), SALOMEDS_AttributePythonObject::SetObject(), SALOMEDS_AttributeOpened::SetOpened(), SALOMEDS_AttributePixMap::SetPixMap(), SALOMEDS_AttributeTreeNode::SetPrevious(), SALOMEDS_AttributeParameter::SetReal(), SALOMEDS_AttributeParameter::SetRealArray(), SALOMEDS_AttributeTableOfString::SetRow(), SALOMEDS_AttributeTableOfReal::SetRow(), SetRow(), SALOMEDS_AttributeTableOfReal::SetRowTitle(), SetRowTitle(), SALOMEDS_AttributeTableOfString::SetRowTitle(), SALOMEDS_AttributeTableOfReal::SetRowTitles(), SetRowTitles(), SALOMEDS_AttributeTableOfString::SetRowTitles(), SALOMEDS_AttributeTableOfReal::SetRowUnit(), SALOMEDS_AttributeTableOfString::SetRowUnit(), SetRowUnit(), SALOMEDS_AttributeTableOfReal::SetRowUnits(), SALOMEDS_AttributeTableOfString::SetRowUnits(), SetRowUnits(), SALOMEDS_AttributeSelectable::SetSelectable(), SALOMEDS_AttributeParameter::SetStrArray(), SALOMEDS_AttributeParameter::SetString(), SALOMEDS_AttributeTextColor::SetTextColor(), SALOMEDS_AttributeTextHighlightColor::SetTextHighlightColor(), SALOMEDS_AttributeTableOfString::SetTitle(), SetTitle(), SALOMEDS_AttributeTableOfReal::SetTitle(), SALOMEDS_AttributeTreeNode::SetTreeID(), SALOMEDS_AttributeStudyProperties::SetUnits(), SALOMEDS_AttributeStudyProperties::SetUserName(), SALOMEDS_AttributeFileType::SetValue(), SALOMEDS_AttributeString::SetValue(), SALOMEDS_AttributeUserID::SetValue(), SALOMEDS_AttributePersistentRef::SetValue(), SALOMEDS_AttributeLocalID::SetValue(), SALOMEDS_AttributeIOR::SetValue(), SALOMEDS_AttributeExternalFileDef::SetValue(), SALOMEDS_AttributeComment::SetValue(), SALOMEDS_AttributeInteger::SetValue(), SALOMEDS_AttributeName::SetValue(), SALOMEDS_AttributeReal::SetValue(), SALOMEDS_AttributeGraphic::SetVisibility(), SortByColumn(), SALOMEDS_AttributeTableOfReal::SortByColumn(), SALOMEDS_AttributeTableOfString::SortByColumn(), SALOMEDS_AttributeTableOfString::SortByRow(), SortByRow(), SALOMEDS_AttributeTableOfReal::SortByRow(), SortColumn(), SALOMEDS_AttributeTableOfString::SortColumn(), SALOMEDS_AttributeTableOfReal::SortColumn(), SALOMEDS_AttributeTableOfReal::SortRow(), SortRow(), SALOMEDS_AttributeTableOfString::SortRow(), SwapCells(), SALOMEDS_AttributeTableOfReal::SwapCells(), SALOMEDS_AttributeTableOfString::SwapCells(), SwapColumns(), SALOMEDS_AttributeTableOfString::SwapColumns(), SALOMEDS_AttributeTableOfReal::SwapColumns(), SALOMEDS_AttributeTableOfString::SwapRows(), SALOMEDS_AttributeTableOfReal::SwapRows(), SwapRows(), SALOMEDS_AttributeTextColor::TextColor(), SALOMEDS_AttributeTextHighlightColor::TextHighlightColor(), SALOMEDS_GenericAttribute::Type(), SALOMEDS_AttributeUserID::Value(), SALOMEDS_AttributeFileType::Value(), SALOMEDS_AttributeName::Value(), SALOMEDS_AttributeIOR::Value(), SALOMEDS_AttributeReal::Value(), SALOMEDS_AttributeInteger::Value(), SALOMEDS_AttributeComment::Value(), SALOMEDS_AttributeLocalID::Value(), SALOMEDS_AttributeString::Value(), SALOMEDS_AttributeExternalFileDef::Value(), SALOMEDS_AttributePersistentRef::Value(), SALOMEDS_AttributeSequenceOfInteger::Value(), SALOMEDS_AttributeSequenceOfReal::Value(), and SALOMEDS_GenericAttribute::~SALOMEDS_GenericAttribute().

bool SALOMEDS_GenericAttribute::_isLocal
protectedinherited

Referenced by SALOMEDS_AttributeTarget::Add(), SALOMEDS_AttributeSequenceOfReal::Add(), SALOMEDS_AttributeSequenceOfInteger::Add(), SALOMEDS_AttributeTableOfReal::AddColumn(), SALOMEDS_AttributeTableOfString::AddColumn(), AddColumn(), SALOMEDS_AttributeTableOfString::AddRow(), AddRow(), SALOMEDS_AttributeTableOfReal::AddRow(), SALOMEDS_AttributeTreeNode::Append(), SALOMEDS_AttributeSequenceOfReal::Assign(), SALOMEDS_AttributeSequenceOfInteger::Assign(), SALOMEDS_AttributeSequenceOfReal::ChangeValue(), SALOMEDS_AttributeSequenceOfInteger::ChangeValue(), SALOMEDS_GenericAttribute::CheckLocked(), SALOMEDS_AttributeParameter::Clear(), SALOMEDS_AttributeSequenceOfReal::CorbaSequence(), SALOMEDS_AttributeSequenceOfInteger::CorbaSequence(), SALOMEDS_AttributeTreeNode::Depth(), SALOMEDS_AttributeTarget::Get(), SALOMEDS_AttributeParameter::GetBool(), SALOMEDS_GenericAttribute::GetClassType(), SALOMEDS_AttributeTableOfReal::GetColumn(), SALOMEDS_AttributeTableOfString::GetColumn(), GetColumn(), SALOMEDS_AttributeTableOfReal::GetColumnTitle(), SALOMEDS_AttributeTableOfString::GetColumnTitle(), GetColumnTitle(), SALOMEDS_AttributeTableOfReal::GetColumnTitles(), SALOMEDS_AttributeTableOfString::GetColumnTitles(), GetColumnTitles(), SALOMEDS_AttributeStudyProperties::GetComment(), SALOMEDS_AttributeStudyProperties::GetComponentVersion(), SALOMEDS_AttributeStudyProperties::GetComponentVersions(), SALOMEDS_AttributeStudyProperties::GetCreationDate(), SALOMEDS_AttributeStudyProperties::GetCreationMode(), SALOMEDS_AttributeFlags::GetFlags(), SALOMEDS_AttributeParameter::GetIDs(), SALOMEDS_AttributeParameter::GetInt(), SALOMEDS_AttributeParameter::GetIntArray(), SALOMEDS_AttributeStudyProperties::GetModificationsList(), SALOMEDS_AttributeStudyProperties::GetModified(), SALOMEDS_AttributeTableOfReal::GetNbColumns(), SALOMEDS_AttributeTableOfString::GetNbColumns(), GetNbColumns(), SALOMEDS_AttributeTableOfReal::GetNbRows(), SALOMEDS_AttributeTableOfString::GetNbRows(), GetNbRows(), SALOMEDS_AttributePythonObject::GetObject(), SALOMEDS_AttributePixMap::GetPixMap(), SALOMEDS_AttributeParameter::GetReal(), SALOMEDS_AttributeParameter::GetRealArray(), SALOMEDS_AttributeTableOfReal::GetRow(), SALOMEDS_AttributeTableOfString::GetRow(), GetRow(), SALOMEDS_AttributeTableOfReal::GetRowSetIndices(), SALOMEDS_AttributeTableOfString::GetRowSetIndices(), GetRowSetIndices(), SALOMEDS_AttributeTableOfReal::GetRowTitle(), SALOMEDS_AttributeTableOfString::GetRowTitle(), GetRowTitle(), GetRowTitles(), SALOMEDS_AttributeTableOfReal::GetRowTitles(), SALOMEDS_AttributeTableOfString::GetRowTitles(), SALOMEDS_AttributeTableOfReal::GetRowUnit(), SALOMEDS_AttributeTableOfString::GetRowUnit(), GetRowUnit(), SALOMEDS_AttributeTableOfReal::GetRowUnits(), SALOMEDS_AttributeTableOfString::GetRowUnits(), GetRowUnits(), SALOMEDS_AttributeStudyProperties::GetStoredComponents(), SALOMEDS_AttributeParameter::GetStrArray(), SALOMEDS_AttributeParameter::GetString(), SALOMEDS_AttributeTableOfReal::GetTitle(), SALOMEDS_AttributeTableOfString::GetTitle(), GetTitle(), SALOMEDS_AttributeTreeNode::GetTreeID(), SALOMEDS_AttributeStudyProperties::GetUnits(), SALOMEDS_AttributeStudyProperties::GetUserName(), SALOMEDS_AttributeTableOfReal::GetValue(), SALOMEDS_AttributeTableOfString::GetValue(), GetValue(), SALOMEDS_AttributeGraphic::GetVisibility(), SALOMEDS_AttributeTreeNode::HasFather(), SALOMEDS_AttributeParameter::HasFather(), SALOMEDS_AttributeTreeNode::HasFirst(), SALOMEDS_AttributeTreeNode::HasNext(), SALOMEDS_AttributePixMap::HasPixMap(), SALOMEDS_AttributeTreeNode::HasPrevious(), SALOMEDS_AttributeTableOfReal::HasValue(), SALOMEDS_AttributeTableOfString::HasValue(), HasValue(), SALOMEDS_AttributeTreeNode::InsertAfter(), SALOMEDS_AttributeTreeNode::InsertBefore(), SALOMEDS_AttributeTreeNode::IsChild(), SALOMEDS_AttributeTreeNode::IsDescendant(), SALOMEDS_AttributeDrawable::IsDrawable(), SALOMEDS_AttributeExpandable::IsExpandable(), SALOMEDS_AttributeTreeNode::IsFather(), SALOMEDS_AttributeStudyProperties::IsLocked(), SALOMEDS_AttributeStudyProperties::IsModified(), SALOMEDS_AttributeOpened::IsOpened(), SALOMEDS_AttributeTreeNode::IsRoot(), SALOMEDS_AttributeParameter::IsRoot(), SALOMEDS_AttributePythonObject::IsScript(), SALOMEDS_AttributeSelectable::IsSelectable(), SALOMEDS_AttributeParameter::IsSet(), SALOMEDS_AttributeTreeNode::Label(), SALOMEDS_AttributeSequenceOfInteger::Length(), SALOMEDS_AttributeSequenceOfReal::Length(), SALOMEDS_AttributeTreeNode::Prepend(), SALOMEDS_AttributeTableOfReal::PutValue(), PutValue(), SALOMEDS_AttributeTableOfString::PutValue(), SALOMEDS_AttributeTarget::Remove(), SALOMEDS_AttributeSequenceOfReal::Remove(), SALOMEDS_AttributeSequenceOfInteger::Remove(), SALOMEDS_AttributeTreeNode::Remove(), SALOMEDS_AttributeParameter::RemoveID(), SALOMEDS_AttributeTableOfReal::RemoveValue(), SALOMEDS_AttributeTableOfString::RemoveValue(), RemoveValue(), SALOMEDS_GenericAttribute::SALOMEDS_GenericAttribute(), SALOMEDS_AttributeFlags::Set(), SALOMEDS_AttributeParameter::SetBool(), SALOMEDS_AttributeTableOfReal::SetColumn(), SALOMEDS_AttributeTableOfString::SetColumn(), SetColumn(), SALOMEDS_AttributeTableOfReal::SetColumnTitle(), SALOMEDS_AttributeTableOfString::SetColumnTitle(), SetColumnTitle(), SALOMEDS_AttributeTableOfReal::SetColumnTitles(), SALOMEDS_AttributeTableOfString::SetColumnTitles(), SetColumnTitles(), SALOMEDS_AttributeStudyProperties::SetComment(), SALOMEDS_AttributeStudyProperties::SetCreationMode(), SALOMEDS_AttributeDrawable::SetDrawable(), SALOMEDS_AttributeExpandable::SetExpandable(), SALOMEDS_AttributeTreeNode::SetFather(), SALOMEDS_AttributeTreeNode::SetFirst(), SALOMEDS_AttributeFlags::SetFlags(), SALOMEDS_AttributeParameter::SetInt(), SALOMEDS_AttributeParameter::SetIntArray(), SALOMEDS_AttributeStudyProperties::SetLocked(), SALOMEDS_AttributeStudyProperties::SetModification(), SALOMEDS_AttributeStudyProperties::SetModified(), SALOMEDS_AttributeTableOfReal::SetNbColumns(), SALOMEDS_AttributeTableOfString::SetNbColumns(), SetNbColumns(), SALOMEDS_AttributeTreeNode::SetNext(), SALOMEDS_AttributePythonObject::SetObject(), SALOMEDS_AttributeOpened::SetOpened(), SALOMEDS_AttributePixMap::SetPixMap(), SALOMEDS_AttributeTreeNode::SetPrevious(), SALOMEDS_AttributeParameter::SetReal(), SALOMEDS_AttributeParameter::SetRealArray(), SALOMEDS_AttributeTableOfString::SetRow(), SALOMEDS_AttributeTableOfReal::SetRow(), SetRow(), SALOMEDS_AttributeTableOfReal::SetRowTitle(), SetRowTitle(), SALOMEDS_AttributeTableOfString::SetRowTitle(), SALOMEDS_AttributeTableOfReal::SetRowTitles(), SetRowTitles(), SALOMEDS_AttributeTableOfString::SetRowTitles(), SALOMEDS_AttributeTableOfReal::SetRowUnit(), SALOMEDS_AttributeTableOfString::SetRowUnit(), SetRowUnit(), SALOMEDS_AttributeTableOfReal::SetRowUnits(), SALOMEDS_AttributeTableOfString::SetRowUnits(), SetRowUnits(), SALOMEDS_AttributeSelectable::SetSelectable(), SALOMEDS_AttributeParameter::SetStrArray(), SALOMEDS_AttributeParameter::SetString(), SALOMEDS_AttributeTextColor::SetTextColor(), SALOMEDS_AttributeTextHighlightColor::SetTextHighlightColor(), SALOMEDS_AttributeTableOfString::SetTitle(), SetTitle(), SALOMEDS_AttributeTableOfReal::SetTitle(), SALOMEDS_AttributeTreeNode::SetTreeID(), SALOMEDS_AttributeStudyProperties::SetUnits(), SALOMEDS_AttributeStudyProperties::SetUserName(), SALOMEDS_AttributeFileType::SetValue(), SALOMEDS_AttributeString::SetValue(), SALOMEDS_AttributeUserID::SetValue(), SALOMEDS_AttributePersistentRef::SetValue(), SALOMEDS_AttributeLocalID::SetValue(), SALOMEDS_AttributeIOR::SetValue(), SALOMEDS_AttributeExternalFileDef::SetValue(), SALOMEDS_AttributeComment::SetValue(), SALOMEDS_AttributeInteger::SetValue(), SALOMEDS_AttributeName::SetValue(), SALOMEDS_AttributeReal::SetValue(), SALOMEDS_AttributeGraphic::SetVisibility(), SortByColumn(), SALOMEDS_AttributeTableOfReal::SortByColumn(), SALOMEDS_AttributeTableOfString::SortByColumn(), SALOMEDS_AttributeTableOfString::SortByRow(), SortByRow(), SALOMEDS_AttributeTableOfReal::SortByRow(), SortColumn(), SALOMEDS_AttributeTableOfString::SortColumn(), SALOMEDS_AttributeTableOfReal::SortColumn(), SALOMEDS_AttributeTableOfReal::SortRow(), SortRow(), SALOMEDS_AttributeTableOfString::SortRow(), SwapCells(), SALOMEDS_AttributeTableOfReal::SwapCells(), SALOMEDS_AttributeTableOfString::SwapCells(), SwapColumns(), SALOMEDS_AttributeTableOfString::SwapColumns(), SALOMEDS_AttributeTableOfReal::SwapColumns(), SALOMEDS_AttributeTableOfString::SwapRows(), SALOMEDS_AttributeTableOfReal::SwapRows(), SwapRows(), SALOMEDS_AttributeTextColor::TextColor(), SALOMEDS_AttributeTextHighlightColor::TextHighlightColor(), SALOMEDS_GenericAttribute::Type(), SALOMEDS_AttributeUserID::Value(), SALOMEDS_AttributeFileType::Value(), SALOMEDS_AttributeName::Value(), SALOMEDS_AttributeIOR::Value(), SALOMEDS_AttributeReal::Value(), SALOMEDS_AttributeInteger::Value(), SALOMEDS_AttributeComment::Value(), SALOMEDS_AttributeLocalID::Value(), SALOMEDS_AttributeString::Value(), SALOMEDS_AttributeExternalFileDef::Value(), SALOMEDS_AttributePersistentRef::Value(), SALOMEDS_AttributeSequenceOfInteger::Value(), SALOMEDS_AttributeSequenceOfReal::Value(), and SALOMEDS_GenericAttribute::~SALOMEDS_GenericAttribute().

SALOMEDSImpl_GenericAttribute* SALOMEDS_GenericAttribute::_local_impl
protectedinherited

Referenced by SALOMEDS_AttributeTarget::Add(), SALOMEDS_AttributeSequenceOfReal::Add(), SALOMEDS_AttributeSequenceOfInteger::Add(), SALOMEDS_AttributeTableOfReal::AddColumn(), SALOMEDS_AttributeTableOfString::AddColumn(), AddColumn(), SALOMEDS_AttributeTableOfString::AddRow(), AddRow(), SALOMEDS_AttributeTableOfReal::AddRow(), SALOMEDS_AttributeTreeNode::Append(), SALOMEDS_AttributeSequenceOfReal::Assign(), SALOMEDS_AttributeSequenceOfInteger::Assign(), SALOMEDS_AttributeSequenceOfReal::ChangeValue(), SALOMEDS_AttributeSequenceOfInteger::ChangeValue(), SALOMEDS_GenericAttribute::CheckLocked(), SALOMEDS_AttributeParameter::Clear(), SALOMEDS_AttributeSequenceOfReal::CorbaSequence(), SALOMEDS_AttributeSequenceOfInteger::CorbaSequence(), SALOMEDS_AttributeTreeNode::Depth(), SALOMEDS_AttributeTarget::Get(), SALOMEDS_AttributeParameter::GetBool(), SALOMEDS_GenericAttribute::GetClassType(), SALOMEDS_AttributeTableOfReal::GetColumn(), SALOMEDS_AttributeTableOfString::GetColumn(), GetColumn(), SALOMEDS_AttributeTableOfReal::GetColumnTitle(), SALOMEDS_AttributeTableOfString::GetColumnTitle(), GetColumnTitle(), SALOMEDS_AttributeTableOfReal::GetColumnTitles(), SALOMEDS_AttributeTableOfString::GetColumnTitles(), GetColumnTitles(), SALOMEDS_AttributeStudyProperties::GetComment(), SALOMEDS_AttributeStudyProperties::GetComponentVersion(), SALOMEDS_AttributeStudyProperties::GetComponentVersions(), SALOMEDS_AttributeStudyProperties::GetCreationDate(), SALOMEDS_AttributeStudyProperties::GetCreationMode(), SALOMEDS_AttributeFlags::GetFlags(), SALOMEDS_AttributeParameter::GetIDs(), SALOMEDS_AttributeParameter::GetInt(), SALOMEDS_AttributeParameter::GetIntArray(), SALOMEDS_AttributeStudyProperties::GetModificationsList(), SALOMEDS_AttributeStudyProperties::GetModified(), SALOMEDS_AttributeTableOfReal::GetNbColumns(), SALOMEDS_AttributeTableOfString::GetNbColumns(), GetNbColumns(), SALOMEDS_AttributeTableOfReal::GetNbRows(), SALOMEDS_AttributeTableOfString::GetNbRows(), GetNbRows(), SALOMEDS_AttributePythonObject::GetObject(), SALOMEDS_AttributePixMap::GetPixMap(), SALOMEDS_AttributeParameter::GetReal(), SALOMEDS_AttributeParameter::GetRealArray(), SALOMEDS_AttributeTableOfReal::GetRow(), SALOMEDS_AttributeTableOfString::GetRow(), GetRow(), SALOMEDS_AttributeTableOfReal::GetRowSetIndices(), SALOMEDS_AttributeTableOfString::GetRowSetIndices(), GetRowSetIndices(), SALOMEDS_AttributeTableOfReal::GetRowTitle(), SALOMEDS_AttributeTableOfString::GetRowTitle(), GetRowTitle(), GetRowTitles(), SALOMEDS_AttributeTableOfReal::GetRowTitles(), SALOMEDS_AttributeTableOfString::GetRowTitles(), SALOMEDS_AttributeTableOfReal::GetRowUnit(), SALOMEDS_AttributeTableOfString::GetRowUnit(), GetRowUnit(), SALOMEDS_AttributeTableOfReal::GetRowUnits(), SALOMEDS_AttributeTableOfString::GetRowUnits(), GetRowUnits(), SALOMEDS_AttributeStudyProperties::GetStoredComponents(), SALOMEDS_AttributeParameter::GetStrArray(), SALOMEDS_AttributeParameter::GetString(), SALOMEDS_AttributeTableOfReal::GetTitle(), SALOMEDS_AttributeTableOfString::GetTitle(), GetTitle(), SALOMEDS_AttributeTreeNode::GetTreeID(), SALOMEDS_AttributeStudyProperties::GetUnits(), SALOMEDS_AttributeStudyProperties::GetUserName(), SALOMEDS_AttributeTableOfReal::GetValue(), SALOMEDS_AttributeTableOfString::GetValue(), GetValue(), SALOMEDS_AttributeGraphic::GetVisibility(), SALOMEDS_AttributeTreeNode::HasFather(), SALOMEDS_AttributeParameter::HasFather(), SALOMEDS_AttributeTreeNode::HasFirst(), SALOMEDS_AttributeTreeNode::HasNext(), SALOMEDS_AttributePixMap::HasPixMap(), SALOMEDS_AttributeTreeNode::HasPrevious(), SALOMEDS_AttributeTableOfReal::HasValue(), SALOMEDS_AttributeTableOfString::HasValue(), HasValue(), SALOMEDS_AttributeTreeNode::InsertAfter(), SALOMEDS_AttributeTreeNode::InsertBefore(), SALOMEDS_AttributeTreeNode::IsChild(), SALOMEDS_AttributeTreeNode::IsDescendant(), SALOMEDS_AttributeDrawable::IsDrawable(), SALOMEDS_AttributeExpandable::IsExpandable(), SALOMEDS_AttributeTreeNode::IsFather(), SALOMEDS_AttributeStudyProperties::IsLocked(), SALOMEDS_AttributeStudyProperties::IsModified(), SALOMEDS_AttributeOpened::IsOpened(), SALOMEDS_AttributeTreeNode::IsRoot(), SALOMEDS_AttributeParameter::IsRoot(), SALOMEDS_AttributePythonObject::IsScript(), SALOMEDS_AttributeSelectable::IsSelectable(), SALOMEDS_AttributeParameter::IsSet(), SALOMEDS_AttributeTreeNode::Label(), SALOMEDS_AttributeSequenceOfInteger::Length(), SALOMEDS_AttributeSequenceOfReal::Length(), SALOMEDS_AttributeTreeNode::Prepend(), PutValue(), SALOMEDS_AttributeTableOfReal::PutValue(), SALOMEDS_AttributeTableOfString::PutValue(), SALOMEDS_AttributeTarget::Remove(), SALOMEDS_AttributeSequenceOfReal::Remove(), SALOMEDS_AttributeSequenceOfInteger::Remove(), SALOMEDS_AttributeTreeNode::Remove(), SALOMEDS_AttributeParameter::RemoveID(), SALOMEDS_AttributeTableOfReal::RemoveValue(), SALOMEDS_AttributeTableOfString::RemoveValue(), RemoveValue(), SALOMEDS_GenericAttribute::SALOMEDS_GenericAttribute(), SALOMEDS_AttributeFlags::Set(), SALOMEDS_AttributeParameter::SetBool(), SALOMEDS_AttributeTableOfReal::SetColumn(), SetColumn(), SALOMEDS_AttributeTableOfString::SetColumn(), SALOMEDS_AttributeTableOfReal::SetColumnTitle(), SetColumnTitle(), SALOMEDS_AttributeTableOfString::SetColumnTitle(), SALOMEDS_AttributeTableOfReal::SetColumnTitles(), SALOMEDS_AttributeTableOfString::SetColumnTitles(), SetColumnTitles(), SALOMEDS_AttributeStudyProperties::SetComment(), SALOMEDS_AttributeStudyProperties::SetCreationMode(), SALOMEDS_AttributeDrawable::SetDrawable(), SALOMEDS_AttributeExpandable::SetExpandable(), SALOMEDS_AttributeTreeNode::SetFather(), SALOMEDS_AttributeTreeNode::SetFirst(), SALOMEDS_AttributeFlags::SetFlags(), SALOMEDS_AttributeParameter::SetInt(), SALOMEDS_AttributeParameter::SetIntArray(), SALOMEDS_AttributeStudyProperties::SetLocked(), SALOMEDS_AttributeStudyProperties::SetModification(), SALOMEDS_AttributeStudyProperties::SetModified(), SALOMEDS_AttributeTableOfReal::SetNbColumns(), SALOMEDS_AttributeTableOfString::SetNbColumns(), SetNbColumns(), SALOMEDS_AttributeTreeNode::SetNext(), SALOMEDS_AttributePythonObject::SetObject(), SALOMEDS_AttributeOpened::SetOpened(), SALOMEDS_AttributePixMap::SetPixMap(), SALOMEDS_AttributeTreeNode::SetPrevious(), SALOMEDS_AttributeParameter::SetReal(), SALOMEDS_AttributeParameter::SetRealArray(), SALOMEDS_AttributeTableOfString::SetRow(), SetRow(), SALOMEDS_AttributeTableOfReal::SetRow(), SALOMEDS_AttributeTableOfReal::SetRowTitle(), SALOMEDS_AttributeTableOfString::SetRowTitle(), SetRowTitle(), SALOMEDS_AttributeTableOfReal::SetRowTitles(), SALOMEDS_AttributeTableOfString::SetRowTitles(), SetRowTitles(), SetRowUnit(), SALOMEDS_AttributeTableOfString::SetRowUnit(), SALOMEDS_AttributeTableOfReal::SetRowUnit(), SALOMEDS_AttributeTableOfReal::SetRowUnits(), SetRowUnits(), SALOMEDS_AttributeTableOfString::SetRowUnits(), SALOMEDS_AttributeSelectable::SetSelectable(), SALOMEDS_AttributeParameter::SetStrArray(), SALOMEDS_AttributeParameter::SetString(), SALOMEDS_AttributeTextColor::SetTextColor(), SALOMEDS_AttributeTextHighlightColor::SetTextHighlightColor(), SALOMEDS_AttributeTableOfReal::SetTitle(), SetTitle(), SALOMEDS_AttributeTableOfString::SetTitle(), SALOMEDS_AttributeTreeNode::SetTreeID(), SALOMEDS_AttributeStudyProperties::SetUnits(), SALOMEDS_AttributeStudyProperties::SetUserName(), SALOMEDS_AttributeName::SetValue(), SALOMEDS_AttributeInteger::SetValue(), SALOMEDS_AttributeUserID::SetValue(), SALOMEDS_AttributeFileType::SetValue(), SALOMEDS_AttributeString::SetValue(), SALOMEDS_AttributePersistentRef::SetValue(), SALOMEDS_AttributeReal::SetValue(), SALOMEDS_AttributeLocalID::SetValue(), SALOMEDS_AttributeExternalFileDef::SetValue(), SALOMEDS_AttributeComment::SetValue(), SALOMEDS_AttributeIOR::SetValue(), SALOMEDS_AttributeGraphic::SetVisibility(), SALOMEDS_AttributeTableOfReal::SortByColumn(), SALOMEDS_AttributeTableOfString::SortByColumn(), SortByColumn(), SALOMEDS_AttributeTableOfString::SortByRow(), SALOMEDS_AttributeTableOfReal::SortByRow(), SortByRow(), SortColumn(), SALOMEDS_AttributeTableOfReal::SortColumn(), SALOMEDS_AttributeTableOfString::SortColumn(), SALOMEDS_AttributeTableOfString::SortRow(), SALOMEDS_AttributeTableOfReal::SortRow(), SortRow(), SALOMEDS_AttributeTableOfReal::SwapCells(), SALOMEDS_AttributeTableOfString::SwapCells(), SwapCells(), SALOMEDS_AttributeTableOfReal::SwapColumns(), SALOMEDS_AttributeTableOfString::SwapColumns(), SwapColumns(), SwapRows(), SALOMEDS_AttributeTableOfReal::SwapRows(), SALOMEDS_AttributeTableOfString::SwapRows(), SALOMEDS_AttributeTextColor::TextColor(), SALOMEDS_AttributeTextHighlightColor::TextHighlightColor(), SALOMEDS_GenericAttribute::Type(), SALOMEDS_AttributeReal::Value(), SALOMEDS_AttributeInteger::Value(), SALOMEDS_AttributeComment::Value(), SALOMEDS_AttributeFileType::Value(), SALOMEDS_AttributeIOR::Value(), SALOMEDS_AttributeExternalFileDef::Value(), SALOMEDS_AttributeUserID::Value(), SALOMEDS_AttributeString::Value(), SALOMEDS_AttributeName::Value(), SALOMEDS_AttributePersistentRef::Value(), SALOMEDS_AttributeLocalID::Value(), SALOMEDS_AttributeSequenceOfReal::Value(), and SALOMEDS_AttributeSequenceOfInteger::Value().