Version: 9.12.0
SALOMEDS_AttributeTableOfString_i Class Reference

#include <SALOMEDS_AttributeTableOfString_i.hxx>

Inheritance diagram for SALOMEDS_AttributeTableOfString_i:

Public Member Functions

 SALOMEDS_AttributeTableOfString_i (SALOMEDSImpl_AttributeTableOfString *theAttr, CORBA::ORB_ptr orb)
 
 ~SALOMEDS_AttributeTableOfString_i ()
 
virtual void SetTitle (const char *theTitle)
 
virtual char * GetTitle ()
 
virtual void SetRowTitle (CORBA::Long theIndex, const char *theTitle)
 
virtual char * GetRowTitle (CORBA::Long theIndex)
 
virtual void SetRowTitles (const SALOMEDS::StringSeq &theTitles)
 
virtual SALOMEDS::StringSeqGetRowTitles ()
 
virtual void SetColumnTitle (CORBA::Long theIndex, const char *theTitle)
 
virtual char * GetColumnTitle (CORBA::Long theIndex)
 
virtual void SetColumnTitles (const SALOMEDS::StringSeq &theTitles)
 
virtual SALOMEDS::StringSeqGetColumnTitles ()
 
virtual void SetRowUnit (CORBA::Long theIndex, const char *theUnit)
 
virtual char * GetRowUnit (CORBA::Long theIndex)
 
virtual void SetRowUnits (const SALOMEDS::StringSeq &theUnits)
 
virtual SALOMEDS::StringSeqGetRowUnits ()
 
virtual CORBA::Long GetNbRows ()
 
virtual CORBA::Long GetNbColumns ()
 
virtual void AddRow (const SALOMEDS::StringSeq &theData)
 
virtual void SetRow (CORBA::Long theRow, const SALOMEDS::StringSeq &theData)
 
virtual SALOMEDS::StringSeqGetRow (CORBA::Long theRow)
 
virtual void AddColumn (const SALOMEDS::StringSeq &theData)
 
virtual void SetColumn (CORBA::Long theColumn, const SALOMEDS::StringSeq &theData)
 
virtual SALOMEDS::StringSeqGetColumn (CORBA::Long theColumn)
 
virtual void PutValue (const char *theValue, CORBA::Long theRow, CORBA::Long theColumn)
 
virtual CORBA::Boolean HasValue (CORBA::Long theRow, CORBA::Long theColumn)
 
virtual char * GetValue (CORBA::Long theRow, CORBA::Long theColumn)
 
virtual void RemoveValue (CORBA::Long theRow, CORBA::Long theColumn)
 
virtual SALOMEDS::LongSeqGetRowSetIndices (CORBA::Long theRow)
 
virtual void SetNbColumns (CORBA::Long theNbColumns)
 
virtual SALOMEDS::LongSeqSortRow (CORBA::Long theRow, SALOMEDS::AttributeTable::SortOrder sortOrder, SALOMEDS::AttributeTable::SortPolicy sortPolicy)
 
virtual SALOMEDS::LongSeqSortColumn (CORBA::Long theColumn, SALOMEDS::AttributeTable::SortOrder sortOrder, SALOMEDS::AttributeTable::SortPolicy sortPolicy)
 
virtual SALOMEDS::LongSeqSortByRow (CORBA::Long theRow, SALOMEDS::AttributeTable::SortOrder sortOrder, SALOMEDS::AttributeTable::SortPolicy sortPolicy)
 
virtual SALOMEDS::LongSeqSortByColumn (CORBA::Long theColumn, SALOMEDS::AttributeTable::SortOrder sortOrder, SALOMEDS::AttributeTable::SortPolicy sortPolicy)
 
virtual void SwapCells (CORBA::Long theRow1, CORBA::Long theColumn1, CORBA::Long theRow2, CORBA::Long theColumn2)
 
virtual void SwapRows (CORBA::Long theRow1, CORBA::Long theRow2)
 
virtual void SwapColumns (CORBA::Long theColumn1, CORBA::Long theColumn2)
 
virtual bool ReadFromFile (const SALOMEDS::TMPFile &theStream)
 
virtual SALOMEDS::TMPFileSaveToFile ()
 
virtual PortableServer::POA_ptr _default_POA ()
 Get default POA for the servant object. More...
 
void CheckLocked ()
 
virtual char * Type ()
 
char * GetClassType ()
 
SALOMEDS::SObject_ptr GetSObject ()
 
virtual DF_AttributeGetImpl ()
 
