Version: 9.12.0
SALOMEDS_AttributeTextHighlightColor Class Referenceabstract

#include <SALOMEDS_AttributeTextHighlightColor.hxx>

Inheritance diagram for SALOMEDS_AttributeTextHighlightColor:

Public Member Functions

 SALOMEDS_AttributeTextHighlightColor (SALOMEDSImpl_AttributeTextHighlightColor *theAttr)
 
 SALOMEDS_AttributeTextHighlightColor (SALOMEDS::AttributeTextHighlightColor_ptr theAttr)
 
 ~SALOMEDS_AttributeTextHighlightColor ()
 
virtual STextColor TextHighlightColor ()
 
virtual void SetTextHighlightColor (STextColor value)
 
void CheckLocked ()
 
std::string Type ()
 
std::string GetClassType ()
 
 _PTR (SObject) GetSObject()
 
virtual clt_shared_ptr< SALOMEDSClient_SObjectGetSObject ()=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
 

Constructor & Destructor Documentation

◆ SALOMEDS_AttributeTextHighlightColor() [1/2]

SALOMEDS_AttributeTextHighlightColor::SALOMEDS_AttributeTextHighlightColor ( SALOMEDSImpl_AttributeTextHighlightColor theAttr)

◆ SALOMEDS_AttributeTextHighlightColor() [2/2]

SALOMEDS_AttributeTextHighlightColor::SALOMEDS_AttributeTextHighlightColor ( SALOMEDS::AttributeTextHighlightColor_ptr  theAttr)

◆ ~SALOMEDS_AttributeTextHighlightColor()

SALOMEDS_AttributeTextHighlightColor::~SALOMEDS_AttributeTextHighlightColor ( )

Member Function Documentation

◆ _PTR()

SALOMEDS_GenericAttribute::_PTR ( SObject  )
inherited

◆ CheckLocked()

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_AttributeSequenceOfReal::Add(), SALOMEDS_AttributeSequenceOfInteger::Add(), SALOMEDS_AttributeTableOfReal::AddColumn(), SALOMEDS_AttributeTableOfInteger::AddColumn(), SALOMEDS_AttributeTableOfString::AddColumn(), SALOMEDS_AttributeTableOfReal::AddRow(), SALOMEDS_AttributeTableOfInteger::AddRow(), SALOMEDS_AttributeTableOfString::AddRow(), SALOMEDS_AttributeTreeNode::Append(), SALOMEDS_AttributeSequenceOfReal::Assign(), SALOMEDS_AttributeSequenceOfInteger::Assign(), SALOMEDS_AttributeSequenceOfReal::ChangeValue(), SALOMEDS_AttributeSequenceOfInteger::ChangeValue(), SALOMEDS_AttributeTreeNode::InsertAfter(), SALOMEDS_AttributeTreeNode::InsertBefore(), SALOMEDS_AttributeTreeNode::Prepend(), SALOMEDS_AttributeTableOfString::PutValue(), SALOMEDS_AttributeTableOfReal::PutValue(), SALOMEDS_AttributeTableOfInteger::PutValue(), SALOMEDS_AttributeTreeNode::Remove(), SALOMEDS_AttributeSequenceOfInteger::Remove(), SALOMEDS_AttributeSequenceOfReal::Remove(), SALOMEDS_AttributeParameter::RemoveID(), SALOMEDS_AttributeParameter::SetBool(), SALOMEDS_AttributeTableOfReal::SetColumn(), SALOMEDS_AttributeTableOfInteger::SetColumn(), SALOMEDS_AttributeTableOfString::SetColumn(), SALOMEDS_AttributeTableOfInteger::SetColumnTitle(), SALOMEDS_AttributeTableOfReal::SetColumnTitle(), SALOMEDS_AttributeTableOfString::SetColumnTitle(), SALOMEDS_AttributeTableOfInteger::SetColumnTitles(), SALOMEDS_AttributeTableOfReal::SetColumnTitles(), SALOMEDS_AttributeTableOfString::SetColumnTitles(), SALOMEDS_AttributeStudyProperties::SetComment(), SALOMEDS_AttributeStudyProperties::SetCreationDate(), 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_AttributeTableOfReal::SetRow(), SALOMEDS_AttributeTableOfInteger::SetRow(), SALOMEDS_AttributeTableOfString::SetRow(), SALOMEDS_AttributeTableOfInteger::SetRowTitle(), SALOMEDS_AttributeTableOfReal::SetRowTitle(), SALOMEDS_AttributeTableOfString::SetRowTitle(), SALOMEDS_AttributeTableOfInteger::SetRowTitles(), SALOMEDS_AttributeTableOfReal::SetRowTitles(), SALOMEDS_AttributeTableOfString::SetRowTitles(), SALOMEDS_AttributeTableOfInteger::SetRowUnit(), SALOMEDS_AttributeTableOfReal::SetRowUnit(), SALOMEDS_AttributeTableOfString::SetRowUnit(), SALOMEDS_AttributeTableOfInteger::SetRowUnits(), SALOMEDS_AttributeTableOfReal::SetRowUnits(), SALOMEDS_AttributeTableOfString::SetRowUnits(), SALOMEDS_AttributeParameter::SetStrArray(), SALOMEDS_AttributeParameter::SetString(), SALOMEDS_AttributeTextColor::SetTextColor(), SetTextHighlightColor(), SALOMEDS_AttributeTableOfInteger::SetTitle(), SALOMEDS_AttributeTableOfReal::SetTitle(), SALOMEDS_AttributeTableOfString::SetTitle(), SALOMEDS_AttributeTreeNode::SetTreeID(), SALOMEDS_AttributeStudyProperties::SetUnits(), SALOMEDS_AttributeStudyProperties::SetUserName(), SALOMEDS_AttributeComment::SetValue(), SALOMEDS_AttributeExternalFileDef::SetValue(), SALOMEDS_AttributeFileType::SetValue(), SALOMEDS_AttributeIOR::SetValue(), SALOMEDS_AttributeName::SetValue(), SALOMEDS_AttributePersistentRef::SetValue(), SALOMEDS_AttributeString::SetValue(), SALOMEDS_AttributeUserID::SetValue(), SALOMEDS_AttributeReal::SetValue(), SALOMEDS_AttributeInteger::SetValue(), and SALOMEDS_AttributeLocalID::SetValue().

