#include <SALOMEDS_AttributeParameter.hxx>
Public Member Functions | |
SALOMEDS_AttributeParameter (SALOMEDSImpl_AttributeParameter *theAttr) | |
Function : Constructor Purpose : Creates a new instance of SALOMEDS_AttributeParameter. More... | |
SALOMEDS_AttributeParameter (SALOMEDS::AttributeParameter_ptr theAttr) | |
Function : Constructor Purpose : Creates a new instance of SALOMEDS_AttributeParameter. More... | |
~SALOMEDS_AttributeParameter () | |
Function : Destructor Purpose : Destroys the instance of SALOMEDS_AttributeParameter. More... | |
virtual void | SetInt (const std::string &theID, const int theValue) |
Function : SetInt Purpose : Associates a integer value with the ID. More... | |
virtual int | GetInt (const std::string &theID) |
Function : GetInt Purpose : Returns a int value associated with the given ID. More... | |
virtual void | SetReal (const std::string &theID, const double &theValue) |
Function : SetReal Purpose : Associates a double value with the ID. More... | |
virtual double | GetReal (const std::string &theID) |
Function : GetReal Purpose : Returns a double value associated with the given ID. More... | |
virtual void | SetString (const std::string &theID, const std::string &theValue) |
Function : SetString Purpose : Associates a string with the ID. More... | |
virtual std::string | GetString (const std::string &theID) |
Function : GetString Purpose : Returns a string associated with the given ID. More... | |
virtual void | SetBool (const std::string &theID, const bool &theValue) |
Function : SetBool Purpose : Associates a bool value with the ID. More... | |
virtual bool | GetBool (const std::string &theID) |
Function : GetBool Purpose : Returns a bool value associated with the ID. More... | |
virtual void | SetRealArray (const std::string &theID, const std::vector< double > &theArray) |
Function : SetRealArray Purpose : Associates an array of double values with the given ID. More... | |
virtual std::vector< double > | GetRealArray (const std::string &theID) |
Function : GetRealArray Purpose : Returns an array of double values associated with the ID. More... | |
virtual void | SetIntArray (const std::string &theID, const std::vector< int > &theArray) |
Function : SetIntArray Purpose : Associates an array of int values with the given ID. More... | |
virtual std::vector< int > | GetIntArray (const std::string &theID) |
Function : GetIntArray Purpose : Returns an array of int values associated with the ID. More... | |
virtual void | SetStrArray (const std::string &theID, const std::vector< std::string > &theArray) |
Function : SetStrArray Purpose : Associates an array of string values with the given ID. More... | |
virtual std::vector< std::string > | GetStrArray (const std::string &theID) |
Function : GetStrArray Purpose : Returns an array of string values associated with the ID. More... | |
virtual bool | IsSet (const std::string &theID, const int theType) |
Function : IsSet Purpose : Returns true if for the ID of given type was assigned a value in the attribute. More... | |
virtual bool | RemoveID (const std::string &theID, const int theType) |
Function : RemoveID Purpose : Removes a parameter with given ID. More... | |
virtual | _PTR (AttributeParameter) GetFather() |
virtual bool | HasFather () |
Function : HasFather Purpose : Returns True if the attribute has a father attribute. More... | |
virtual bool | IsRoot () |
Function : IsRoot Purpose : Returns True is the attribute is highest in an hierachy. More... | |
virtual void | Clear () |
Function : Clear Purpose : Clears the content of the attribute. More... | |
virtual std::vector< std::string > | GetIDs (const int theType) |
Function : GetIDs Purpose : Returns an array of all ID's of the given type. More... | |
void | CheckLocked () |
std::string | Type () |
std::string | GetClassType () |
_PTR (SObject) GetSObject() | |
virtual clt_shared_ptr < SALOMEDSClient_SObject > | GetSObject ()=0 |
virtual clt_shared_ptr < SALOMEDSClient_AttributeParameter > | GetFather ()=0 |
Static Public Member Functions | |
static SALOMEDS_GenericAttribute * | CreateAttribute (SALOMEDSImpl_GenericAttribute *theGA) |
static SALOMEDS_GenericAttribute * | CreateAttribute (SALOMEDS::GenericAttribute_ptr theGA) |
Protected Attributes | |
bool | _isLocal |
SALOMEDSImpl_GenericAttribute * | _local_impl |
SALOMEDS::GenericAttribute_var | _corba_impl |
SALOMEDS_AttributeParameter::SALOMEDS_AttributeParameter | ( | SALOMEDSImpl_AttributeParameter * | theAttr | ) |
Function : Constructor Purpose : Creates a new instance of SALOMEDS_AttributeParameter.
SALOMEDS_AttributeParameter::SALOMEDS_AttributeParameter | ( | SALOMEDS::AttributeParameter_ptr | theAttr | ) |
Function : Constructor Purpose : Creates a new instance of SALOMEDS_AttributeParameter.
SALOMEDS_AttributeParameter::~SALOMEDS_AttributeParameter | ( | ) |
Function : Destructor Purpose : Destroys the instance of SALOMEDS_AttributeParameter.
|
inherited |
Referenced by SALOMEDS_AttributeTarget::Get().
|
virtual |
|
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_AttributeTableOfInteger::AddColumn(), SALOMEDS_AttributeTableOfString::AddColumn(), SALOMEDS_AttributeTableOfReal::AddColumn(), SALOMEDS_AttributeTableOfString::AddRow(), SALOMEDS_AttributeTableOfInteger::AddRow(), SALOMEDS_AttributeTableOfReal::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(), SALOMEDS_AttributeTableOfInteger::PutValue(), SALOMEDS_AttributeTableOfReal::PutValue(), SALOMEDS_AttributeSequenceOfInteger::Remove(), SALOMEDS_AttributeSequenceOfReal::Remove(), SALOMEDS_AttributeTreeNode::Remove(), RemoveID(), SetBool(), SALOMEDS_AttributeTableOfString::SetColumn(), SALOMEDS_AttributeTableOfInteger::SetColumn(), SALOMEDS_AttributeTableOfReal::SetColumn(), SALOMEDS_AttributeTableOfInteger::SetColumnTitle(), SALOMEDS_AttributeTableOfReal::SetColumnTitle(), SALOMEDS_AttributeTableOfString::SetColumnTitle(), SALOMEDS_AttributeTableOfString::SetColumnTitles(), SALOMEDS_AttributeTableOfInteger::SetColumnTitles(), SALOMEDS_AttributeTableOfReal::SetColumnTitles(), SALOMEDS_AttributeStudyProperties::SetComment(), SALOMEDS_AttributeStudyProperties::SetCreationMode(), SALOMEDS_AttributeDrawable::SetDrawable(), SALOMEDS_AttributeExpandable::SetExpandable(), SALOMEDS_AttributeTreeNode::SetFather(), SALOMEDS_AttributeTreeNode::SetFirst(), SetInt(), SetIntArray(), SALOMEDS_AttributeStudyProperties::SetModification(), SALOMEDS_AttributeTreeNode::SetNext(), SALOMEDS_AttributePythonObject::SetObject(), SALOMEDS_AttributePixMap::SetPixMap(), SALOMEDS_AttributeTreeNode::SetPrevious(), SetReal(), SetRealArray(), SALOMEDS_AttributeTableOfString::SetRow(), SALOMEDS_AttributeTableOfInteger::SetRow(), SALOMEDS_AttributeTableOfReal::SetRow(), SALOMEDS_AttributeTableOfReal::SetRowTitle(), SALOMEDS_AttributeTableOfInteger::SetRowTitle(), SALOMEDS_AttributeTableOfString::SetRowTitle(), SALOMEDS_AttributeTableOfInteger::SetRowTitles(), SALOMEDS_AttributeTableOfReal::SetRowTitles(), SALOMEDS_AttributeTableOfString::SetRowTitles(), SALOMEDS_AttributeTableOfInteger::SetRowUnit(), SALOMEDS_AttributeTableOfString::SetRowUnit(), SALOMEDS_AttributeTableOfReal::SetRowUnit(), SALOMEDS_AttributeTableOfString::SetRowUnits(), SALOMEDS_AttributeTableOfInteger::SetRowUnits(), SALOMEDS_AttributeTableOfReal::SetRowUnits(), SetStrArray(), SetString(), SALOMEDS_AttributeTextColor::SetTextColor(), SALOMEDS_AttributeTextHighlightColor::SetTextHighlightColor(), SALOMEDS_AttributeTableOfString::SetTitle(), SALOMEDS_AttributeTableOfInteger::SetTitle(), SALOMEDS_AttributeTableOfReal::SetTitle(), SALOMEDS_AttributeTreeNode::SetTreeID(), SALOMEDS_AttributeStudyProperties::SetUnits(), SALOMEDS_AttributeStudyProperties::SetUserName(), SALOMEDS_AttributeIOR::SetValue(), SALOMEDS_AttributeString::SetValue(), SALOMEDS_AttributeInteger::SetValue(), SALOMEDS_AttributeExternalFileDef::SetValue(), SALOMEDS_AttributeUserID::SetValue(), SALOMEDS_AttributeFileType::SetValue(), SALOMEDS_AttributeReal::SetValue(), SALOMEDS_AttributeLocalID::SetValue(), SALOMEDS_AttributePersistentRef::SetValue(), SALOMEDS_AttributeName::SetValue(), and SALOMEDS_AttributeComment::SetValue().
|
virtual |
Function : Clear Purpose : Clears the content of the attribute.
Implements SALOMEDSClient_AttributeParameter.
References SALOMEDS_GenericAttribute::_corba_impl, SALOMEDS_GenericAttribute::_isLocal, SALOMEDS_GenericAttribute::_local_impl, and SALOMEDS::lock().
|
staticinherited |
|
staticinherited |
|
virtual |
Function : GetBool Purpose : Returns a bool value associated with the ID.
Implements SALOMEDSClient_AttributeParameter.
References SALOMEDS_GenericAttribute::_corba_impl, SALOMEDS_GenericAttribute::_isLocal, SALOMEDS_GenericAttribute::_local_impl, and SALOMEDS::lock().
|
virtualinherited |
Implements SALOMEDSClient_GenericAttribute.
References SALOMEDS_GenericAttribute::_corba_impl, SALOMEDS_GenericAttribute::_isLocal, SALOMEDS_GenericAttribute::_local_impl, SALOMEDSImpl_GenericAttribute::GetClassType(), and SALOMEDS::lock().
Referenced by SALOMEDS_GenericAttribute::CreateAttribute().
|
pure virtualinherited |
|
virtual |
Function : GetIDs Purpose : Returns an array of all ID's of the given type.
Implements SALOMEDSClient_AttributeParameter.
References SALOMEDS_GenericAttribute::_corba_impl, SALOMEDS_GenericAttribute::_isLocal, SALOMEDS_GenericAttribute::_local_impl, SALOMEDSImpl_AttributeParameter::GetIDs(), and SALOMEDS::lock().
|
virtual |
Function : GetInt Purpose : Returns a int value associated with the given ID.
Implements SALOMEDSClient_AttributeParameter.
References SALOMEDS_GenericAttribute::_corba_impl, SALOMEDS_GenericAttribute::_isLocal, SALOMEDS_GenericAttribute::_local_impl, and SALOMEDS::lock().
|
virtual |
Function : GetIntArray Purpose : Returns an array of int values associated with the ID.
Implements SALOMEDSClient_AttributeParameter.
References SALOMEDS_GenericAttribute::_corba_impl, SALOMEDS_GenericAttribute::_isLocal, SALOMEDS_GenericAttribute::_local_impl, and SALOMEDS::lock().
|
virtual |
Function : GetReal Purpose : Returns a double value associated with the given ID.
Implements SALOMEDSClient_AttributeParameter.
References SALOMEDS_GenericAttribute::_corba_impl, SALOMEDS_GenericAttribute::_isLocal, SALOMEDS_GenericAttribute::_local_impl, and SALOMEDS::lock().
|
virtual |
Function : GetRealArray Purpose : Returns an array of double values associated with the ID.
Implements SALOMEDSClient_AttributeParameter.
References SALOMEDS_GenericAttribute::_corba_impl, SALOMEDS_GenericAttribute::_isLocal, SALOMEDS_GenericAttribute::_local_impl, and SALOMEDS::lock().
|
pure virtualinherited |
|
virtual |
Function : GetStrArray Purpose : Returns an array of string values associated with the ID.
Implements SALOMEDSClient_AttributeParameter.
References SALOMEDS_GenericAttribute::_corba_impl, SALOMEDS_GenericAttribute::_isLocal, SALOMEDS_GenericAttribute::_local_impl, and SALOMEDS::lock().
|
virtual |
Function : GetString Purpose : Returns a string associated with the given ID.
Implements SALOMEDSClient_AttributeParameter.
References SALOMEDS_GenericAttribute::_corba_impl, SALOMEDS_GenericAttribute::_isLocal, SALOMEDS_GenericAttribute::_local_impl, and SALOMEDS::lock().
|
virtual |
Function : HasFather Purpose : Returns True if the attribute has a father attribute.
Implements SALOMEDSClient_AttributeParameter.
References SALOMEDS_GenericAttribute::_corba_impl, SALOMEDS_GenericAttribute::_isLocal, SALOMEDS_GenericAttribute::_local_impl, and SALOMEDS::lock().
|
virtual |
Function : IsRoot Purpose : Returns True is the attribute is highest in an hierachy.
Implements SALOMEDSClient_AttributeParameter.
References SALOMEDS_GenericAttribute::_corba_impl, SALOMEDS_GenericAttribute::_isLocal, SALOMEDS_GenericAttribute::_local_impl, and SALOMEDS::lock().
|
virtual |
Function : IsSet Purpose : Returns true if for the ID of given type was assigned
a value in the attribute.
Implements SALOMEDSClient_AttributeParameter.
References SALOMEDS_GenericAttribute::_corba_impl, SALOMEDS_GenericAttribute::_isLocal, SALOMEDS_GenericAttribute::_local_impl, and SALOMEDS::lock().
|
virtual |
Function : RemoveID Purpose : Removes a parameter with given ID.
Implements SALOMEDSClient_AttributeParameter.
References SALOMEDS_GenericAttribute::_corba_impl, SALOMEDS_GenericAttribute::_isLocal, SALOMEDS_GenericAttribute::_local_impl, SALOMEDS_GenericAttribute::CheckLocked(), and SALOMEDS::lock().
|
virtual |
Function : SetBool Purpose : Associates a bool value with the ID.
Implements SALOMEDSClient_AttributeParameter.
References SALOMEDS_GenericAttribute::_corba_impl, SALOMEDS_GenericAttribute::_isLocal, SALOMEDS_GenericAttribute::_local_impl, SALOMEDS_GenericAttribute::CheckLocked(), and SALOMEDS::lock().
|
virtual |
Function : SetInt Purpose : Associates a integer value with the ID.
Implements SALOMEDSClient_AttributeParameter.
References SALOMEDS_GenericAttribute::_corba_impl, SALOMEDS_GenericAttribute::_isLocal, SALOMEDS_GenericAttribute::_local_impl, SALOMEDS_GenericAttribute::CheckLocked(), and SALOMEDS::lock().
|
virtual |
Function : SetIntArray Purpose : Associates an array of int values with the given ID.
Implements SALOMEDSClient_AttributeParameter.
References SALOMEDS_GenericAttribute::_corba_impl, SALOMEDS_GenericAttribute::_isLocal, SALOMEDS_GenericAttribute::_local_impl, SALOMEDS_GenericAttribute::CheckLocked(), and SALOMEDS::lock().
|
virtual |
Function : SetReal Purpose : Associates a double value with the ID.
Implements SALOMEDSClient_AttributeParameter.
References SALOMEDS_GenericAttribute::_corba_impl, SALOMEDS_GenericAttribute::_isLocal, SALOMEDS_GenericAttribute::_local_impl, SALOMEDS_GenericAttribute::CheckLocked(), and SALOMEDS::lock().
|
virtual |
Function : SetRealArray Purpose : Associates an array of double values with the given ID.
Implements SALOMEDSClient_AttributeParameter.
References SALOMEDS_GenericAttribute::_corba_impl, SALOMEDS_GenericAttribute::_isLocal, SALOMEDS_GenericAttribute::_local_impl, SALOMEDS_GenericAttribute::CheckLocked(), and SALOMEDS::lock().
|
virtual |
Function : SetStrArray Purpose : Associates an array of string values with the given ID.
Implements SALOMEDSClient_AttributeParameter.
References SALOMEDS_GenericAttribute::_corba_impl, SALOMEDS_GenericAttribute::_isLocal, SALOMEDS_GenericAttribute::_local_impl, SALOMEDS_GenericAttribute::CheckLocked(), and SALOMEDS::lock().
|
virtual |
Function : SetString Purpose : Associates a string with the ID.
Implements SALOMEDSClient_AttributeParameter.
References SALOMEDS_GenericAttribute::_corba_impl, SALOMEDS_GenericAttribute::_isLocal, SALOMEDS_GenericAttribute::_local_impl, SALOMEDS_GenericAttribute::CheckLocked(), and SALOMEDS::lock().
|
virtualinherited |
|
protectedinherited |
Referenced by SALOMEDS_AttributeTarget::Add(), SALOMEDS_AttributeSequenceOfReal::Add(), SALOMEDS_AttributeSequenceOfInteger::Add(), SALOMEDS_AttributeTableOfReal::AddColumn(), SALOMEDS_AttributeTableOfString::AddColumn(), SALOMEDS_AttributeTableOfInteger::AddColumn(), SALOMEDS_AttributeTableOfReal::AddRow(), SALOMEDS_AttributeTableOfString::AddRow(), SALOMEDS_AttributeTableOfInteger::AddRow(), SALOMEDS_AttributeTreeNode::Append(), SALOMEDS_AttributeSequenceOfReal::Assign(), SALOMEDS_AttributeSequenceOfInteger::Assign(), SALOMEDS_AttributeSequenceOfReal::ChangeValue(), SALOMEDS_AttributeSequenceOfInteger::ChangeValue(), SALOMEDS_GenericAttribute::CheckLocked(), Clear(), SALOMEDS_AttributeSequenceOfReal::CorbaSequence(), SALOMEDS_AttributeSequenceOfInteger::CorbaSequence(), SALOMEDS_AttributeTreeNode::Depth(), SALOMEDS_AttributeTarget::Get(), GetBool(), SALOMEDS_GenericAttribute::GetClassType(), SALOMEDS_AttributeTableOfReal::GetColumn(), SALOMEDS_AttributeTableOfString::GetColumn(), SALOMEDS_AttributeTableOfInteger::GetColumn(), SALOMEDS_AttributeTableOfReal::GetColumnTitle(), SALOMEDS_AttributeTableOfString::GetColumnTitle(), SALOMEDS_AttributeTableOfInteger::GetColumnTitle(), SALOMEDS_AttributeTableOfReal::GetColumnTitles(), SALOMEDS_AttributeTableOfString::GetColumnTitles(), SALOMEDS_AttributeTableOfInteger::GetColumnTitles(), SALOMEDS_AttributeStudyProperties::GetComment(), SALOMEDS_AttributeStudyProperties::GetComponentVersion(), SALOMEDS_AttributeStudyProperties::GetComponentVersions(), SALOMEDS_AttributeStudyProperties::GetCreationDate(), SALOMEDS_AttributeStudyProperties::GetCreationMode(), SALOMEDS_AttributeFlags::GetFlags(), GetIDs(), GetInt(), GetIntArray(), SALOMEDS_AttributeStudyProperties::GetModificationsList(), SALOMEDS_AttributeStudyProperties::GetModified(), SALOMEDS_AttributeTableOfReal::GetNbColumns(), SALOMEDS_AttributeTableOfString::GetNbColumns(), SALOMEDS_AttributeTableOfInteger::GetNbColumns(), SALOMEDS_AttributeTableOfReal::GetNbRows(), SALOMEDS_AttributeTableOfString::GetNbRows(), SALOMEDS_AttributeTableOfInteger::GetNbRows(), SALOMEDS_AttributePythonObject::GetObject(), SALOMEDS_AttributePixMap::GetPixMap(), GetReal(), GetRealArray(), SALOMEDS_AttributeTableOfReal::GetRow(), SALOMEDS_AttributeTableOfString::GetRow(), SALOMEDS_AttributeTableOfInteger::GetRow(), SALOMEDS_AttributeTableOfReal::GetRowSetIndices(), SALOMEDS_AttributeTableOfString::GetRowSetIndices(), SALOMEDS_AttributeTableOfInteger::GetRowSetIndices(), SALOMEDS_AttributeTableOfReal::GetRowTitle(), SALOMEDS_AttributeTableOfString::GetRowTitle(), SALOMEDS_AttributeTableOfInteger::GetRowTitle(), SALOMEDS_AttributeTableOfReal::GetRowTitles(), SALOMEDS_AttributeTableOfString::GetRowTitles(), SALOMEDS_AttributeTableOfInteger::GetRowTitles(), SALOMEDS_AttributeTableOfReal::GetRowUnit(), SALOMEDS_AttributeTableOfString::GetRowUnit(), SALOMEDS_AttributeTableOfInteger::GetRowUnit(), SALOMEDS_AttributeTableOfReal::GetRowUnits(), SALOMEDS_AttributeTableOfString::GetRowUnits(), SALOMEDS_AttributeTableOfInteger::GetRowUnits(), SALOMEDS_AttributeStudyProperties::GetStoredComponents(), GetStrArray(), GetString(), SALOMEDS_AttributeTableOfReal::GetTitle(), SALOMEDS_AttributeTableOfString::GetTitle(), SALOMEDS_AttributeTableOfInteger::GetTitle(), SALOMEDS_AttributeTreeNode::GetTreeID(), SALOMEDS_AttributeStudyProperties::GetUnits(), SALOMEDS_AttributeStudyProperties::GetUserName(), SALOMEDS_AttributeTableOfReal::GetValue(), SALOMEDS_AttributeTableOfString::GetValue(), SALOMEDS_AttributeTableOfInteger::GetValue(), SALOMEDS_AttributeGraphic::GetVisibility(), SALOMEDS_AttributeTreeNode::HasFather(), HasFather(), SALOMEDS_AttributeTreeNode::HasFirst(), SALOMEDS_AttributeTreeNode::HasNext(), SALOMEDS_AttributePixMap::HasPixMap(), SALOMEDS_AttributeTreeNode::HasPrevious(), SALOMEDS_AttributeTableOfReal::HasValue(), SALOMEDS_AttributeTableOfString::HasValue(), SALOMEDS_AttributeTableOfInteger::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(), IsRoot(), SALOMEDS_AttributePythonObject::IsScript(), SALOMEDS_AttributeSelectable::IsSelectable(), IsSet(), SALOMEDS_AttributeTreeNode::Label(), SALOMEDS_AttributeSequenceOfInteger::Length(), SALOMEDS_AttributeSequenceOfReal::Length(), SALOMEDS_AttributeTreeNode::Prepend(), SALOMEDS_AttributeTableOfReal::PutValue(), SALOMEDS_AttributeTableOfInteger::PutValue(), SALOMEDS_AttributeTableOfString::PutValue(), SALOMEDS_AttributeTarget::Remove(), SALOMEDS_AttributeSequenceOfReal::Remove(), SALOMEDS_AttributeSequenceOfInteger::Remove(), SALOMEDS_AttributeTreeNode::Remove(), RemoveID(), SALOMEDS_AttributeTableOfReal::RemoveValue(), SALOMEDS_AttributeTableOfString::RemoveValue(), SALOMEDS_AttributeTableOfInteger::RemoveValue(), SALOMEDS_GenericAttribute::SALOMEDS_GenericAttribute(), SALOMEDS_AttributeFlags::Set(), SetBool(), SALOMEDS_AttributeTableOfReal::SetColumn(), SALOMEDS_AttributeTableOfString::SetColumn(), SALOMEDS_AttributeTableOfInteger::SetColumn(), SALOMEDS_AttributeTableOfReal::SetColumnTitle(), SALOMEDS_AttributeTableOfString::SetColumnTitle(), SALOMEDS_AttributeTableOfInteger::SetColumnTitle(), SALOMEDS_AttributeTableOfReal::SetColumnTitles(), SALOMEDS_AttributeTableOfString::SetColumnTitles(), SALOMEDS_AttributeTableOfInteger::SetColumnTitles(), SALOMEDS_AttributeStudyProperties::SetComment(), SALOMEDS_AttributeStudyProperties::SetCreationMode(), SALOMEDS_AttributeDrawable::SetDrawable(), SALOMEDS_AttributeExpandable::SetExpandable(), SALOMEDS_AttributeTreeNode::SetFather(), SALOMEDS_AttributeTreeNode::SetFirst(), SALOMEDS_AttributeFlags::SetFlags(), SetInt(), SetIntArray(), SALOMEDS_AttributeStudyProperties::SetLocked(), SALOMEDS_AttributeStudyProperties::SetModification(), SALOMEDS_AttributeStudyProperties::SetModified(), SALOMEDS_AttributeTableOfReal::SetNbColumns(), SALOMEDS_AttributeTableOfString::SetNbColumns(), SALOMEDS_AttributeTableOfInteger::SetNbColumns(), SALOMEDS_AttributeTreeNode::SetNext(), SALOMEDS_AttributePythonObject::SetObject(), SALOMEDS_AttributeOpened::SetOpened(), SALOMEDS_AttributePixMap::SetPixMap(), SALOMEDS_AttributeTreeNode::SetPrevious(), SetReal(), SetRealArray(), SALOMEDS_AttributeTableOfString::SetRow(), SALOMEDS_AttributeTableOfReal::SetRow(), SALOMEDS_AttributeTableOfInteger::SetRow(), SALOMEDS_AttributeTableOfReal::SetRowTitle(), SALOMEDS_AttributeTableOfInteger::SetRowTitle(), SALOMEDS_AttributeTableOfString::SetRowTitle(), SALOMEDS_AttributeTableOfReal::SetRowTitles(), SALOMEDS_AttributeTableOfInteger::SetRowTitles(), SALOMEDS_AttributeTableOfString::SetRowTitles(), SALOMEDS_AttributeTableOfReal::SetRowUnit(), SALOMEDS_AttributeTableOfString::SetRowUnit(), SALOMEDS_AttributeTableOfInteger::SetRowUnit(), SALOMEDS_AttributeTableOfReal::SetRowUnits(), SALOMEDS_AttributeTableOfString::SetRowUnits(), SALOMEDS_AttributeTableOfInteger::SetRowUnits(), SALOMEDS_AttributeSelectable::SetSelectable(), SetStrArray(), SetString(), SALOMEDS_AttributeTextColor::SetTextColor(), SALOMEDS_AttributeTextHighlightColor::SetTextHighlightColor(), SALOMEDS_AttributeTableOfString::SetTitle(), SALOMEDS_AttributeTableOfInteger::SetTitle(), SALOMEDS_AttributeTableOfReal::SetTitle(), SALOMEDS_AttributeTreeNode::SetTreeID(), SALOMEDS_AttributeStudyProperties::SetUnits(), SALOMEDS_AttributeStudyProperties::SetUserName(), SALOMEDS_AttributePersistentRef::SetValue(), SALOMEDS_AttributeComment::SetValue(), SALOMEDS_AttributeReal::SetValue(), SALOMEDS_AttributeString::SetValue(), SALOMEDS_AttributeInteger::SetValue(), SALOMEDS_AttributeUserID::SetValue(), SALOMEDS_AttributeName::SetValue(), SALOMEDS_AttributeLocalID::SetValue(), SALOMEDS_AttributeIOR::SetValue(), SALOMEDS_AttributeFileType::SetValue(), SALOMEDS_AttributeExternalFileDef::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_AttributeTableOfString::SortColumn(), SALOMEDS_AttributeTableOfReal::SortColumn(), SALOMEDS_AttributeTableOfReal::SortRow(), SALOMEDS_AttributeTableOfInteger::SortRow(), SALOMEDS_AttributeTableOfString::SortRow(), SALOMEDS_AttributeTableOfInteger::SwapCells(), SALOMEDS_AttributeTableOfReal::SwapCells(), SALOMEDS_AttributeTableOfString::SwapCells(), SALOMEDS_AttributeTableOfInteger::SwapColumns(), SALOMEDS_AttributeTableOfString::SwapColumns(), SALOMEDS_AttributeTableOfReal::SwapColumns(), SALOMEDS_AttributeTableOfString::SwapRows(), SALOMEDS_AttributeTableOfReal::SwapRows(), SALOMEDS_AttributeTableOfInteger::SwapRows(), SALOMEDS_AttributeTextColor::TextColor(), SALOMEDS_AttributeTextHighlightColor::TextHighlightColor(), SALOMEDS_GenericAttribute::Type(), SALOMEDS_AttributeInteger::Value(), SALOMEDS_AttributeFileType::Value(), SALOMEDS_AttributeName::Value(), SALOMEDS_AttributeIOR::Value(), SALOMEDS_AttributeUserID::Value(), SALOMEDS_AttributeReal::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().
|
protectedinherited |
Referenced by SALOMEDS_AttributeTarget::Add(), SALOMEDS_AttributeSequenceOfReal::Add(), SALOMEDS_AttributeSequenceOfInteger::Add(), SALOMEDS_AttributeTableOfReal::AddColumn(), SALOMEDS_AttributeTableOfString::AddColumn(), SALOMEDS_AttributeTableOfInteger::AddColumn(), SALOMEDS_AttributeTableOfReal::AddRow(), SALOMEDS_AttributeTableOfString::AddRow(), SALOMEDS_AttributeTableOfInteger::AddRow(), SALOMEDS_AttributeTreeNode::Append(), SALOMEDS_AttributeSequenceOfReal::Assign(), SALOMEDS_AttributeSequenceOfInteger::Assign(), SALOMEDS_AttributeSequenceOfReal::ChangeValue(), SALOMEDS_AttributeSequenceOfInteger::ChangeValue(), SALOMEDS_GenericAttribute::CheckLocked(), Clear(), SALOMEDS_AttributeSequenceOfReal::CorbaSequence(), SALOMEDS_AttributeSequenceOfInteger::CorbaSequence(), SALOMEDS_AttributeTreeNode::Depth(), SALOMEDS_AttributeTarget::Get(), GetBool(), SALOMEDS_GenericAttribute::GetClassType(), SALOMEDS_AttributeTableOfReal::GetColumn(), SALOMEDS_AttributeTableOfString::GetColumn(), SALOMEDS_AttributeTableOfInteger::GetColumn(), SALOMEDS_AttributeTableOfReal::GetColumnTitle(), SALOMEDS_AttributeTableOfString::GetColumnTitle(), SALOMEDS_AttributeTableOfInteger::GetColumnTitle(), SALOMEDS_AttributeTableOfReal::GetColumnTitles(), SALOMEDS_AttributeTableOfString::GetColumnTitles(), SALOMEDS_AttributeTableOfInteger::GetColumnTitles(), SALOMEDS_AttributeStudyProperties::GetComment(), SALOMEDS_AttributeStudyProperties::GetComponentVersion(), SALOMEDS_AttributeStudyProperties::GetComponentVersions(), SALOMEDS_AttributeStudyProperties::GetCreationDate(), SALOMEDS_AttributeStudyProperties::GetCreationMode(), SALOMEDS_AttributeFlags::GetFlags(), GetIDs(), GetInt(), GetIntArray(), SALOMEDS_AttributeStudyProperties::GetModificationsList(), SALOMEDS_AttributeStudyProperties::GetModified(), SALOMEDS_AttributeTableOfReal::GetNbColumns(), SALOMEDS_AttributeTableOfString::GetNbColumns(), SALOMEDS_AttributeTableOfInteger::GetNbColumns(), SALOMEDS_AttributeTableOfReal::GetNbRows(), SALOMEDS_AttributeTableOfString::GetNbRows(), SALOMEDS_AttributeTableOfInteger::GetNbRows(), SALOMEDS_AttributePythonObject::GetObject(), SALOMEDS_AttributePixMap::GetPixMap(), GetReal(), GetRealArray(), SALOMEDS_AttributeTableOfReal::GetRow(), SALOMEDS_AttributeTableOfString::GetRow(), SALOMEDS_AttributeTableOfInteger::GetRow(), SALOMEDS_AttributeTableOfReal::GetRowSetIndices(), SALOMEDS_AttributeTableOfString::GetRowSetIndices(), SALOMEDS_AttributeTableOfInteger::GetRowSetIndices(), SALOMEDS_AttributeTableOfReal::GetRowTitle(), SALOMEDS_AttributeTableOfString::GetRowTitle(), SALOMEDS_AttributeTableOfInteger::GetRowTitle(), SALOMEDS_AttributeTableOfReal::GetRowTitles(), SALOMEDS_AttributeTableOfString::GetRowTitles(), SALOMEDS_AttributeTableOfInteger::GetRowTitles(), SALOMEDS_AttributeTableOfReal::GetRowUnit(), SALOMEDS_AttributeTableOfString::GetRowUnit(), SALOMEDS_AttributeTableOfInteger::GetRowUnit(), SALOMEDS_AttributeTableOfReal::GetRowUnits(), SALOMEDS_AttributeTableOfString::GetRowUnits(), SALOMEDS_AttributeTableOfInteger::GetRowUnits(), SALOMEDS_AttributeStudyProperties::GetStoredComponents(), GetStrArray(), GetString(), SALOMEDS_AttributeTableOfReal::GetTitle(), SALOMEDS_AttributeTableOfString::GetTitle(), SALOMEDS_AttributeTableOfInteger::GetTitle(), SALOMEDS_AttributeTreeNode::GetTreeID(), SALOMEDS_AttributeStudyProperties::GetUnits(), SALOMEDS_AttributeStudyProperties::GetUserName(), SALOMEDS_AttributeTableOfReal::GetValue(), SALOMEDS_AttributeTableOfString::GetValue(), SALOMEDS_AttributeTableOfInteger::GetValue(), SALOMEDS_AttributeGraphic::GetVisibility(), SALOMEDS_AttributeTreeNode::HasFather(), HasFather(), SALOMEDS_AttributeTreeNode::HasFirst(), SALOMEDS_AttributeTreeNode::HasNext(), SALOMEDS_AttributePixMap::HasPixMap(), SALOMEDS_AttributeTreeNode::HasPrevious(), SALOMEDS_AttributeTableOfReal::HasValue(), SALOMEDS_AttributeTableOfString::HasValue(), SALOMEDS_AttributeTableOfInteger::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(), IsRoot(), SALOMEDS_AttributePythonObject::IsScript(), SALOMEDS_AttributeSelectable::IsSelectable(), IsSet(), SALOMEDS_AttributeTreeNode::Label(), SALOMEDS_AttributeSequenceOfInteger::Length(), SALOMEDS_AttributeSequenceOfReal::Length(), SALOMEDS_AttributeTreeNode::Prepend(), SALOMEDS_AttributeTableOfReal::PutValue(), SALOMEDS_AttributeTableOfInteger::PutValue(), SALOMEDS_AttributeTableOfString::PutValue(), SALOMEDS_AttributeTarget::Remove(), SALOMEDS_AttributeSequenceOfReal::Remove(), SALOMEDS_AttributeSequenceOfInteger::Remove(), SALOMEDS_AttributeTreeNode::Remove(), RemoveID(), SALOMEDS_AttributeTableOfReal::RemoveValue(), SALOMEDS_AttributeTableOfString::RemoveValue(), SALOMEDS_AttributeTableOfInteger::RemoveValue(), SALOMEDS_GenericAttribute::SALOMEDS_GenericAttribute(), SALOMEDS_AttributeFlags::Set(), SetBool(), SALOMEDS_AttributeTableOfReal::SetColumn(), SALOMEDS_AttributeTableOfString::SetColumn(), SALOMEDS_AttributeTableOfInteger::SetColumn(), SALOMEDS_AttributeTableOfReal::SetColumnTitle(), SALOMEDS_AttributeTableOfString::SetColumnTitle(), SALOMEDS_AttributeTableOfInteger::SetColumnTitle(), SALOMEDS_AttributeTableOfReal::SetColumnTitles(), SALOMEDS_AttributeTableOfString::SetColumnTitles(), SALOMEDS_AttributeTableOfInteger::SetColumnTitles(), SALOMEDS_AttributeStudyProperties::SetComment(), SALOMEDS_AttributeStudyProperties::SetCreationMode(), SALOMEDS_AttributeDrawable::SetDrawable(), SALOMEDS_AttributeExpandable::SetExpandable(), SALOMEDS_AttributeTreeNode::SetFather(), SALOMEDS_AttributeTreeNode::SetFirst(), SALOMEDS_AttributeFlags::SetFlags(), SetInt(), SetIntArray(), SALOMEDS_AttributeStudyProperties::SetLocked(), SALOMEDS_AttributeStudyProperties::SetModification(), SALOMEDS_AttributeStudyProperties::SetModified(), SALOMEDS_AttributeTableOfReal::SetNbColumns(), SALOMEDS_AttributeTableOfString::SetNbColumns(), SALOMEDS_AttributeTableOfInteger::SetNbColumns(), SALOMEDS_AttributeTreeNode::SetNext(), SALOMEDS_AttributePythonObject::SetObject(), SALOMEDS_AttributeOpened::SetOpened(), SALOMEDS_AttributePixMap::SetPixMap(), SALOMEDS_AttributeTreeNode::SetPrevious(), SetReal(), SetRealArray(), SALOMEDS_AttributeTableOfString::SetRow(), SALOMEDS_AttributeTableOfReal::SetRow(), SALOMEDS_AttributeTableOfInteger::SetRow(), SALOMEDS_AttributeTableOfReal::SetRowTitle(), SALOMEDS_AttributeTableOfInteger::SetRowTitle(), SALOMEDS_AttributeTableOfString::SetRowTitle(), SALOMEDS_AttributeTableOfReal::SetRowTitles(), SALOMEDS_AttributeTableOfInteger::SetRowTitles(), SALOMEDS_AttributeTableOfString::SetRowTitles(), SALOMEDS_AttributeTableOfReal::SetRowUnit(), SALOMEDS_AttributeTableOfString::SetRowUnit(), SALOMEDS_AttributeTableOfInteger::SetRowUnit(), SALOMEDS_AttributeTableOfReal::SetRowUnits(), SALOMEDS_AttributeTableOfString::SetRowUnits(), SALOMEDS_AttributeTableOfInteger::SetRowUnits(), SALOMEDS_AttributeSelectable::SetSelectable(), SetStrArray(), SetString(), SALOMEDS_AttributeTextColor::SetTextColor(), SALOMEDS_AttributeTextHighlightColor::SetTextHighlightColor(), SALOMEDS_AttributeTableOfString::SetTitle(), SALOMEDS_AttributeTableOfInteger::SetTitle(), SALOMEDS_AttributeTableOfReal::SetTitle(), SALOMEDS_AttributeTreeNode::SetTreeID(), SALOMEDS_AttributeStudyProperties::SetUnits(), SALOMEDS_AttributeStudyProperties::SetUserName(), SALOMEDS_AttributePersistentRef::SetValue(), SALOMEDS_AttributeComment::SetValue(), SALOMEDS_AttributeReal::SetValue(), SALOMEDS_AttributeString::SetValue(), SALOMEDS_AttributeInteger::SetValue(), SALOMEDS_AttributeUserID::SetValue(), SALOMEDS_AttributeName::SetValue(), SALOMEDS_AttributeLocalID::SetValue(), SALOMEDS_AttributeIOR::SetValue(), SALOMEDS_AttributeFileType::SetValue(), SALOMEDS_AttributeExternalFileDef::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_AttributeTableOfString::SortColumn(), SALOMEDS_AttributeTableOfReal::SortColumn(), SALOMEDS_AttributeTableOfReal::SortRow(), SALOMEDS_AttributeTableOfInteger::SortRow(), SALOMEDS_AttributeTableOfString::SortRow(), SALOMEDS_AttributeTableOfInteger::SwapCells(), SALOMEDS_AttributeTableOfReal::SwapCells(), SALOMEDS_AttributeTableOfString::SwapCells(), SALOMEDS_AttributeTableOfInteger::SwapColumns(), SALOMEDS_AttributeTableOfString::SwapColumns(), SALOMEDS_AttributeTableOfReal::SwapColumns(), SALOMEDS_AttributeTableOfString::SwapRows(), SALOMEDS_AttributeTableOfReal::SwapRows(), SALOMEDS_AttributeTableOfInteger::SwapRows(), SALOMEDS_AttributeTextColor::TextColor(), SALOMEDS_AttributeTextHighlightColor::TextHighlightColor(), SALOMEDS_GenericAttribute::Type(), SALOMEDS_AttributeInteger::Value(), SALOMEDS_AttributeFileType::Value(), SALOMEDS_AttributeName::Value(), SALOMEDS_AttributeIOR::Value(), SALOMEDS_AttributeUserID::Value(), SALOMEDS_AttributeReal::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().
|
protectedinherited |
Referenced by SALOMEDS_AttributeTarget::Add(), SALOMEDS_AttributeSequenceOfReal::Add(), SALOMEDS_AttributeSequenceOfInteger::Add(), SALOMEDS_AttributeTableOfReal::AddColumn(), SALOMEDS_AttributeTableOfString::AddColumn(), SALOMEDS_AttributeTableOfInteger::AddColumn(), SALOMEDS_AttributeTableOfReal::AddRow(), SALOMEDS_AttributeTableOfString::AddRow(), SALOMEDS_AttributeTableOfInteger::AddRow(), SALOMEDS_AttributeTreeNode::Append(), SALOMEDS_AttributeSequenceOfReal::Assign(), SALOMEDS_AttributeSequenceOfInteger::Assign(), SALOMEDS_AttributeSequenceOfReal::ChangeValue(), SALOMEDS_AttributeSequenceOfInteger::ChangeValue(), SALOMEDS_GenericAttribute::CheckLocked(), Clear(), SALOMEDS_AttributeSequenceOfReal::CorbaSequence(), SALOMEDS_AttributeSequenceOfInteger::CorbaSequence(), SALOMEDS_AttributeTreeNode::Depth(), SALOMEDS_AttributeTarget::Get(), GetBool(), SALOMEDS_GenericAttribute::GetClassType(), SALOMEDS_AttributeTableOfReal::GetColumn(), SALOMEDS_AttributeTableOfString::GetColumn(), SALOMEDS_AttributeTableOfInteger::GetColumn(), SALOMEDS_AttributeTableOfReal::GetColumnTitle(), SALOMEDS_AttributeTableOfString::GetColumnTitle(), SALOMEDS_AttributeTableOfInteger::GetColumnTitle(), SALOMEDS_AttributeTableOfReal::GetColumnTitles(), SALOMEDS_AttributeTableOfString::GetColumnTitles(), SALOMEDS_AttributeTableOfInteger::GetColumnTitles(), SALOMEDS_AttributeStudyProperties::GetComment(), SALOMEDS_AttributeStudyProperties::GetComponentVersion(), SALOMEDS_AttributeStudyProperties::GetComponentVersions(), SALOMEDS_AttributeStudyProperties::GetCreationDate(), SALOMEDS_AttributeStudyProperties::GetCreationMode(), SALOMEDS_AttributeFlags::GetFlags(), GetIDs(), GetInt(), GetIntArray(), SALOMEDS_AttributeStudyProperties::GetModificationsList(), SALOMEDS_AttributeStudyProperties::GetModified(), SALOMEDS_AttributeTableOfReal::GetNbColumns(), SALOMEDS_AttributeTableOfString::GetNbColumns(), SALOMEDS_AttributeTableOfInteger::GetNbColumns(), SALOMEDS_AttributeTableOfReal::GetNbRows(), SALOMEDS_AttributeTableOfString::GetNbRows(), SALOMEDS_AttributeTableOfInteger::GetNbRows(), SALOMEDS_AttributePythonObject::GetObject(), SALOMEDS_AttributePixMap::GetPixMap(), GetReal(), GetRealArray(), SALOMEDS_AttributeTableOfReal::GetRow(), SALOMEDS_AttributeTableOfString::GetRow(), SALOMEDS_AttributeTableOfInteger::GetRow(), SALOMEDS_AttributeTableOfReal::GetRowSetIndices(), SALOMEDS_AttributeTableOfString::GetRowSetIndices(), SALOMEDS_AttributeTableOfInteger::GetRowSetIndices(), SALOMEDS_AttributeTableOfReal::GetRowTitle(), SALOMEDS_AttributeTableOfString::GetRowTitle(), SALOMEDS_AttributeTableOfInteger::GetRowTitle(), SALOMEDS_AttributeTableOfReal::GetRowTitles(), SALOMEDS_AttributeTableOfString::GetRowTitles(), SALOMEDS_AttributeTableOfInteger::GetRowTitles(), SALOMEDS_AttributeTableOfReal::GetRowUnit(), SALOMEDS_AttributeTableOfString::GetRowUnit(), SALOMEDS_AttributeTableOfInteger::GetRowUnit(), SALOMEDS_AttributeTableOfReal::GetRowUnits(), SALOMEDS_AttributeTableOfString::GetRowUnits(), SALOMEDS_AttributeTableOfInteger::GetRowUnits(), SALOMEDS_AttributeStudyProperties::GetStoredComponents(), GetStrArray(), GetString(), SALOMEDS_AttributeTableOfReal::GetTitle(), SALOMEDS_AttributeTableOfString::GetTitle(), SALOMEDS_AttributeTableOfInteger::GetTitle(), SALOMEDS_AttributeTreeNode::GetTreeID(), SALOMEDS_AttributeStudyProperties::GetUnits(), SALOMEDS_AttributeStudyProperties::GetUserName(), SALOMEDS_AttributeTableOfReal::GetValue(), SALOMEDS_AttributeTableOfString::GetValue(), SALOMEDS_AttributeTableOfInteger::GetValue(), SALOMEDS_AttributeGraphic::GetVisibility(), SALOMEDS_AttributeTreeNode::HasFather(), HasFather(), SALOMEDS_AttributeTreeNode::HasFirst(), SALOMEDS_AttributeTreeNode::HasNext(), SALOMEDS_AttributePixMap::HasPixMap(), SALOMEDS_AttributeTreeNode::HasPrevious(), SALOMEDS_AttributeTableOfReal::HasValue(), SALOMEDS_AttributeTableOfString::HasValue(), SALOMEDS_AttributeTableOfInteger::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(), IsRoot(), SALOMEDS_AttributePythonObject::IsScript(), SALOMEDS_AttributeSelectable::IsSelectable(), IsSet(), SALOMEDS_AttributeTreeNode::Label(), SALOMEDS_AttributeSequenceOfInteger::Length(), SALOMEDS_AttributeSequenceOfReal::Length(), SALOMEDS_AttributeTreeNode::Prepend(), SALOMEDS_AttributeTableOfInteger::PutValue(), SALOMEDS_AttributeTableOfReal::PutValue(), SALOMEDS_AttributeTableOfString::PutValue(), SALOMEDS_AttributeTarget::Remove(), SALOMEDS_AttributeSequenceOfReal::Remove(), SALOMEDS_AttributeSequenceOfInteger::Remove(), SALOMEDS_AttributeTreeNode::Remove(), RemoveID(), SALOMEDS_AttributeTableOfReal::RemoveValue(), SALOMEDS_AttributeTableOfString::RemoveValue(), SALOMEDS_AttributeTableOfInteger::RemoveValue(), SALOMEDS_GenericAttribute::SALOMEDS_GenericAttribute(), SALOMEDS_AttributeFlags::Set(), SetBool(), SALOMEDS_AttributeTableOfReal::SetColumn(), SALOMEDS_AttributeTableOfInteger::SetColumn(), SALOMEDS_AttributeTableOfString::SetColumn(), SALOMEDS_AttributeTableOfReal::SetColumnTitle(), SALOMEDS_AttributeTableOfInteger::SetColumnTitle(), SALOMEDS_AttributeTableOfString::SetColumnTitle(), SALOMEDS_AttributeTableOfReal::SetColumnTitles(), SALOMEDS_AttributeTableOfString::SetColumnTitles(), SALOMEDS_AttributeTableOfInteger::SetColumnTitles(), SALOMEDS_AttributeStudyProperties::SetComment(), SALOMEDS_AttributeStudyProperties::SetCreationMode(), SALOMEDS_AttributeDrawable::SetDrawable(), SALOMEDS_AttributeExpandable::SetExpandable(), SALOMEDS_AttributeTreeNode::SetFather(), SALOMEDS_AttributeTreeNode::SetFirst(), SALOMEDS_AttributeFlags::SetFlags(), SetInt(), SetIntArray(), SALOMEDS_AttributeStudyProperties::SetLocked(), SALOMEDS_AttributeStudyProperties::SetModification(), SALOMEDS_AttributeStudyProperties::SetModified(), SALOMEDS_AttributeTableOfReal::SetNbColumns(), SALOMEDS_AttributeTableOfString::SetNbColumns(), SALOMEDS_AttributeTableOfInteger::SetNbColumns(), SALOMEDS_AttributeTreeNode::SetNext(), SALOMEDS_AttributePythonObject::SetObject(), SALOMEDS_AttributeOpened::SetOpened(), SALOMEDS_AttributePixMap::SetPixMap(), SALOMEDS_AttributeTreeNode::SetPrevious(), SetReal(), SetRealArray(), SALOMEDS_AttributeTableOfInteger::SetRow(), SALOMEDS_AttributeTableOfReal::SetRow(), SALOMEDS_AttributeTableOfString::SetRow(), SALOMEDS_AttributeTableOfReal::SetRowTitle(), SALOMEDS_AttributeTableOfString::SetRowTitle(), SALOMEDS_AttributeTableOfInteger::SetRowTitle(), SALOMEDS_AttributeTableOfReal::SetRowTitles(), SALOMEDS_AttributeTableOfString::SetRowTitles(), SALOMEDS_AttributeTableOfInteger::SetRowTitles(), SALOMEDS_AttributeTableOfInteger::SetRowUnit(), SALOMEDS_AttributeTableOfString::SetRowUnit(), SALOMEDS_AttributeTableOfReal::SetRowUnit(), SALOMEDS_AttributeTableOfReal::SetRowUnits(), SALOMEDS_AttributeTableOfInteger::SetRowUnits(), SALOMEDS_AttributeTableOfString::SetRowUnits(), SALOMEDS_AttributeSelectable::SetSelectable(), SetStrArray(), SetString(), SALOMEDS_AttributeTextColor::SetTextColor(), SALOMEDS_AttributeTextHighlightColor::SetTextHighlightColor(), SALOMEDS_AttributeTableOfReal::SetTitle(), SALOMEDS_AttributeTableOfInteger::SetTitle(), SALOMEDS_AttributeTableOfString::SetTitle(), SALOMEDS_AttributeTreeNode::SetTreeID(), SALOMEDS_AttributeStudyProperties::SetUnits(), SALOMEDS_AttributeStudyProperties::SetUserName(), SALOMEDS_AttributeFileType::SetValue(), SALOMEDS_AttributeComment::SetValue(), SALOMEDS_AttributeString::SetValue(), SALOMEDS_AttributeName::SetValue(), SALOMEDS_AttributeIOR::SetValue(), SALOMEDS_AttributeInteger::SetValue(), SALOMEDS_AttributeLocalID::SetValue(), SALOMEDS_AttributeReal::SetValue(), SALOMEDS_AttributeExternalFileDef::SetValue(), SALOMEDS_AttributePersistentRef::SetValue(), SALOMEDS_AttributeUserID::SetValue(), SALOMEDS_AttributeGraphic::SetVisibility(), SALOMEDS_AttributeTableOfReal::SortByColumn(), SALOMEDS_AttributeTableOfString::SortByColumn(), SALOMEDS_AttributeTableOfInteger::SortByColumn(), SALOMEDS_AttributeTableOfString::SortByRow(), SALOMEDS_AttributeTableOfReal::SortByRow(), SALOMEDS_AttributeTableOfInteger::SortByRow(), SALOMEDS_AttributeTableOfInteger::SortColumn(), SALOMEDS_AttributeTableOfReal::SortColumn(), SALOMEDS_AttributeTableOfString::SortColumn(), SALOMEDS_AttributeTableOfReal::SortRow(), SALOMEDS_AttributeTableOfInteger::SortRow(), SALOMEDS_AttributeTableOfString::SortRow(), SALOMEDS_AttributeTableOfInteger::SwapCells(), SALOMEDS_AttributeTableOfReal::SwapCells(), SALOMEDS_AttributeTableOfString::SwapCells(), SALOMEDS_AttributeTableOfString::SwapColumns(), SALOMEDS_AttributeTableOfInteger::SwapColumns(), SALOMEDS_AttributeTableOfReal::SwapColumns(), SALOMEDS_AttributeTableOfReal::SwapRows(), SALOMEDS_AttributeTableOfString::SwapRows(), SALOMEDS_AttributeTableOfInteger::SwapRows(), SALOMEDS_AttributeTextColor::TextColor(), SALOMEDS_AttributeTextHighlightColor::TextHighlightColor(), SALOMEDS_GenericAttribute::Type(), SALOMEDS_AttributeFileType::Value(), SALOMEDS_AttributeName::Value(), SALOMEDS_AttributePersistentRef::Value(), SALOMEDS_AttributeExternalFileDef::Value(), SALOMEDS_AttributeInteger::Value(), SALOMEDS_AttributeComment::Value(), SALOMEDS_AttributeLocalID::Value(), SALOMEDS_AttributeIOR::Value(), SALOMEDS_AttributeReal::Value(), SALOMEDS_AttributeUserID::Value(), SALOMEDS_AttributeString::Value(), SALOMEDS_AttributeSequenceOfReal::Value(), and SALOMEDS_AttributeSequenceOfInteger::Value().