virtual CORBA::LongLong GetLocalImpl (const char *theHostname, CORBA::Long thePID, CORBA::Boolean &isLocal)
 
virtual void Register ()
 Increment reference counter. More...
 
virtual void UnRegister ()
 Decrement reference counter. More...
 
virtual void Destroy ()
 Decrement reference counter. More...
 

Static Public Member Functions

static SALOMEDS::GenericAttribute_ptr CreateAttribute (DF_Attribute *theAttr, CORBA::ORB_ptr theOrb)
 

Protected Attributes

DF_Attribute_impl
 
CORBA::ORB_var _orb
 
PortableServer::POA_var myPOA
 
int myRefCounter
 

Constructor & Destructor Documentation

◆ SALOMEDS_AttributeTableOfString_i()

SALOMEDS_AttributeTableOfString_i::SALOMEDS_AttributeTableOfString_i ( SALOMEDSImpl_AttributeTableOfString theAttr,
CORBA::ORB_ptr  orb 
)

◆ ~SALOMEDS_AttributeTableOfString_i()

SALOMEDS_AttributeTableOfString_i::~SALOMEDS_AttributeTableOfString_i ( )

Member Function Documentation

◆ _default_POA()

PortableServer::POA_ptr SALOMEDS_GenericAttribute_i::_default_POA ( )
virtualinherited

Get default POA for the servant object.

This function is implicitly called from "_this()" function. Default POA can be set via the constructor.

Returns
reference to the default POA for the servant

Reimplemented from SALOME::GenericObj_i.

References SALOMEDS_Study_i::GetThePOA(), and SALOME::GenericObj_i::myPOA.

◆ AddColumn()

void SALOMEDS_AttributeTableOfString_i::AddColumn ( const SALOMEDS::StringSeq theData)
virtual

◆ AddRow()

void SALOMEDS_AttributeTableOfString_i::AddRow ( const SALOMEDS::StringSeq theData)
virtual

◆ CheckLocked()

void SALOMEDS_GenericAttribute_i::CheckLocked ( )
inherited

References SALOMEDS_GenericAttribute_i::_impl, SALOMEDS_GenericAttribute_i::_orb, SALOMEDSImpl_GenericAttribute::Impl_CheckLocked(), and SALOMEDS::lock().