◆ CreateAttribute() [1/2]

SALOMEDS_GenericAttribute * SALOMEDS_GenericAttribute::CreateAttribute ( SALOMEDS::GenericAttribute_ptr  theGA)
staticinherited

◆ CreateAttribute() [2/2]

◆ GetClassType()

◆ GetSObject()

virtual clt_shared_ptr<SALOMEDSClient_SObject > SALOMEDSClient_GenericAttribute::GetSObject ( )
pure virtualinherited

◆ SetTextHighlightColor()

◆ TextHighlightColor()

◆ Type()

Field Documentation

◆ _corba_impl

SALOMEDS::GenericAttribute_var SALOMEDS_GenericAttribute::_corba_impl
protectedinherited

Referenced by _PTR(), SALOMEDS_AttributeTarget::Add(), SALOMEDS_AttributeSequenceOfReal::Add(), SALOMEDS_AttributeSequenceOfInteger::Add(), SALOMEDS_AttributeTableOfReal::AddColumn(), SALOMEDS_AttributeTableOfInteger::AddColumn(), SALOMEDS_AttributeTableOfString::AddColumn(), SALOMEDS_AttributeTableOfReal::AddRow(), SALOMEDS_AttributeTableOfInteger::AddRow(), SALOMEDS_AttributeTableOfString::AddRow(), SALOMEDS_AttributeTreeNode::Append(), SALOMEDS_AttributeSequenceOfReal::Assign(), SALOMEDS_AttributeSequenceOfInteger::Assign(), SALOMEDS_AttributeSequenceOfReal::ChangeValue(), SALOMEDS_AttributeSequenceOfInteger::ChangeValue(), SALOMEDS_GenericAttribute::CheckLocked(), SALOMEDS_AttributeParameter::Clear(), SALOMEDS_AttributeSequenceOfInteger::CorbaSequence(), SALOMEDS_AttributeSequenceOfReal::CorbaSequence(), SALOMEDS_AttributeTreeNode::Depth(), SALOMEDS_AttributeTarget::Get(), SALOMEDS_AttributeParameter::GetBool(), SALOMEDS_GenericAttribute::GetClassType(), SALOMEDS_AttributeTableOfInteger::GetColumn(), SALOMEDS_AttributeTableOfReal::GetColumn(), SALOMEDS_AttributeTableOfString::GetColumn(), SALOMEDS_AttributeTableOfInteger::GetColumnTitle(), SALOMEDS_AttributeTableOfReal::GetColumnTitle(), SALOMEDS_AttributeTableOfString::GetColumnTitle(), SALOMEDS_AttributeTableOfInteger::GetColumnTitles(), SALOMEDS_AttributeTableOfReal::GetColumnTitles(), SALOMEDS_AttributeTableOfString::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_AttributeTableOfInteger::GetNbColumns(), SALOMEDS_AttributeTableOfReal::GetNbColumns(), SALOMEDS_AttributeTableOfString::GetNbColumns(), SALOMEDS_AttributeTableOfInteger::GetNbRows(), SALOMEDS_AttributeTableOfReal::GetNbRows(), SALOMEDS_AttributeTableOfString::GetNbRows(), SALOMEDS_AttributePythonObject::GetObject(), SALOMEDS_AttributePixMap::GetPixMap(), SALOMEDS_AttributeParameter::GetReal(), SALOMEDS_AttributeParameter::GetRealArray(), SALOMEDS_AttributeTableOfInteger::GetRow(), SALOMEDS_AttributeTableOfReal::GetRow(), SALOMEDS_AttributeTableOfString::GetRow(), SALOMEDS_AttributeTableOfInteger::GetRowSetIndices(), SALOMEDS_AttributeTableOfReal::GetRowSetIndices(), SALOMEDS_AttributeTableOfString::GetRowSetIndices(), SALOMEDS_AttributeTableOfInteger::GetRowTitle(), SALOMEDS_AttributeTableOfReal::GetRowTitle(), SALOMEDS_AttributeTableOfString::GetRowTitle(), SALOMEDS_AttributeTableOfInteger::GetRowTitles(), SALOMEDS_AttributeTableOfReal::GetRowTitles(), SALOMEDS_AttributeTableOfString::GetRowTitles(), SALOMEDS_AttributeTableOfInteger::GetRowUnit(), SALOMEDS_AttributeTableOfReal::GetRowUnit(), SALOMEDS_AttributeTableOfString::GetRowUnit(), SALOMEDS_AttributeTableOfInteger::GetRowUnits(), SALOMEDS_AttributeTableOfReal::GetRowUnits(), SALOMEDS_AttributeTableOfString::GetRowUnits(), SALOMEDS_AttributeStudyProperties::GetStoredComponents(), SALOMEDS_AttributeParameter::GetStrArray(), SALOMEDS_AttributeParameter::GetString(), SALOMEDS_AttributeTableOfInteger::GetTitle(), SALOMEDS_AttributeTableOfReal::GetTitle(), SALOMEDS_AttributeTableOfString::GetTitle(), SALOMEDS_AttributeTreeNode::GetTreeID(), SALOMEDS_AttributeStudyProperties::GetUnits(), SALOMEDS_AttributeStudyProperties::GetUserName(), SALOMEDS_AttributeTableOfInteger::GetValue(), SALOMEDS_AttributeTableOfReal::GetValue(), SALOMEDS_AttributeTableOfString::GetValue(), SALOMEDS_AttributeGraphic::GetVisibility(), SALOMEDS_AttributeParameter::HasFather(), SALOMEDS_AttributeTreeNode::HasFather(), SALOMEDS_AttributeTreeNode::HasFirst(), SALOMEDS_AttributeTreeNode::HasNext(), SALOMEDS_AttributePixMap::HasPixMap(), SALOMEDS_AttributeTreeNode::HasPrevious(), SALOMEDS_AttributeTableOfInteger::HasValue(), SALOMEDS_AttributeTableOfReal::HasValue(), SALOMEDS_AttributeTableOfString::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_AttributeParameter::IsRoot(), SALOMEDS_AttributeTreeNode::IsRoot(), SALOMEDS_AttributePythonObject::IsScript(), SALOMEDS_AttributeSelectable::IsSelectable(), SALOMEDS_AttributeParameter::IsSet(), SALOMEDS_AttributeTreeNode::Label(), SALOMEDS_AttributeSequenceOfInteger::Length(), SALOMEDS_AttributeSequenceOfReal::Length(), SALOMEDS_AttributeTreeNode::Prepend(), SALOMEDS_AttributeTableOfString::PutValue(), SALOMEDS_AttributeTableOfReal::PutValue(), SALOMEDS_AttributeTableOfInteger::PutValue(), SALOMEDS_AttributeTreeNode::Remove(), SALOMEDS_AttributeTarget::Remove(), SALOMEDS_AttributeSequenceOfInteger::Remove(), SALOMEDS_AttributeSequenceOfReal::Remove(), SALOMEDS_AttributeParameter::RemoveID(), SALOMEDS_AttributeTableOfInteger::RemoveValue(), SALOMEDS_AttributeTableOfReal::RemoveValue(), SALOMEDS_AttributeTableOfString::RemoveValue(), SALOMEDS_GenericAttribute::SALOMEDS_GenericAttribute(), SALOMEDS_AttributeFlags::Set(), SALOMEDS_AttributeParameter::SetBool(), SALOMEDS_AttributeTableOfReal::SetColumn(), SALOMEDS_AttributeTableOfInteger::SetColumn(), SALOMEDS_AttributeTableOfString::SetColumn(), SALOMEDS_AttributeTableOfInteger::SetColumnTitle(), SALOMEDS_AttributeTableOfReal::SetColumnTitle(), SALOMEDS_AttributeTableOfString::SetColumnTitle(), SALOMEDS_AttributeTableOfInteger::SetColumnTitles(), SALOMEDS_AttributeTableOfReal::SetColumnTitles(), SALOMEDS_AttributeTableOfString::SetColumnTitles(), SALOMEDS_AttributeStudyProperties::SetComment(), SALOMEDS_AttributeStudyProperties::SetCreationDate(), 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_AttributeTableOfInteger::SetNbColumns(), SALOMEDS_AttributeTableOfReal::SetNbColumns(), SALOMEDS_AttributeTableOfString::SetNbColumns(), SALOMEDS_AttributeTreeNode::SetNext(), SALOMEDS_AttributePythonObject::SetObject(), SALOMEDS_AttributeOpened::SetOpened(), SALOMEDS_AttributePixMap::SetPixMap(), SALOMEDS_AttributeTreeNode::SetPrevious(), SALOMEDS_AttributeParameter::SetReal(), SALOMEDS_AttributeParameter::SetRealArray(), SALOMEDS_AttributeTableOfReal::SetRow(), SALOMEDS_AttributeTableOfInteger::SetRow(), SALOMEDS_AttributeTableOfString::SetRow(), SALOMEDS_AttributeTableOfInteger::SetRowTitle(), SALOMEDS_AttributeTableOfReal::SetRowTitle(), SALOMEDS_AttributeTableOfString::SetRowTitle(), SALOMEDS_AttributeTableOfInteger::SetRowTitles(), SALOMEDS_AttributeTableOfReal::SetRowTitles(), SALOMEDS_AttributeTableOfString::SetRowTitles(), SALOMEDS_AttributeTableOfInteger::SetRowUnit(), SALOMEDS_AttributeTableOfReal::SetRowUnit(), SALOMEDS_AttributeTableOfString::SetRowUnit(), SALOMEDS_AttributeTableOfInteger::SetRowUnits(), SALOMEDS_AttributeTableOfReal::SetRowUnits(), SALOMEDS_AttributeTableOfString::SetRowUnits(), SALOMEDS_AttributeSelectable::SetSelectable(), SALOMEDS_AttributeParameter::SetStrArray(), SALOMEDS_AttributeParameter::SetString(), SALOMEDS_AttributeTextColor::SetTextColor(), SetTextHighlightColor(), SALOMEDS_AttributeTableOfInteger::SetTitle(), SALOMEDS_AttributeTableOfReal::SetTitle(), SALOMEDS_AttributeTableOfString::SetTitle(), SALOMEDS_AttributeTreeNode::SetTreeID(), SALOMEDS_AttributeStudyProperties::SetUnits(), SALOMEDS_AttributeStudyProperties::SetUserName(), SALOMEDS_AttributeComment::SetValue(), SALOMEDS_AttributeExternalFileDef::SetValue(), SALOMEDS_AttributeFileType::SetValue(), SALOMEDS_AttributeIOR::SetValue(), SALOMEDS_AttributeName::SetValue(), SALOMEDS_AttributePersistentRef::SetValue(), SALOMEDS_AttributeString::SetValue(), SALOMEDS_AttributeUserID::SetValue(), SALOMEDS_AttributeReal::SetValue(), SALOMEDS_AttributeInteger::SetValue(), SALOMEDS_AttributeLocalID::SetValue(), SALOMEDS_AttributeGraphic::SetVisibility(), SALOMEDS_AttributeTableOfInteger::SortByColumn(), SALOMEDS_AttributeTableOfReal::SortByColumn(), SALOMEDS_AttributeTableOfString::SortByColumn(), SALOMEDS_AttributeTableOfInteger::SortByRow(), SALOMEDS_AttributeTableOfReal::SortByRow(), SALOMEDS_AttributeTableOfString::SortByRow(), SALOMEDS_AttributeTableOfInteger::SortColumn(), SALOMEDS_AttributeTableOfReal::SortColumn(), SALOMEDS_AttributeTableOfString::SortColumn(), SALOMEDS_AttributeTableOfInteger::SortRow(), SALOMEDS_AttributeTableOfReal::SortRow(), SALOMEDS_AttributeTableOfString::SortRow(), SALOMEDS_AttributeTableOfInteger::SwapCells(), SALOMEDS_AttributeTableOfReal::SwapCells(), SALOMEDS_AttributeTableOfString::SwapCells(), SALOMEDS_AttributeTableOfInteger::SwapColumns(), SALOMEDS_AttributeTableOfReal::SwapColumns(), SALOMEDS_AttributeTableOfString::SwapColumns(), SALOMEDS_AttributeTableOfInteger::SwapRows(), SALOMEDS_AttributeTableOfReal::SwapRows(), SALOMEDS_AttributeTableOfString::SwapRows(), SALOMEDS_AttributeTextColor::TextColor(), TextHighlightColor(), SALOMEDS_GenericAttribute::Type(), SALOMEDS_AttributeComment::Value(), SALOMEDS_AttributeExternalFileDef::Value(), SALOMEDS_AttributeFileType::Value(), SALOMEDS_AttributeInteger::Value(), SALOMEDS_AttributeIOR::Value(), SALOMEDS_AttributeLocalID::Value(), SALOMEDS_AttributeName::Value(), SALOMEDS_AttributePersistentRef::Value(), SALOMEDS_AttributeReal::Value(), SALOMEDS_AttributeString::Value(), SALOMEDS_AttributeUserID::Value(), SALOMEDS_AttributeSequenceOfInteger::Value(), SALOMEDS_AttributeSequenceOfReal::Value(), and SALOMEDS_GenericAttribute::~SALOMEDS_GenericAttribute().