Referenced by SALOMEDS_AttributeSequenceOfReal_i::Add(), SALOMEDS_AttributeSequenceOfInteger_i::Add(), SALOMEDS_AttributeTableOfReal_i::AddColumn(), SALOMEDS_AttributeTableOfInteger_i::AddColumn(), AddColumn(), SALOMEDS_AttributeTableOfReal_i::AddRow(), SALOMEDS_AttributeTableOfInteger_i::AddRow(), AddRow(), SALOMEDS_AttributeTreeNode_i::Append(), SALOMEDS_AttributeSequenceOfReal_i::Assign(), SALOMEDS_AttributeSequenceOfInteger_i::Assign(), SALOMEDS_AttributeSequenceOfReal_i::ChangeValue(), SALOMEDS_AttributeSequenceOfInteger_i::ChangeValue(), SALOMEDS_AttributeTableOfInteger_i::GetColumnTitle(), SALOMEDS_AttributeTableOfReal_i::GetColumnTitle(), GetColumnTitle(), SALOMEDS_AttributeTableOfInteger_i::GetRowTitle(), SALOMEDS_AttributeTableOfReal_i::GetRowTitle(), GetRowTitle(), SALOMEDS_AttributeTableOfInteger_i::GetRowUnit(), SALOMEDS_AttributeTableOfReal_i::GetRowUnit(), GetRowUnit(), SALOMEDS_AttributeTreeNode_i::InsertAfter(), SALOMEDS_AttributeTreeNode_i::InsertBefore(), SALOMEDS_AttributeTreeNode_i::Prepend(), PutValue(), SALOMEDS_AttributeTableOfReal_i::PutValue(), SALOMEDS_AttributeTableOfInteger_i::PutValue(), SALOMEDS_AttributeTreeNode_i::Remove(), SALOMEDS_AttributeSequenceOfInteger_i::Remove(), SALOMEDS_AttributeSequenceOfReal_i::Remove(), SALOMEDS_AttributeParameter_i::RemoveID(), SALOMEDS_AttributeParameter_i::SetBool(), SALOMEDS_AttributeTableOfReal_i::SetColumn(), SALOMEDS_AttributeTableOfInteger_i::SetColumn(), SetColumn(), SALOMEDS_AttributeTableOfInteger_i::SetColumnTitle(), SALOMEDS_AttributeTableOfReal_i::SetColumnTitle(), SetColumnTitle(), SALOMEDS_AttributeTableOfInteger_i::SetColumnTitles(), SALOMEDS_AttributeTableOfReal_i::SetColumnTitles(), SetColumnTitles(), SALOMEDS_AttributeStudyProperties_i::SetComment(), SALOMEDS_AttributeStudyProperties_i::SetCreationDate(), SALOMEDS_AttributeStudyProperties_i::SetCreationMode(), SALOMEDS_AttributeDrawable_i::SetDrawable(), SALOMEDS_AttributeExpandable_i::SetExpandable(), SALOMEDS_AttributeTreeNode_i::SetFather(), SALOMEDS_AttributeTreeNode_i::SetFirst(), SALOMEDS_AttributeParameter_i::SetIntArray(), SALOMEDS_AttributeStudyProperties_i::SetModification(), SALOMEDS_AttributeTreeNode_i::SetNext(), SALOMEDS_AttributePythonObject_i::SetObject(), SALOMEDS_AttributePixMap_i::SetPixMap(), SALOMEDS_AttributeTreeNode_i::SetPrevious(), SALOMEDS_AttributeParameter_i::SetReal(), SALOMEDS_AttributeParameter_i::SetRealArray(), SALOMEDS_AttributeTableOfReal_i::SetRow(), SALOMEDS_AttributeTableOfInteger_i::SetRow(), SetRow(), SALOMEDS_AttributeTableOfInteger_i::SetRowTitle(), SALOMEDS_AttributeTableOfReal_i::SetRowTitle(), SetRowTitle(), SALOMEDS_AttributeTableOfInteger_i::SetRowTitles(), SALOMEDS_AttributeTableOfReal_i::SetRowTitles(), SetRowTitles(), SALOMEDS_AttributeTableOfInteger_i::SetRowUnit(), SALOMEDS_AttributeTableOfReal_i::SetRowUnit(), SetRowUnit(), SALOMEDS_AttributeTableOfInteger_i::SetRowUnits(), SALOMEDS_AttributeTableOfReal_i::SetRowUnits(), SetRowUnits(), SALOMEDS_AttributeParameter_i::SetStrArray(), SALOMEDS_AttributeParameter_i::SetString(), SALOMEDS_AttributeTextColor_i::SetTextColor(), SALOMEDS_AttributeTextHighlightColor_i::SetTextHighlightColor(), SALOMEDS_AttributeTreeNode_i::SetTreeID(), SALOMEDS_AttributeStudyProperties_i::SetUnits(), SALOMEDS_AttributeStudyProperties_i::SetUserName(), SALOMEDS_AttributeComment_i::SetValue(), SALOMEDS_AttributeExternalFileDef_i::SetValue(), SALOMEDS_AttributeFileType_i::SetValue(), SALOMEDS_AttributeIOR_i::SetValue(), SALOMEDS_AttributeName_i::SetValue(), SALOMEDS_AttributePersistentRef_i::SetValue(), SALOMEDS_AttributeString_i::SetValue(), SALOMEDS_AttributeUserID_i::SetValue(), SALOMEDS_AttributeReal_i::SetValue(), SALOMEDS_AttributeInteger_i::SetValue(), SALOMEDS_AttributeLocalID_i::SetValue(), SALOMEDS_AttributeTableOfInteger_i::SortByColumn(), SALOMEDS_AttributeTableOfReal_i::SortByColumn(), SortByColumn(), SALOMEDS_AttributeTableOfInteger_i::SortByRow(), SALOMEDS_AttributeTableOfReal_i::SortByRow(), SortByRow(), SALOMEDS_AttributeTableOfInteger_i::SortColumn(), SALOMEDS_AttributeTableOfReal_i::SortColumn(), SortColumn(), SALOMEDS_AttributeTableOfInteger_i::SortRow(), SALOMEDS_AttributeTableOfReal_i::SortRow(), SortRow(), SALOMEDS_AttributeTableOfInteger_i::SwapCells(), SALOMEDS_AttributeTableOfReal_i::SwapCells(), SwapCells(), SALOMEDS_AttributeTableOfInteger_i::SwapColumns(), SALOMEDS_AttributeTableOfReal_i::SwapColumns(), SwapColumns(), SALOMEDS_AttributeTableOfInteger_i::SwapRows(), SALOMEDS_AttributeTableOfReal_i::SwapRows(), SwapRows(), and UNEXPECT_CATCH().

◆ CreateAttribute()

SALOMEDS::GenericAttribute_ptr SALOMEDS_GenericAttribute_i::CreateAttribute ( DF_Attribute theAttr,
CORBA::ORB_ptr  theOrb 
)
staticinherited

◆ Destroy()

void SALOME::GenericObj_i::Destroy ( )
virtualinherited

Decrement reference counter.

Deprecated:
Use UnRegister() instead.

References MESSAGE, and SALOME::GenericObj_i::UnRegister().

◆ GetClassType()

char * SALOMEDS_GenericAttribute_i::GetClassType ( )
inherited

◆ GetColumn()

SALOMEDS::StringSeq * SALOMEDS_AttributeTableOfString_i::GetColumn ( CORBA::Long  theColumn)
virtual

◆ GetColumnTitle()

◆ GetColumnTitles()

◆ GetImpl()

virtual DF_Attribute* SALOMEDS_GenericAttribute_i::GetImpl ( )
virtualinherited

◆ GetLocalImpl()

CORBA::LongLong SALOMEDS_GenericAttribute_i::GetLocalImpl ( const char *  theHostname,
CORBA::Long  thePID,
CORBA::Boolean &  isLocal 
)
virtualinherited

◆ GetNbColumns()

CORBA::Long SALOMEDS_AttributeTableOfString_i::GetNbColumns ( )
virtual

◆ GetNbRows()

CORBA::Long SALOMEDS_AttributeTableOfString_i::GetNbRows ( )
virtual

◆ GetRow()

SALOMEDS::StringSeq * SALOMEDS_AttributeTableOfString_i::GetRow ( CORBA::Long  theRow)
virtual

◆ GetRowSetIndices()

SALOMEDS::LongSeq * SALOMEDS_AttributeTableOfString_i::GetRowSetIndices ( CORBA::Long  theRow)
virtual

◆ GetRowTitle()

◆ GetRowTitles()

◆ GetRowUnit()

◆ GetRowUnits()

◆ GetSObject()

◆ GetTitle()

char * SALOMEDS_AttributeTableOfString_i::GetTitle ( )
virtual

◆ GetValue()

char * SALOMEDS_AttributeTableOfString_i::GetValue ( CORBA::Long  theRow,
CORBA::Long  theColumn 
)
virtual

◆ HasValue()

CORBA::Boolean SALOMEDS_AttributeTableOfString_i::HasValue ( CORBA::Long  theRow,
CORBA::Long  theColumn 
)
virtual

◆ PutValue()

void SALOMEDS_AttributeTableOfString_i::PutValue ( const char *  theValue,
CORBA::Long  theRow,
CORBA::Long  theColumn 
)
virtual

◆ ReadFromFile()

bool SALOMEDS_AttributeTableOfString_i::ReadFromFile ( const SALOMEDS::TMPFile theStream)
virtual

◆ Register()

void SALOME::GenericObj_i::Register ( )
virtualinherited

Increment reference counter.

References IS_OBJ_IN_QUESTION, MESSAGE, and SALOME::GenericObj_i::myRefCounter.

◆ RemoveValue()

void SALOMEDS_AttributeTableOfString_i::RemoveValue ( CORBA::Long  theRow,
CORBA::Long  theColumn 
)
virtual

◆ SaveToFile()

SALOMEDS::TMPFile * SALOMEDS_AttributeTableOfString_i::SaveToFile ( )
virtual

◆ SetColumn()

void SALOMEDS_AttributeTableOfString_i::SetColumn ( CORBA::Long  theColumn,
const SALOMEDS::StringSeq theData 
)
virtual

◆ SetColumnTitle()

void SALOMEDS_AttributeTableOfString_i::SetColumnTitle ( CORBA::Long  theIndex,
const char *  theTitle 
)
virtual

◆ SetColumnTitles()

◆ SetNbColumns()

void SALOMEDS_AttributeTableOfString_i::SetNbColumns ( CORBA::Long  theNbColumns)
virtual

◆ SetRow()

void SALOMEDS_AttributeTableOfString_i::SetRow ( CORBA::Long  theRow,
const SALOMEDS::StringSeq theData 
)
virtual

◆ SetRowTitle()

void SALOMEDS_AttributeTableOfString_i::SetRowTitle ( CORBA::Long  theIndex,
const char *  theTitle 
)
virtual

◆ SetRowTitles()

◆ SetRowUnit()

void SALOMEDS_AttributeTableOfString_i::SetRowUnit ( CORBA::Long  theIndex,
const char *  theUnit 
)
virtual