◆ _isLocal

bool SALOMEDS_GenericAttribute::_isLocal
protectedinherited

Referenced by _PTR(), SALOMEDS_AttributeTarget::Add(), SALOMEDS_AttributeSequenceOfReal::Add(), SALOMEDS_AttributeSequenceOfInteger::Add(), SALOMEDS_AttributeTableOfReal::AddColumn(), SALOMEDS_AttributeTableOfInteger::AddColumn(), SALOMEDS_AttributeTableOfString::AddColumn(), SALOMEDS_AttributeTableOfReal::AddRow(), SALOMEDS_AttributeTableOfInteger::AddRow(), SALOMEDS_AttributeTableOfString::AddRow(), SALOMEDS_AttributeTreeNode::Append(), SALOMEDS_AttributeSequenceOfReal::Assign(), SALOMEDS_AttributeSequenceOfInteger::Assign(), SALOMEDS_AttributeSequenceOfReal::ChangeValue(), SALOMEDS_AttributeSequenceOfInteger::ChangeValue(), SALOMEDS_GenericAttribute::CheckLocked(), SALOMEDS_AttributeParameter::Clear(), SALOMEDS_AttributeSequenceOfInteger::CorbaSequence(), SALOMEDS_AttributeSequenceOfReal::CorbaSequence(), SALOMEDS_AttributeTreeNode::Depth(), SALOMEDS_AttributeTarget::Get(), SALOMEDS_AttributeParameter::GetBool(), SALOMEDS_GenericAttribute::GetClassType(), SALOMEDS_AttributeTableOfInteger::GetColumn(), SALOMEDS_AttributeTableOfReal::GetColumn(), SALOMEDS_AttributeTableOfString::GetColumn(), SALOMEDS_AttributeTableOfInteger::GetColumnTitle(), SALOMEDS_AttributeTableOfReal::GetColumnTitle(), SALOMEDS_AttributeTableOfString::GetColumnTitle(), SALOMEDS_AttributeTableOfInteger::GetColumnTitles(), SALOMEDS_AttributeTableOfReal::GetColumnTitles(), SALOMEDS_AttributeTableOfString::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_AttributeTableOfInteger::GetNbColumns(), SALOMEDS_AttributeTableOfReal::GetNbColumns(), SALOMEDS_AttributeTableOfString::GetNbColumns(), SALOMEDS_AttributeTableOfInteger::GetNbRows(), SALOMEDS_AttributeTableOfReal::GetNbRows(), SALOMEDS_AttributeTableOfString::GetNbRows(), SALOMEDS_AttributePythonObject::GetObject(), SALOMEDS_AttributePixMap::GetPixMap(), SALOMEDS_AttributeParameter::GetReal(), SALOMEDS_AttributeParameter::GetRealArray(), SALOMEDS_AttributeTableOfInteger::GetRow(), SALOMEDS_AttributeTableOfReal::GetRow(), SALOMEDS_AttributeTableOfString::GetRow(), SALOMEDS_AttributeTableOfInteger::GetRowSetIndices(), SALOMEDS_AttributeTableOfReal::GetRowSetIndices(), SALOMEDS_AttributeTableOfString::GetRowSetIndices(), SALOMEDS_AttributeTableOfInteger::GetRowTitle(), SALOMEDS_AttributeTableOfReal::GetRowTitle(), SALOMEDS_AttributeTableOfString::GetRowTitle(), SALOMEDS_AttributeTableOfInteger::GetRowTitles(), SALOMEDS_AttributeTableOfReal::GetRowTitles(), SALOMEDS_AttributeTableOfString::GetRowTitles(), SALOMEDS_AttributeTableOfInteger::GetRowUnit(), SALOMEDS_AttributeTableOfReal::GetRowUnit(), SALOMEDS_AttributeTableOfString::GetRowUnit(), SALOMEDS_AttributeTableOfInteger::GetRowUnits(), SALOMEDS_AttributeTableOfReal::GetRowUnits(), SALOMEDS_AttributeTableOfString::GetRowUnits(), SALOMEDS_AttributeStudyProperties::GetStoredComponents(), SALOMEDS_AttributeParameter::GetStrArray(), SALOMEDS_AttributeParameter::GetString(), SALOMEDS_AttributeTableOfInteger::GetTitle(), SALOMEDS_AttributeTableOfReal::GetTitle(), SALOMEDS_AttributeTableOfString::GetTitle(), SALOMEDS_AttributeTreeNode::GetTreeID(), SALOMEDS_AttributeStudyProperties::GetUnits(), SALOMEDS_AttributeStudyProperties::GetUserName(), SALOMEDS_AttributeTableOfInteger::GetValue(), SALOMEDS_AttributeTableOfReal::GetValue(), SALOMEDS_AttributeTableOfString::GetValue(), SALOMEDS_AttributeGraphic::GetVisibility(), SALOMEDS_AttributeParameter::HasFather(), SALOMEDS_AttributeTreeNode::HasFather(), SALOMEDS_AttributeTreeNode::HasFirst(), SALOMEDS_AttributeTreeNode::HasNext(), SALOMEDS_AttributePixMap::HasPixMap(), SALOMEDS_AttributeTreeNode::HasPrevious(), SALOMEDS_AttributeTableOfInteger::HasValue(), SALOMEDS_AttributeTableOfReal::HasValue(), SALOMEDS_AttributeTableOfString::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_AttributeParameter::IsRoot(), SALOMEDS_AttributeTreeNode::IsRoot(), SALOMEDS_AttributePythonObject::IsScript(), SALOMEDS_AttributeSelectable::IsSelectable(), SALOMEDS_AttributeParameter::IsSet(), SALOMEDS_AttributeTreeNode::Label(), SALOMEDS_AttributeSequenceOfInteger::Length(), SALOMEDS_AttributeSequenceOfReal::Length(), SALOMEDS_AttributeTreeNode::Prepend(), SALOMEDS_AttributeTableOfString::PutValue(), SALOMEDS_AttributeTableOfReal::PutValue(), SALOMEDS_AttributeTableOfInteger::PutValue(), SALOMEDS_AttributeTreeNode::Remove(), SALOMEDS_AttributeTarget::Remove(), SALOMEDS_AttributeSequenceOfInteger::Remove(), SALOMEDS_AttributeSequenceOfReal::Remove(), SALOMEDS_AttributeParameter::RemoveID(), SALOMEDS_AttributeTableOfInteger::RemoveValue(), SALOMEDS_AttributeTableOfReal::RemoveValue(), SALOMEDS_AttributeTableOfString::RemoveValue(), SALOMEDS_GenericAttribute::SALOMEDS_GenericAttribute(), SALOMEDS_AttributeFlags::Set(), SALOMEDS_AttributeParameter::SetBool(), SALOMEDS_AttributeTableOfReal::SetColumn(), SALOMEDS_AttributeTableOfInteger::SetColumn(), SALOMEDS_AttributeTableOfString::SetColumn(), SALOMEDS_AttributeTableOfInteger::SetColumnTitle(), SALOMEDS_AttributeTableOfReal::SetColumnTitle(), SALOMEDS_AttributeTableOfString::SetColumnTitle(), SALOMEDS_AttributeTableOfInteger::SetColumnTitles(), SALOMEDS_AttributeTableOfReal::SetColumnTitles(), SALOMEDS_AttributeTableOfString::SetColumnTitles(), SALOMEDS_AttributeStudyProperties::SetComment(), SALOMEDS_AttributeStudyProperties::SetCreationDate(), 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_AttributeTableOfInteger::SetNbColumns(), SALOMEDS_AttributeTableOfReal::SetNbColumns(), SALOMEDS_AttributeTableOfString::SetNbColumns(), SALOMEDS_AttributeTreeNode::SetNext(), SALOMEDS_AttributePythonObject::SetObject(), SALOMEDS_AttributeOpened::SetOpened(), SALOMEDS_AttributePixMap::SetPixMap(), SALOMEDS_AttributeTreeNode::SetPrevious(), SALOMEDS_AttributeParameter::SetReal(), SALOMEDS_AttributeParameter::SetRealArray(), SALOMEDS_AttributeTableOfReal::SetRow(), SALOMEDS_AttributeTableOfInteger::SetRow(), SALOMEDS_AttributeTableOfString::SetRow(), SALOMEDS_AttributeTableOfInteger::SetRowTitle(), SALOMEDS_AttributeTableOfReal::SetRowTitle(), SALOMEDS_AttributeTableOfString::SetRowTitle(), SALOMEDS_AttributeTableOfInteger::SetRowTitles(), SALOMEDS_AttributeTableOfReal::SetRowTitles(), SALOMEDS_AttributeTableOfString::SetRowTitles(), SALOMEDS_AttributeTableOfInteger::SetRowUnit(), SALOMEDS_AttributeTableOfReal::SetRowUnit(), SALOMEDS_AttributeTableOfString::SetRowUnit(), SALOMEDS_AttributeTableOfInteger::SetRowUnits(), SALOMEDS_AttributeTableOfReal::SetRowUnits(), SALOMEDS_AttributeTableOfString::SetRowUnits(), SALOMEDS_AttributeSelectable::SetSelectable(), SALOMEDS_AttributeParameter::SetStrArray(), SALOMEDS_AttributeParameter::SetString(), SALOMEDS_AttributeTextColor::SetTextColor(), SetTextHighlightColor(), SALOMEDS_AttributeTableOfInteger::SetTitle(), SALOMEDS_AttributeTableOfReal::SetTitle(), SALOMEDS_AttributeTableOfString::SetTitle(), SALOMEDS_AttributeTreeNode::SetTreeID(), SALOMEDS_AttributeStudyProperties::SetUnits(), SALOMEDS_AttributeStudyProperties::SetUserName(), SALOMEDS_AttributeComment::SetValue(), SALOMEDS_AttributeExternalFileDef::SetValue(), SALOMEDS_AttributeFileType::SetValue(), SALOMEDS_AttributeIOR::SetValue(), SALOMEDS_AttributeName::SetValue(), SALOMEDS_AttributePersistentRef::SetValue(), SALOMEDS_AttributeString::SetValue(), SALOMEDS_AttributeUserID::SetValue(), SALOMEDS_AttributeReal::SetValue(), SALOMEDS_AttributeInteger::SetValue(), SALOMEDS_AttributeLocalID::SetValue(), SALOMEDS_AttributeGraphic::SetVisibility(), SALOMEDS_AttributeTableOfInteger::SortByColumn(), SALOMEDS_AttributeTableOfReal::SortByColumn(), SALOMEDS_AttributeTableOfString::SortByColumn(), SALOMEDS_AttributeTableOfInteger::SortByRow(), SALOMEDS_AttributeTableOfReal::SortByRow(), SALOMEDS_AttributeTableOfString::SortByRow(), SALOMEDS_AttributeTableOfInteger::SortColumn(), SALOMEDS_AttributeTableOfReal::SortColumn(), SALOMEDS_AttributeTableOfString::SortColumn(), SALOMEDS_AttributeTableOfInteger::SortRow(), SALOMEDS_AttributeTableOfReal::SortRow(), SALOMEDS_AttributeTableOfString::SortRow(), SALOMEDS_AttributeTableOfInteger::SwapCells(), SALOMEDS_AttributeTableOfReal::SwapCells(), SALOMEDS_AttributeTableOfString::SwapCells(), SALOMEDS_AttributeTableOfInteger::SwapColumns(), SALOMEDS_AttributeTableOfReal::SwapColumns(), SALOMEDS_AttributeTableOfString::SwapColumns(), SALOMEDS_AttributeTableOfInteger::SwapRows(), SALOMEDS_AttributeTableOfReal::SwapRows(), SALOMEDS_AttributeTableOfString::SwapRows(), SALOMEDS_AttributeTextColor::TextColor(), TextHighlightColor(), SALOMEDS_GenericAttribute::Type(), SALOMEDS_AttributeComment::Value(), SALOMEDS_AttributeExternalFileDef::Value(), SALOMEDS_AttributeFileType::Value(), SALOMEDS_AttributeInteger::Value(), SALOMEDS_AttributeIOR::Value(), SALOMEDS_AttributeLocalID::Value(), SALOMEDS_AttributeName::Value(), SALOMEDS_AttributePersistentRef::Value(), SALOMEDS_AttributeReal::Value(), SALOMEDS_AttributeString::Value(), SALOMEDS_AttributeUserID::Value(), SALOMEDS_AttributeSequenceOfInteger::Value(), SALOMEDS_AttributeSequenceOfReal::Value(), and SALOMEDS_GenericAttribute::~SALOMEDS_GenericAttribute().

◆ _local_impl

SALOMEDSImpl_GenericAttribute* SALOMEDS_GenericAttribute::_local_impl
protectedinherited

Referenced by _PTR(), SALOMEDS_AttributeTarget::Add(), SALOMEDS_AttributeSequenceOfReal::Add(), SALOMEDS_AttributeSequenceOfInteger::Add(), SALOMEDS_AttributeTableOfReal::AddColumn(), SALOMEDS_AttributeTableOfInteger::AddColumn(), SALOMEDS_AttributeTableOfString::AddColumn(), SALOMEDS_AttributeTableOfReal::AddRow(), SALOMEDS_AttributeTableOfInteger::AddRow(), SALOMEDS_AttributeTableOfString::AddRow(), SALOMEDS_AttributeTreeNode::Append(), SALOMEDS_AttributeSequenceOfReal::Assign(), SALOMEDS_AttributeSequenceOfInteger::Assign(), SALOMEDS_AttributeSequenceOfReal::ChangeValue(), SALOMEDS_AttributeSequenceOfInteger::ChangeValue(), SALOMEDS_GenericAttribute::CheckLocked(), SALOMEDS_AttributeParameter::Clear(), SALOMEDS_AttributeSequenceOfInteger::CorbaSequence(), SALOMEDS_AttributeSequenceOfReal::CorbaSequence(), SALOMEDS_AttributeTreeNode::Depth(), SALOMEDS_AttributeTarget::Get(), SALOMEDS_AttributeParameter::GetBool(), SALOMEDS_GenericAttribute::GetClassType(), SALOMEDS_AttributeTableOfInteger::GetColumn(), SALOMEDS_AttributeTableOfReal::GetColumn(), SALOMEDS_AttributeTableOfString::GetColumn(), SALOMEDS_AttributeTableOfInteger::GetColumnTitle(), SALOMEDS_AttributeTableOfReal::GetColumnTitle(), SALOMEDS_AttributeTableOfString::GetColumnTitle(), SALOMEDS_AttributeTableOfInteger::GetColumnTitles(), SALOMEDS_AttributeTableOfReal::GetColumnTitles(), SALOMEDS_AttributeTableOfString::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_AttributeTableOfInteger::GetNbColumns(), SALOMEDS_AttributeTableOfReal::GetNbColumns(), SALOMEDS_AttributeTableOfString::GetNbColumns(), SALOMEDS_AttributeTableOfInteger::GetNbRows(), SALOMEDS_AttributeTableOfReal::GetNbRows(), SALOMEDS_AttributeTableOfString::GetNbRows(), SALOMEDS_AttributePythonObject::GetObject(), SALOMEDS_AttributePixMap::GetPixMap(), SALOMEDS_AttributeParameter::GetReal(), SALOMEDS_AttributeParameter::GetRealArray(), SALOMEDS_AttributeTableOfInteger::GetRow(), SALOMEDS_AttributeTableOfReal::GetRow(), SALOMEDS_AttributeTableOfString::GetRow(), SALOMEDS_AttributeTableOfInteger::GetRowSetIndices(), SALOMEDS_AttributeTableOfReal::GetRowSetIndices(), SALOMEDS_AttributeTableOfString::GetRowSetIndices(), SALOMEDS_AttributeTableOfInteger::GetRowTitle(), SALOMEDS_AttributeTableOfReal::GetRowTitle(), SALOMEDS_AttributeTableOfString::GetRowTitle(), SALOMEDS_AttributeTableOfInteger::GetRowTitles(), SALOMEDS_AttributeTableOfReal::GetRowTitles(), SALOMEDS_AttributeTableOfString::GetRowTitles(), SALOMEDS_AttributeTableOfInteger::GetRowUnit(), SALOMEDS_AttributeTableOfReal::GetRowUnit(), SALOMEDS_AttributeTableOfString::GetRowUnit(), SALOMEDS_AttributeTableOfInteger::GetRowUnits(), SALOMEDS_AttributeTableOfReal::GetRowUnits(), SALOMEDS_AttributeTableOfString::GetRowUnits(), SALOMEDS_AttributeStudyProperties::GetStoredComponents(), SALOMEDS_AttributeParameter::GetStrArray(), SALOMEDS_AttributeParameter::GetString(), SALOMEDS_AttributeTableOfInteger::GetTitle(), SALOMEDS_AttributeTableOfReal::GetTitle(), SALOMEDS_AttributeTableOfString::GetTitle(), SALOMEDS_AttributeTreeNode::GetTreeID(), SALOMEDS_AttributeStudyProperties::GetUnits(), SALOMEDS_AttributeStudyProperties::GetUserName(), SALOMEDS_AttributeTableOfInteger::GetValue(), SALOMEDS_AttributeTableOfReal::GetValue(), SALOMEDS_AttributeTableOfString::GetValue(), SALOMEDS_AttributeGraphic::GetVisibility(), SALOMEDS_AttributeParameter::HasFather(), SALOMEDS_AttributeTreeNode::HasFather(), SALOMEDS_AttributeTreeNode::HasFirst(), SALOMEDS_AttributeTreeNode::HasNext(), SALOMEDS_AttributePixMap::HasPixMap(), SALOMEDS_AttributeTreeNode::HasPrevious(), SALOMEDS_AttributeTableOfInteger::HasValue(), SALOMEDS_AttributeTableOfReal::HasValue(), SALOMEDS_AttributeTableOfString::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_AttributeParameter::IsRoot(), SALOMEDS_AttributeTreeNode::IsRoot(), SALOMEDS_AttributePythonObject::IsScript(), SALOMEDS_AttributeSelectable::IsSelectable(), SALOMEDS_AttributeParameter::IsSet(), SALOMEDS_AttributeTreeNode::Label(), SALOMEDS_AttributeSequenceOfInteger::Length(), SALOMEDS_AttributeSequenceOfReal::Length(), SALOMEDS_AttributeTreeNode::Prepend(), SALOMEDS_AttributeTableOfString::PutValue(), SALOMEDS_AttributeTableOfReal::PutValue(), SALOMEDS_AttributeTableOfInteger::PutValue(), SALOMEDS_AttributeTreeNode::Remove(), SALOMEDS_AttributeTarget::Remove(), SALOMEDS_AttributeSequenceOfInteger::Remove(), SALOMEDS_AttributeSequenceOfReal::Remove(), SALOMEDS_AttributeParameter::RemoveID(), SALOMEDS_AttributeTableOfInteger::RemoveValue(), SALOMEDS_AttributeTableOfReal::RemoveValue(), SALOMEDS_AttributeTableOfString::RemoveValue(), SALOMEDS_GenericAttribute::SALOMEDS_GenericAttribute(), SALOMEDS_AttributeFlags::Set(), SALOMEDS_AttributeParameter::SetBool(), SALOMEDS_AttributeTableOfReal::SetColumn(), SALOMEDS_AttributeTableOfInteger::SetColumn(), SALOMEDS_AttributeTableOfString::SetColumn(), SALOMEDS_AttributeTableOfInteger::SetColumnTitle(), SALOMEDS_AttributeTableOfReal::SetColumnTitle(), SALOMEDS_AttributeTableOfString::SetColumnTitle(), SALOMEDS_AttributeTableOfInteger::SetColumnTitles(), SALOMEDS_AttributeTableOfReal::SetColumnTitles(), SALOMEDS_AttributeTableOfString::SetColumnTitles(), SALOMEDS_AttributeStudyProperties::SetComment(), SALOMEDS_AttributeStudyProperties::SetCreationDate(), 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_AttributeTableOfInteger::SetNbColumns(), SALOMEDS_AttributeTableOfReal::SetNbColumns(), SALOMEDS_AttributeTableOfString::SetNbColumns(), SALOMEDS_AttributeTreeNode::SetNext(), SALOMEDS_AttributePythonObject::SetObject(), SALOMEDS_AttributeOpened::SetOpened(), SALOMEDS_AttributePixMap::SetPixMap(), SALOMEDS_AttributeTreeNode::SetPrevious(), SALOMEDS_AttributeParameter::SetReal(), SALOMEDS_AttributeParameter::SetRealArray(), SALOMEDS_AttributeTableOfReal::SetRow(), SALOMEDS_AttributeTableOfInteger::SetRow(), SALOMEDS_AttributeTableOfString::SetRow(), SALOMEDS_AttributeTableOfInteger::SetRowTitle(), SALOMEDS_AttributeTableOfReal::SetRowTitle(), SALOMEDS_AttributeTableOfString::SetRowTitle(), SALOMEDS_AttributeTableOfInteger::SetRowTitles(), SALOMEDS_AttributeTableOfReal::SetRowTitles(), SALOMEDS_AttributeTableOfString::SetRowTitles(), SALOMEDS_AttributeTableOfInteger::SetRowUnit(), SALOMEDS_AttributeTableOfReal::SetRowUnit(), SALOMEDS_AttributeTableOfString::SetRowUnit(), SALOMEDS_AttributeTableOfInteger::SetRowUnits(), SALOMEDS_AttributeTableOfReal::SetRowUnits(), SALOMEDS_AttributeTableOfString::SetRowUnits(), SALOMEDS_AttributeSelectable::SetSelectable(), SALOMEDS_AttributeParameter::SetStrArray(), SALOMEDS_AttributeParameter::SetString(), SALOMEDS_AttributeTextColor::SetTextColor(), SetTextHighlightColor(), SALOMEDS_AttributeTableOfInteger::SetTitle(), SALOMEDS_AttributeTableOfReal::SetTitle(), SALOMEDS_AttributeTableOfString::SetTitle(), SALOMEDS_AttributeTreeNode::SetTreeID(), SALOMEDS_AttributeStudyProperties::SetUnits(), SALOMEDS_AttributeStudyProperties::SetUserName(), SALOMEDS_AttributeComment::SetValue(), SALOMEDS_AttributeExternalFileDef::SetValue(), SALOMEDS_AttributeFileType::SetValue(), SALOMEDS_AttributeIOR::SetValue(), SALOMEDS_AttributeName::SetValue(), SALOMEDS_AttributePersistentRef::SetValue(), SALOMEDS_AttributeString::SetValue(), SALOMEDS_AttributeUserID::SetValue(), SALOMEDS_AttributeReal::SetValue(), SALOMEDS_AttributeInteger::SetValue(), SALOMEDS_AttributeLocalID::SetValue(), SALOMEDS_AttributeGraphic::SetVisibility(), SALOMEDS_AttributeTableOfInteger::SortByColumn(), SALOMEDS_AttributeTableOfReal::SortByColumn(), SALOMEDS_AttributeTableOfString::SortByColumn(), SALOMEDS_AttributeTableOfInteger::SortByRow(), SALOMEDS_AttributeTableOfReal::SortByRow(), SALOMEDS_AttributeTableOfString::SortByRow(), SALOMEDS_AttributeTableOfInteger::SortColumn(), SALOMEDS_AttributeTableOfReal::SortColumn(), SALOMEDS_AttributeTableOfString::SortColumn(), SALOMEDS_AttributeTableOfInteger::SortRow(), SALOMEDS_AttributeTableOfReal::SortRow(), SALOMEDS_AttributeTableOfString::SortRow(), SALOMEDS_AttributeTableOfInteger::SwapCells(), SALOMEDS_AttributeTableOfReal::SwapCells(), SALOMEDS_AttributeTableOfString::SwapCells(), SALOMEDS_AttributeTableOfInteger::SwapColumns(), SALOMEDS_AttributeTableOfReal::SwapColumns(), SALOMEDS_AttributeTableOfString::SwapColumns(), SALOMEDS_AttributeTableOfInteger::SwapRows(), SALOMEDS_AttributeTableOfReal::SwapRows(), SALOMEDS_AttributeTableOfString::SwapRows(), SALOMEDS_AttributeTextColor::TextColor(), TextHighlightColor(), SALOMEDS_GenericAttribute::Type(), SALOMEDS_AttributeComment::Value(), SALOMEDS_AttributeExternalFileDef::Value(), SALOMEDS_AttributeFileType::Value(), SALOMEDS_AttributeInteger::Value(), SALOMEDS_AttributeIOR::Value(), SALOMEDS_AttributeLocalID::Value(), SALOMEDS_AttributeName::Value(), SALOMEDS_AttributePersistentRef::Value(), SALOMEDS_AttributeReal::Value(), SALOMEDS_AttributeString::Value(), SALOMEDS_AttributeUserID::Value(), SALOMEDS_AttributeSequenceOfInteger::Value(), and SALOMEDS_AttributeSequenceOfReal::Value().