◆ SetRowUnits()

◆ SetTitle()

SALOMEDS::AttributeTable::IncorrectArgumentLength void SALOMEDS_AttributeTableOfString_i::SetTitle ( const char *  theTitle)
virtual

◆ SortByColumn()

SALOMEDS::LongSeq * SALOMEDS_AttributeTableOfString_i::SortByColumn ( CORBA::Long  theColumn,
SALOMEDS::AttributeTable::SortOrder  sortOrder,
SALOMEDS::AttributeTable::SortPolicy  sortPolicy 
)
virtual

◆ SortByRow()

SALOMEDS::LongSeq * SALOMEDS_AttributeTableOfString_i::SortByRow ( CORBA::Long  theRow,
SALOMEDS::AttributeTable::SortOrder  sortOrder,
SALOMEDS::AttributeTable::SortPolicy  sortPolicy 
)
virtual

◆ SortColumn()

SALOMEDS::LongSeq * SALOMEDS_AttributeTableOfString_i::SortColumn ( CORBA::Long  theColumn,
SALOMEDS::AttributeTable::SortOrder  sortOrder,
SALOMEDS::AttributeTable::SortPolicy  sortPolicy 
)
virtual

◆ SortRow()

SALOMEDS::LongSeq * SALOMEDS_AttributeTableOfString_i::SortRow ( CORBA::Long  theRow,
SALOMEDS::AttributeTable::SortOrder  sortOrder,
SALOMEDS::AttributeTable::SortPolicy  sortPolicy 
)
virtual

◆ SwapCells()

void SALOMEDS_AttributeTableOfString_i::SwapCells ( CORBA::Long  theRow1,
CORBA::Long  theColumn1,
CORBA::Long  theRow2,
CORBA::Long  theColumn2 
)
virtual

◆ SwapColumns()

void SALOMEDS_AttributeTableOfString_i::SwapColumns ( CORBA::Long  theColumn1,
CORBA::Long  theColumn2 
)
virtual

◆ SwapRows()

void SALOMEDS_AttributeTableOfString_i::SwapRows ( CORBA::Long  theRow1,
CORBA::Long  theRow2 
)
virtual

◆ Type()

char * SALOMEDS_GenericAttribute_i::Type ( )
virtualinherited

◆ UnRegister()

void SALOME::GenericObj_i::UnRegister ( )
virtualinherited

Decrement reference counter.

As soon as reference counter goes to zero, the object is automatically deactivated.

References IS_OBJ_IN_QUESTION, MESSAGE, SALOME::GenericObj_i::myPOA, and SALOME::GenericObj_i::myRefCounter.

Referenced by SALOME::GenericObj_i::Destroy(), and SALOME_PyNode.Generic::Destroy().

Field Documentation

◆ _impl

DF_Attribute* SALOMEDS_GenericAttribute_i::_impl
protectedinherited

Referenced by SALOMEDS_AttributeSequenceOfReal_i::Add(), SALOMEDS_AttributeSequenceOfInteger_i::Add(), SALOMEDS_AttributeTarget_i::Add(), SALOMEDS_AttributeTableOfReal_i::AddColumn(), SALOMEDS_AttributeTableOfInteger_i::AddColumn(), AddColumn(), SALOMEDS_AttributeTableOfReal_i::AddRow(), SALOMEDS_AttributeTableOfInteger_i::AddRow(), AddRow(), SALOMEDS_AttributeTreeNode_i::Append(), SALOMEDS_AttributeSequenceOfReal_i::Assign(), SALOMEDS_AttributeSequenceOfInteger_i::Assign(), SALOMEDS_AttributeSequenceOfReal_i::ChangeValue(), SALOMEDS_AttributeSequenceOfInteger_i::ChangeValue(), SALOMEDS_GenericAttribute_i::CheckLocked(), SALOMEDS_AttributeParameter_i::Clear(), SALOMEDS_AttributeSequenceOfInteger_i::CorbaSequence(), SALOMEDS_AttributeSequenceOfReal_i::CorbaSequence(), SALOMEDS_AttributeTreeNode_i::Depth(), SALOMEDS_AttributeTarget_i::Get(), SALOMEDS_AttributeFlags_i::Get(), SALOMEDS_AttributeParameter_i::GetBool(), SALOMEDS_GenericAttribute_i::GetClassType(), SALOMEDS_AttributeTableOfInteger_i::GetColumn(), SALOMEDS_AttributeTableOfReal_i::GetColumn(), GetColumn(), SALOMEDS_AttributeTableOfInteger_i::GetColumnTitle(), SALOMEDS_AttributeTableOfReal_i::GetColumnTitle(), GetColumnTitle(), SALOMEDS_AttributeTableOfInteger_i::GetColumnTitles(), SALOMEDS_AttributeTableOfReal_i::GetColumnTitles(), GetColumnTitles(), SALOMEDS_AttributeStudyProperties_i::GetComment(), SALOMEDS_AttributeStudyProperties_i::GetComponentVersion(), SALOMEDS_AttributeStudyProperties_i::GetComponentVersions(), SALOMEDS_AttributeStudyProperties_i::GetCreationDate(), SALOMEDS_AttributeStudyProperties_i::GetCreationMode(), SALOMEDS_AttributeParameter_i::GetFather(), SALOMEDS_AttributeTreeNode_i::GetFather(), SALOMEDS_AttributeTreeNode_i::GetFirst(), SALOMEDS_AttributeFlags_i::GetFlags(), SALOMEDS_AttributeParameter_i::GetIDs(), SALOMEDS_AttributeParameter_i::GetInt(), SALOMEDS_AttributeParameter_i::GetIntArray(), SALOMEDS_GenericAttribute_i::GetLocalImpl(), SALOMEDS_AttributeStudyProperties_i::GetModificationsList(), SALOMEDS_AttributeStudyProperties_i::GetModified(), SALOMEDS_AttributeTableOfInteger_i::GetNbColumns(), SALOMEDS_AttributeTableOfReal_i::GetNbColumns(), GetNbColumns(), SALOMEDS_AttributeTableOfInteger_i::GetNbRows(), SALOMEDS_AttributeTableOfReal_i::GetNbRows(), GetNbRows(), SALOMEDS_AttributeTreeNode_i::GetNext(), SALOMEDS_AttributePythonObject_i::GetObject(), SALOMEDS_AttributePixMap_i::GetPixMap(), SALOMEDS_AttributeTreeNode_i::GetPrevious(), SALOMEDS_AttributeParameter_i::GetReal(), SALOMEDS_AttributeParameter_i::GetRealArray(), SALOMEDS_AttributeTableOfInteger_i::GetRow(), SALOMEDS_AttributeTableOfReal_i::GetRow(), GetRow(), SALOMEDS_AttributeTableOfInteger_i::GetRowSetIndices(), SALOMEDS_AttributeTableOfReal_i::GetRowSetIndices(), GetRowSetIndices(), SALOMEDS_AttributeTableOfInteger_i::GetRowTitle(), SALOMEDS_AttributeTableOfReal_i::GetRowTitle(), GetRowTitle(), SALOMEDS_AttributeTableOfInteger_i::GetRowTitles(), SALOMEDS_AttributeTableOfReal_i::GetRowTitles(), GetRowTitles(), SALOMEDS_AttributeTableOfInteger_i::GetRowUnit(), SALOMEDS_AttributeTableOfReal_i::GetRowUnit(), GetRowUnit(), SALOMEDS_AttributeTableOfInteger_i::GetRowUnits(), SALOMEDS_AttributeTableOfReal_i::GetRowUnits(), GetRowUnits(), SALOMEDS_GenericAttribute_i::GetSObject(), SALOMEDS_AttributeStudyProperties_i::GetStoredComponents(), SALOMEDS_AttributeParameter_i::GetStrArray(), SALOMEDS_AttributeParameter_i::GetString(), SALOMEDS_AttributeTableOfInteger_i::GetTitle(), SALOMEDS_AttributeTableOfReal_i::GetTitle(), GetTitle(), SALOMEDS_AttributeTreeNode_i::GetTreeID(), SALOMEDS_AttributeStudyProperties_i::GetUnits(), SALOMEDS_AttributeStudyProperties_i::GetUserName(), SALOMEDS_AttributeTableOfInteger_i::GetValue(), SALOMEDS_AttributeTableOfReal_i::GetValue(), GetValue(), SALOMEDS_AttributeGraphic_i::GetVisibility(), SALOMEDS_AttributeParameter_i::HasFather(), SALOMEDS_AttributeTreeNode_i::HasFather(), SALOMEDS_AttributeTreeNode_i::HasFirst(), SALOMEDS_AttributeTreeNode_i::HasNext(), SALOMEDS_AttributePixMap_i::HasPixMap(), SALOMEDS_AttributeTreeNode_i::HasPrevious(), SALOMEDS_AttributeTableOfInteger_i::HasValue(), SALOMEDS_AttributeTableOfReal_i::HasValue(), HasValue(), SALOMEDS_AttributeTreeNode_i::InsertAfter(), SALOMEDS_AttributeTreeNode_i::InsertBefore(), SALOMEDS_AttributeTreeNode_i::IsChild(), SALOMEDS_AttributeTreeNode_i::IsDescendant(), SALOMEDS_AttributeDrawable_i::IsDrawable(), SALOMEDS_AttributeExpandable_i::IsExpandable(), SALOMEDS_AttributeTreeNode_i::IsFather(), SALOMEDS_AttributeStudyProperties_i::IsLocked(), SALOMEDS_AttributeStudyProperties_i::IsModified(), SALOMEDS_AttributeOpened_i::IsOpened(), SALOMEDS_AttributeParameter_i::IsRoot(), SALOMEDS_AttributeTreeNode_i::IsRoot(), SALOMEDS_AttributePythonObject_i::IsScript(), SALOMEDS_AttributeSelectable_i::IsSelectable(), SALOMEDS_AttributeParameter_i::IsSet(), SALOMEDS_AttributeTreeNode_i::Label(), SALOMEDS_AttributeSequenceOfInteger_i::Length(), SALOMEDS_AttributeSequenceOfReal_i::Length(), SALOMEDS_AttributeTreeNode_i::Prepend(), PutValue(), SALOMEDS_AttributeTableOfReal_i::PutValue(), SALOMEDS_AttributeTableOfInteger_i::PutValue(), SALOMEDS_AttributeTableOfInteger_i::ReadFromFile(), SALOMEDS_AttributeTableOfReal_i::ReadFromFile(), ReadFromFile(), SALOME_Embedded_NamingService.SALOME_Embedded_NamingService::Register(), SALOMEDS_AttributeTreeNode_i::Remove(), SALOMEDS_AttributeSequenceOfInteger_i::Remove(), SALOMEDS_AttributeSequenceOfReal_i::Remove(), SALOMEDS_AttributeTarget_i::Remove(), SALOMEDS_AttributeParameter_i::RemoveID(), SALOMEDS_AttributeTableOfInteger_i::RemoveValue(), SALOMEDS_AttributeTableOfReal_i::RemoveValue(), RemoveValue(), SALOME_Embedded_NamingService.SALOME_Embedded_NamingService::Resolve(), SALOMEDS_AttributeTableOfInteger_i::SaveToFile(), SALOMEDS_AttributeTableOfReal_i::SaveToFile(), SaveToFile(), SALOMEDS_AttributeFlags_i::Set(), SALOMEDS_AttributeParameter_i::SetBool(), SALOMEDS_AttributeTableOfReal_i::SetColumn(), SALOMEDS_AttributeTableOfInteger_i::SetColumn(), SetColumn(), SALOMEDS_AttributeTableOfInteger_i::SetColumnTitle(), SALOMEDS_AttributeTableOfReal_i::SetColumnTitle(), SetColumnTitle(), SALOMEDS_AttributeTableOfInteger_i::SetColumnTitles(), SALOMEDS_AttributeTableOfReal_i::SetColumnTitles(), SetColumnTitles(), SALOMEDS_AttributeStudyProperties_i::SetComment(), SALOMEDS_AttributeStudyProperties_i::SetCreationDate(), SALOMEDS_AttributeStudyProperties_i::SetCreationMode(), SALOMEDS_AttributeDrawable_i::SetDrawable(), SALOMEDS_AttributeExpandable_i::SetExpandable(), SALOMEDS_AttributeTreeNode_i::SetFather(), SALOMEDS_AttributeTreeNode_i::SetFirst(), SALOMEDS_AttributeFlags_i::SetFlags(), SALOMEDS_AttributeParameter_i::SetIntArray(), SALOMEDS_AttributeStudyProperties_i::SetLocked(), SALOMEDS_AttributeStudyProperties_i::SetModification(), SALOMEDS_AttributeStudyProperties_i::SetModified(), SALOMEDS_AttributeTableOfInteger_i::SetNbColumns(), SALOMEDS_AttributeTableOfReal_i::SetNbColumns(), SetNbColumns(), SALOMEDS_AttributeTreeNode_i::SetNext(), SALOMEDS_AttributePythonObject_i::SetObject(), SALOMEDS_AttributeOpened_i::SetOpened(), SALOMEDS_AttributePixMap_i::SetPixMap(), SALOMEDS_AttributeTreeNode_i::SetPrevious(), SALOMEDS_AttributeParameter_i::SetReal(), SALOMEDS_AttributeParameter_i::SetRealArray(), SALOMEDS_AttributeTableOfReal_i::SetRow(), SALOMEDS_AttributeTableOfInteger_i::SetRow(), SetRow(), SALOMEDS_AttributeTableOfInteger_i::SetRowTitle(), SALOMEDS_AttributeTableOfReal_i::SetRowTitle(), SetRowTitle(), SALOMEDS_AttributeTableOfInteger_i::SetRowTitles(), SALOMEDS_AttributeTableOfReal_i::SetRowTitles(), SetRowTitles(), SALOMEDS_AttributeTableOfInteger_i::SetRowUnit(), SALOMEDS_AttributeTableOfReal_i::SetRowUnit(), SetRowUnit(), SALOMEDS_AttributeTableOfInteger_i::SetRowUnits(), SALOMEDS_AttributeTableOfReal_i::SetRowUnits(), SetRowUnits(), SALOMEDS_AttributeSelectable_i::SetSelectable(), SALOMEDS_AttributeParameter_i::SetStrArray(), SALOMEDS_AttributeParameter_i::SetString(), SALOMEDS_AttributeTextColor_i::SetTextColor(), SALOMEDS_AttributeTextHighlightColor_i::SetTextHighlightColor(), SALOMEDS_AttributeTreeNode_i::SetTreeID(), SALOMEDS_AttributeStudyProperties_i::SetUnits(), SALOMEDS_AttributeStudyProperties_i::SetUserName(), SALOMEDS_AttributeComment_i::SetValue(), SALOMEDS_AttributeExternalFileDef_i::SetValue(), SALOMEDS_AttributeFileType_i::SetValue(), SALOMEDS_AttributeIOR_i::SetValue(), SALOMEDS_AttributeName_i::SetValue(), SALOMEDS_AttributePersistentRef_i::SetValue(), SALOMEDS_AttributeString_i::SetValue(), SALOMEDS_AttributeUserID_i::SetValue(), SALOMEDS_AttributeReal_i::SetValue(), SALOMEDS_AttributeInteger_i::SetValue(), SALOMEDS_AttributeLocalID_i::SetValue(), SALOMEDS_AttributeGraphic_i::SetVisibility(), SALOMEDS_AttributeTableOfInteger_i::SortByColumn(), SALOMEDS_AttributeTableOfReal_i::SortByColumn(), SortByColumn(), SALOMEDS_AttributeTableOfInteger_i::SortByRow(), SALOMEDS_AttributeTableOfReal_i::SortByRow(), SortByRow(), SALOMEDS_AttributeTableOfInteger_i::SortColumn(), SALOMEDS_AttributeTableOfReal_i::SortColumn(), SortColumn(), SALOMEDS_AttributeTableOfInteger_i::SortRow(), SALOMEDS_AttributeTableOfReal_i::SortRow(), SortRow(), SALOMEDS_AttributeTableOfInteger_i::SwapCells(), SALOMEDS_AttributeTableOfReal_i::SwapCells(), SwapCells(), SALOMEDS_AttributeTableOfInteger_i::SwapColumns(), SALOMEDS_AttributeTableOfReal_i::SwapColumns(), SwapColumns(), SALOMEDS_AttributeTableOfInteger_i::SwapRows(), SALOMEDS_AttributeTableOfReal_i::SwapRows(), SwapRows(), SALOMEDS_AttributeTextColor_i::TextColor(), SALOMEDS_AttributeTextHighlightColor_i::TextHighlightColor(), SALOMEDS_GenericAttribute_i::Type(), UNEXPECT_CATCH(), SALOMEDS_AttributeComment_i::Value(), SALOMEDS_AttributeExternalFileDef_i::Value(), SALOMEDS_AttributeFileType_i::Value(), SALOMEDS_AttributeInteger_i::Value(), SALOMEDS_AttributeIOR_i::Value(), SALOMEDS_AttributeLocalID_i::Value(), SALOMEDS_AttributeName_i::Value(), SALOMEDS_AttributePersistentRef_i::Value(), SALOMEDS_AttributeReal_i::Value(), SALOMEDS_AttributeString_i::Value(), SALOMEDS_AttributeUserID_i::Value(), SALOMEDS_AttributeSequenceOfInteger_i::Value(), and SALOMEDS_AttributeSequenceOfReal_i::Value().

◆ _orb

◆ myPOA

◆ myRefCounter

int SALOME::GenericObj_i::myRefCounter
protectedinherited