Version: 9.12.0
SALOMEDS_AttributeParameter_i Class Reference

Class: SALOMEDS_AttributeParameter Description : AttributeParameter is a universal container of basic types. More...

#include <SALOMEDS_AttributeParameter_i.hxx>

Inheritance diagram for SALOMEDS_AttributeParameter_i:

Public Member Functions

 SALOMEDS_AttributeParameter_i (SALOMEDSImpl_AttributeParameter *theAttr, CORBA::ORB_ptr orb)
 
 ~SALOMEDS_AttributeParameter_i ()
 
virtual void SetInt (const char *theID, CORBA::Long theValue)
 
virtual CORBA::Long GetInt (const char *theID)
 Function : GetInt Purpose : Returns a int value associated with the given ID. More...
 
virtual void SetReal (const char *theID, CORBA::Double theValue)
 Function : SetReal Purpose : Associates a double value with the ID. More...
 
virtual CORBA::Double GetReal (const char *theID)
 Function : GetReal Purpose : Returns a double value associated with the given ID. More...
 
virtual void SetString (const char *theID, const char *theValue)
 Function : SetString Purpose : Associates a string with the ID. More...
 
virtual char * GetString (const char *theID)
 Function : GetString Purpose : Returns a string associated with the given ID. More...
 
virtual void SetBool (const char *theID, CORBA::Boolean theValue)
 Function : SetBool Purpose : Associates a bool value with the ID. More...
 
virtual CORBA::Boolean GetBool (const char *theID)
 Function : GetBool Purpose : Returns a bool value associated with the ID. More...
 
virtual void SetRealArray (const char *theID, const SALOMEDS::DoubleSeq &theArray)
 Function : SetRealArray Purpose : Associates an array of double values with the given ID. More...
 
virtual SALOMEDS::DoubleSeqGetRealArray (const char *theID)
 Function : GetRealArray Purpose : Returns an array of double values associated with the ID. More...
 
virtual void SetIntArray (const char *theID, const SALOMEDS::LongSeq &theArray)
 Function : SetIntArray Purpose : Associates an array of int values with the given ID. More...
 
virtual SALOMEDS::LongSeqGetIntArray (const char *theID)
 Function : GetIntArray Purpose : Returns an array of int values associated with the ID. More...
 
virtual void SetStrArray (const char *theID, const SALOMEDS::StringSeq &theArray)
 Function : SetStrArray Purpose : Associates an array of string values with the given ID. More...
 
virtual SALOMEDS::StringSeqGetStrArray (const char *theID)
 Function : GetStrArray Purpose : Returns an array of string values associated with the ID. More...
 
virtual CORBA::Boolean IsSet (const char *theID, CORBA::Long theType)
 Function : IsSet Purpose : Returns true if for the ID of given type was assigned
a value in the attribute. More...
 
virtual CORBA::Boolean RemoveID (const char *theID, CORBA::Long theType)
 Function : RemoveID Purpose : Removes a parameter with given ID. More...
 
virtual SALOMEDS::AttributeParameter_ptr GetFather ()
 Function : GetFather Purpose : Returns a father attribute for this attribute. More...
 
virtual CORBA::Boolean HasFather ()
 Function : HasFather Purpose : Returns True if the attribute has a father attribute. More...
 
virtual CORBA::Boolean IsRoot ()
 Function : IsRoot Purpose : Returns True is the attribute is highest in an hierarchy. More...
 
virtual void Clear ()
 Function : IsRoot Purpose : Clears the content of the attribute. More...
 
virtual SALOMEDS::StringSeqGetIDs (CORBA::Long theType)
 Function : GetIDs Purpose : Returns an array of all ID's of the given type. More...
 
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
 

Detailed Description

Class: SALOMEDS_AttributeParameter Description : AttributeParameter is a universal container of basic types.

Constructor & Destructor Documentation

◆ SALOMEDS_AttributeParameter_i()

SALOMEDS_AttributeParameter_i::SALOMEDS_AttributeParameter_i ( SALOMEDSImpl_AttributeParameter theAttr,
CORBA::ORB_ptr  orb 
)

Referenced by GetFather().

◆ ~SALOMEDS_AttributeParameter_i()

SALOMEDS_AttributeParameter_i::~SALOMEDS_AttributeParameter_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.

◆ 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(), SALOMEDS_AttributeTableOfString_i::AddColumn(), SALOMEDS_AttributeTableOfReal_i::AddRow(), SALOMEDS_AttributeTableOfInteger_i::AddRow(), SALOMEDS_AttributeTableOfString_i::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(), SALOMEDS_AttributeTableOfString_i::GetColumnTitle(), SALOMEDS_AttributeTableOfInteger_i::GetRowTitle(), SALOMEDS_AttributeTableOfReal_i::GetRowTitle(), SALOMEDS_AttributeTableOfString_i::GetRowTitle(), SALOMEDS_AttributeTableOfInteger_i::GetRowUnit(), SALOMEDS_AttributeTableOfReal_i::GetRowUnit(), SALOMEDS_AttributeTableOfString_i::GetRowUnit(), SALOMEDS_AttributeTreeNode_i::InsertAfter(), SALOMEDS_AttributeTreeNode_i::InsertBefore(), SALOMEDS_AttributeTreeNode_i::Prepend(), SALOMEDS_AttributeTableOfString_i::PutValue(), SALOMEDS_AttributeTableOfReal_i::PutValue(), SALOMEDS_AttributeTableOfInteger_i::PutValue(), SALOMEDS_AttributeTreeNode_i::Remove(), SALOMEDS_AttributeSequenceOfInteger_i::Remove(), SALOMEDS_AttributeSequenceOfReal_i::Remove(), RemoveID(), SetBool(), SALOMEDS_AttributeTableOfReal_i::SetColumn(), SALOMEDS_AttributeTableOfInteger_i::SetColumn(), SALOMEDS_AttributeTableOfString_i::SetColumn(), SALOMEDS_AttributeTableOfInteger_i::SetColumnTitle(), SALOMEDS_AttributeTableOfReal_i::SetColumnTitle(), SALOMEDS_AttributeTableOfString_i::SetColumnTitle(), SALOMEDS_AttributeTableOfInteger_i::SetColumnTitles(), SALOMEDS_AttributeTableOfReal_i::SetColumnTitles(), SALOMEDS_AttributeTableOfString_i::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(), SetIntArray(), SALOMEDS_AttributeStudyProperties_i::SetModification(), SALOMEDS_AttributeTreeNode_i::SetNext(), SALOMEDS_AttributePythonObject_i::SetObject(), SALOMEDS_AttributePixMap_i::SetPixMap(), SALOMEDS_AttributeTreeNode_i::SetPrevious(), SetReal(), SetRealArray(), SALOMEDS_AttributeTableOfReal_i::SetRow(), SALOMEDS_AttributeTableOfInteger_i::SetRow(), SALOMEDS_AttributeTableOfString_i::SetRow(), SALOMEDS_AttributeTableOfInteger_i::SetRowTitle(), SALOMEDS_AttributeTableOfReal_i::SetRowTitle(), SALOMEDS_AttributeTableOfString_i::SetRowTitle(), SALOMEDS_AttributeTableOfInteger_i::SetRowTitles(), SALOMEDS_AttributeTableOfReal_i::SetRowTitles(), SALOMEDS_AttributeTableOfString_i::SetRowTitles(), SALOMEDS_AttributeTableOfInteger_i::SetRowUnit(), SALOMEDS_AttributeTableOfReal_i::SetRowUnit(), SALOMEDS_AttributeTableOfString_i::SetRowUnit(), SALOMEDS_AttributeTableOfInteger_i::SetRowUnits(), SALOMEDS_AttributeTableOfReal_i::SetRowUnits(), SALOMEDS_AttributeTableOfString_i::SetRowUnits(), SetStrArray(), 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(), SALOMEDS_AttributeTableOfString_i::SortByColumn(), SALOMEDS_AttributeTableOfInteger_i::SortByRow(), SALOMEDS_AttributeTableOfReal_i::SortByRow(), SALOMEDS_AttributeTableOfString_i::SortByRow(), SALOMEDS_AttributeTableOfInteger_i::SortColumn(), SALOMEDS_AttributeTableOfReal_i::SortColumn(), SALOMEDS_AttributeTableOfString_i::SortColumn(), SALOMEDS_AttributeTableOfInteger_i::SortRow(), SALOMEDS_AttributeTableOfReal_i::SortRow(), SALOMEDS_AttributeTableOfString_i::SortRow(), SALOMEDS_AttributeTableOfInteger_i::SwapCells(), SALOMEDS_AttributeTableOfReal_i::SwapCells(), SALOMEDS_AttributeTableOfString_i::SwapCells(), SALOMEDS_AttributeTableOfInteger_i::SwapColumns(), SALOMEDS_AttributeTableOfReal_i::SwapColumns(), SALOMEDS_AttributeTableOfString_i::SwapColumns(), SALOMEDS_AttributeTableOfInteger_i::SwapRows(), SALOMEDS_AttributeTableOfReal_i::SwapRows(), SALOMEDS_AttributeTableOfString_i::SwapRows(), and UNEXPECT_CATCH().

◆ Clear()

void SALOMEDS_AttributeParameter_i::Clear ( )
virtual

Function : IsRoot Purpose : Clears the content of the attribute.

References SALOMEDS_GenericAttribute_i::_impl, and SALOMEDS::lock().

◆ 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().

◆ GetBool()

CORBA::Boolean SALOMEDS_AttributeParameter_i::GetBool ( const char *  theID)
virtual

Function : GetBool Purpose : Returns a bool value associated with the ID.

References SALOMEDS_GenericAttribute_i::_impl, and SALOMEDS::lock().

◆ GetClassType()

char * SALOMEDS_GenericAttribute_i::GetClassType ( )
inherited

◆ GetFather()

SALOMEDS::AttributeParameter_ptr SALOMEDS_AttributeParameter_i::GetFather ( )
virtual

Function : GetFather Purpose : Returns a father attribute for this attribute.

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

◆ GetIDs()

SALOMEDS::StringSeq * SALOMEDS_AttributeParameter_i::GetIDs ( CORBA::Long  theType)
virtual

Function : GetIDs Purpose : Returns an array of all ID's of the given type.

< TODO: conversion from size_t to int

References SALOMEDS_GenericAttribute_i::_impl, and SALOMEDS::lock().

◆ GetImpl()

virtual DF_Attribute* SALOMEDS_GenericAttribute_i::GetImpl ( )
virtualinherited

◆ GetInt()

CORBA::Long SALOMEDS_AttributeParameter_i::GetInt ( const char *  theID)
virtual

Function : GetInt Purpose : Returns a int value associated with the given ID.

References SALOMEDS_GenericAttribute_i::_impl, and SALOMEDS::lock().

◆ GetIntArray()

SALOMEDS::LongSeq * SALOMEDS_AttributeParameter_i::GetIntArray ( const char *  theID)
virtual

Function : GetIntArray Purpose : Returns an array of int values associated with the ID.

< TODO: conversion from size_t to int

References SALOMEDS_GenericAttribute_i::_impl, and SALOMEDS::lock().

◆ GetLocalImpl()

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

◆ GetReal()

CORBA::Double SALOMEDS_AttributeParameter_i::GetReal ( const char *  theID)
virtual

Function : GetReal Purpose : Returns a double value associated with the given ID.

References SALOMEDS_GenericAttribute_i::_impl, and SALOMEDS::lock().

◆ GetRealArray()

SALOMEDS::DoubleSeq * SALOMEDS_AttributeParameter_i::GetRealArray ( const char *  theID)
virtual

Function : GetRealArray Purpose : Returns an array of double values associated with the ID.

< TODO: conversion from size_t to int

References SALOMEDS_GenericAttribute_i::_impl, and SALOMEDS::lock().

◆ GetSObject()

◆ GetStrArray()

SALOMEDS::StringSeq * SALOMEDS_AttributeParameter_i::GetStrArray ( const char *  theID)
virtual

Function : GetStrArray Purpose : Returns an array of string values associated with the ID.

< TODO: conversion from size_t to int

References SALOMEDS_GenericAttribute_i::_impl, and SALOMEDS::lock().

◆ GetString()

char * SALOMEDS_AttributeParameter_i::GetString ( const char *  theID)
virtual

Function : GetString Purpose : Returns a string associated with the given ID.

References SALOMEDS_GenericAttribute_i::_impl, SALOMEDSImpl_AttributeParameter::GetString(), and SALOMEDS::lock().

◆ HasFather()

CORBA::Boolean SALOMEDS_AttributeParameter_i::HasFather ( )
virtual

Function : HasFather Purpose : Returns True if the attribute has a father attribute.

References SALOMEDS_GenericAttribute_i::_impl, and SALOMEDS::lock().

◆ IsRoot()

CORBA::Boolean SALOMEDS_AttributeParameter_i::IsRoot ( )
virtual

Function : IsRoot Purpose : Returns True is the attribute is highest in an hierarchy.

References SALOMEDS_GenericAttribute_i::_impl, and SALOMEDS::lock().

◆ IsSet()

CORBA::Boolean SALOMEDS_AttributeParameter_i::IsSet ( const char *  theID,
CORBA::Long  theType 
)
virtual

Function : IsSet Purpose : Returns true if for the ID of given type was assigned
a value in the attribute.

References SALOMEDS_GenericAttribute_i::_impl, and SALOMEDS::lock().

◆ Register()

void SALOME::GenericObj_i::Register ( )
virtualinherited

Increment reference counter.

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

◆ RemoveID()

CORBA::Boolean SALOMEDS_AttributeParameter_i::RemoveID ( const char *  theID,
CORBA::Long  theType 
)
virtual

Function : RemoveID Purpose : Removes a parameter with given ID.

References SALOMEDS_GenericAttribute_i::_impl, SALOMEDS_GenericAttribute_i::CheckLocked(), and SALOMEDS::lock().

◆ SetBool()

void SALOMEDS_AttributeParameter_i::SetBool ( const char *  theID,
CORBA::Boolean  theValue 
)
virtual

Function : SetBool Purpose : Associates a bool value with the ID.

References SALOMEDS_GenericAttribute_i::_impl, SALOMEDS_GenericAttribute_i::CheckLocked(), and SALOMEDS::lock().

◆ SetInt()

virtual void SALOMEDS_AttributeParameter_i::SetInt ( const char *  theID,
CORBA::Long  theValue 
)
virtual

Referenced by UNEXPECT_CATCH().

◆ SetIntArray()

void SALOMEDS_AttributeParameter_i::SetIntArray ( const char *  theID,
const SALOMEDS::LongSeq theArray 
)
virtual

Function : SetIntArray Purpose : Associates an array of int values with the given ID.

References SALOMEDS_GenericAttribute_i::_impl, SALOMEDS_GenericAttribute_i::CheckLocked(), and SALOMEDS::lock().

◆ SetReal()

void SALOMEDS_AttributeParameter_i::SetReal ( const char *  theID,
CORBA::Double  theValue 
)
virtual

Function : SetReal Purpose : Associates a double value with the ID.

References SALOMEDS_GenericAttribute_i::_impl, SALOMEDS_GenericAttribute_i::CheckLocked(), and SALOMEDS::lock().

◆ SetRealArray()

void SALOMEDS_AttributeParameter_i::SetRealArray ( const char *  theID,
const SALOMEDS::DoubleSeq theArray 
)
virtual

Function : SetRealArray Purpose : Associates an array of double values with the given ID.

References SALOMEDS_GenericAttribute_i::_impl, SALOMEDS_GenericAttribute_i::CheckLocked(), and SALOMEDS::lock().

◆ SetStrArray()

void SALOMEDS_AttributeParameter_i::SetStrArray ( const char *  theID,
const SALOMEDS::StringSeq theArray 
)
virtual

Function : SetStrArray Purpose : Associates an array of string values with the given ID.

References SALOMEDS_GenericAttribute_i::_impl, SALOMEDS_GenericAttribute_i::CheckLocked(), and SALOMEDS::lock().

◆ SetString()

void SALOMEDS_AttributeParameter_i::SetString ( const char *  theID,
const char *  theValue 
)
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(), SALOMEDS_AttributeTableOfString_i::AddColumn(), SALOMEDS_AttributeTableOfReal_i::AddRow(), SALOMEDS_AttributeTableOfInteger_i::AddRow(), SALOMEDS_AttributeTableOfString_i::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(), Clear(), SALOMEDS_AttributeSequenceOfInteger_i::CorbaSequence(), SALOMEDS_AttributeSequenceOfReal_i::CorbaSequence(), SALOMEDS_AttributeTreeNode_i::Depth(), SALOMEDS_AttributeTarget_i::Get(), SALOMEDS_AttributeFlags_i::Get(), GetBool(), SALOMEDS_GenericAttribute_i::GetClassType(), SALOMEDS_AttributeTableOfInteger_i::GetColumn(), SALOMEDS_AttributeTableOfReal_i::GetColumn(), SALOMEDS_AttributeTableOfString_i::GetColumn(), SALOMEDS_AttributeTableOfInteger_i::GetColumnTitle(), SALOMEDS_AttributeTableOfReal_i::GetColumnTitle(), SALOMEDS_AttributeTableOfString_i::GetColumnTitle(), SALOMEDS_AttributeTableOfInteger_i::GetColumnTitles(), SALOMEDS_AttributeTableOfReal_i::GetColumnTitles(), SALOMEDS_AttributeTableOfString_i::GetColumnTitles(), SALOMEDS_AttributeStudyProperties_i::GetComment(), SALOMEDS_AttributeStudyProperties_i::GetComponentVersion(), SALOMEDS_AttributeStudyProperties_i::GetComponentVersions(), SALOMEDS_AttributeStudyProperties_i::GetCreationDate(), SALOMEDS_AttributeStudyProperties_i::GetCreationMode(), GetFather(), SALOMEDS_AttributeTreeNode_i::GetFather(), SALOMEDS_AttributeTreeNode_i::GetFirst(), SALOMEDS_AttributeFlags_i::GetFlags(), GetIDs(), GetInt(), GetIntArray(), SALOMEDS_GenericAttribute_i::GetLocalImpl(), SALOMEDS_AttributeStudyProperties_i::GetModificationsList(), SALOMEDS_AttributeStudyProperties_i::GetModified(), SALOMEDS_AttributeTableOfInteger_i::GetNbColumns(), SALOMEDS_AttributeTableOfReal_i::GetNbColumns(), SALOMEDS_AttributeTableOfString_i::GetNbColumns(), SALOMEDS_AttributeTableOfInteger_i::GetNbRows(), SALOMEDS_AttributeTableOfReal_i::GetNbRows(), SALOMEDS_AttributeTableOfString_i::GetNbRows(), SALOMEDS_AttributeTreeNode_i::GetNext(), SALOMEDS_AttributePythonObject_i::GetObject(), SALOMEDS_AttributePixMap_i::GetPixMap(), SALOMEDS_AttributeTreeNode_i::GetPrevious(), GetReal(), GetRealArray(), SALOMEDS_AttributeTableOfInteger_i::GetRow(), SALOMEDS_AttributeTableOfReal_i::GetRow(), SALOMEDS_AttributeTableOfString_i::GetRow(), SALOMEDS_AttributeTableOfInteger_i::GetRowSetIndices(), SALOMEDS_AttributeTableOfReal_i::GetRowSetIndices(), SALOMEDS_AttributeTableOfString_i::GetRowSetIndices(), SALOMEDS_AttributeTableOfInteger_i::GetRowTitle(), SALOMEDS_AttributeTableOfReal_i::GetRowTitle(), SALOMEDS_AttributeTableOfString_i::GetRowTitle(), SALOMEDS_AttributeTableOfInteger_i::GetRowTitles(), SALOMEDS_AttributeTableOfReal_i::GetRowTitles(), SALOMEDS_AttributeTableOfString_i::GetRowTitles(), SALOMEDS_AttributeTableOfInteger_i::GetRowUnit(), SALOMEDS_AttributeTableOfReal_i::GetRowUnit(), SALOMEDS_AttributeTableOfString_i::GetRowUnit(), SALOMEDS_AttributeTableOfInteger_i::GetRowUnits(), SALOMEDS_AttributeTableOfReal_i::GetRowUnits(), SALOMEDS_AttributeTableOfString_i::GetRowUnits(), SALOMEDS_GenericAttribute_i::GetSObject(), SALOMEDS_AttributeStudyProperties_i::GetStoredComponents(), GetStrArray(), GetString(), SALOMEDS_AttributeTableOfInteger_i::GetTitle(), SALOMEDS_AttributeTableOfReal_i::GetTitle(), SALOMEDS_AttributeTableOfString_i::GetTitle(), SALOMEDS_AttributeTreeNode_i::GetTreeID(), SALOMEDS_AttributeStudyProperties_i::GetUnits(), SALOMEDS_AttributeStudyProperties_i::GetUserName(), SALOMEDS_AttributeTableOfInteger_i::GetValue(), SALOMEDS_AttributeTableOfReal_i::GetValue(), SALOMEDS_AttributeTableOfString_i::GetValue(), SALOMEDS_AttributeGraphic_i::GetVisibility(), 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(), SALOMEDS_AttributeTableOfString_i::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(), IsRoot(), SALOMEDS_AttributeTreeNode_i::IsRoot(), SALOMEDS_AttributePythonObject_i::IsScript(), SALOMEDS_AttributeSelectable_i::IsSelectable(), IsSet(), SALOMEDS_AttributeTreeNode_i::Label(), SALOMEDS_AttributeSequenceOfInteger_i::Length(), SALOMEDS_AttributeSequenceOfReal_i::Length(), SALOMEDS_AttributeTreeNode_i::Prepend(), SALOMEDS_AttributeTableOfString_i::PutValue(), SALOMEDS_AttributeTableOfReal_i::PutValue(), SALOMEDS_AttributeTableOfInteger_i::PutValue(), SALOMEDS_AttributeTableOfInteger_i::ReadFromFile(), SALOMEDS_AttributeTableOfReal_i::ReadFromFile(), SALOMEDS_AttributeTableOfString_i::ReadFromFile(), SALOME_Embedded_NamingService.SALOME_Embedded_NamingService::Register(), SALOMEDS_AttributeTreeNode_i::Remove(), SALOMEDS_AttributeSequenceOfInteger_i::Remove(), SALOMEDS_AttributeSequenceOfReal_i::Remove(), SALOMEDS_AttributeTarget_i::Remove(), RemoveID(), SALOMEDS_AttributeTableOfInteger_i::RemoveValue(), SALOMEDS_AttributeTableOfReal_i::RemoveValue(), SALOMEDS_AttributeTableOfString_i::RemoveValue(), SALOME_Embedded_NamingService.SALOME_Embedded_NamingService::Resolve(), SALOMEDS_AttributeTableOfInteger_i::SaveToFile(), SALOMEDS_AttributeTableOfReal_i::SaveToFile(), SALOMEDS_AttributeTableOfString_i::SaveToFile(), SALOMEDS_AttributeFlags_i::Set(), SetBool(), SALOMEDS_AttributeTableOfReal_i::SetColumn(), SALOMEDS_AttributeTableOfInteger_i::SetColumn(), SALOMEDS_AttributeTableOfString_i::SetColumn(), SALOMEDS_AttributeTableOfInteger_i::SetColumnTitle(), SALOMEDS_AttributeTableOfReal_i::SetColumnTitle(), SALOMEDS_AttributeTableOfString_i::SetColumnTitle(), SALOMEDS_AttributeTableOfInteger_i::SetColumnTitles(), SALOMEDS_AttributeTableOfReal_i::SetColumnTitles(), SALOMEDS_AttributeTableOfString_i::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(), SetIntArray(), SALOMEDS_AttributeStudyProperties_i::SetLocked(), SALOMEDS_AttributeStudyProperties_i::SetModification(), SALOMEDS_AttributeStudyProperties_i::SetModified(), SALOMEDS_AttributeTableOfInteger_i::SetNbColumns(), SALOMEDS_AttributeTableOfReal_i::SetNbColumns(), SALOMEDS_AttributeTableOfString_i::SetNbColumns(), SALOMEDS_AttributeTreeNode_i::SetNext(), SALOMEDS_AttributePythonObject_i::SetObject(), SALOMEDS_AttributeOpened_i::SetOpened(), SALOMEDS_AttributePixMap_i::SetPixMap(), SALOMEDS_AttributeTreeNode_i::SetPrevious(), SetReal(), SetRealArray(), SALOMEDS_AttributeTableOfReal_i::SetRow(), SALOMEDS_AttributeTableOfInteger_i::SetRow(), SALOMEDS_AttributeTableOfString_i::SetRow(), SALOMEDS_AttributeTableOfInteger_i::SetRowTitle(), SALOMEDS_AttributeTableOfReal_i::SetRowTitle(), SALOMEDS_AttributeTableOfString_i::SetRowTitle(), SALOMEDS_AttributeTableOfInteger_i::SetRowTitles(), SALOMEDS_AttributeTableOfReal_i::SetRowTitles(), SALOMEDS_AttributeTableOfString_i::SetRowTitles(), SALOMEDS_AttributeTableOfInteger_i::SetRowUnit(), SALOMEDS_AttributeTableOfReal_i::SetRowUnit(), SALOMEDS_AttributeTableOfString_i::SetRowUnit(), SALOMEDS_AttributeTableOfInteger_i::SetRowUnits(), SALOMEDS_AttributeTableOfReal_i::SetRowUnits(), SALOMEDS_AttributeTableOfString_i::SetRowUnits(), SALOMEDS_AttributeSelectable_i::SetSelectable(), SetStrArray(), 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(), SALOMEDS_AttributeTableOfString_i::SortByColumn(), SALOMEDS_AttributeTableOfInteger_i::SortByRow(), SALOMEDS_AttributeTableOfReal_i::SortByRow(), SALOMEDS_AttributeTableOfString_i::SortByRow(), SALOMEDS_AttributeTableOfInteger_i::SortColumn(), SALOMEDS_AttributeTableOfReal_i::SortColumn(), SALOMEDS_AttributeTableOfString_i::SortColumn(), SALOMEDS_AttributeTableOfInteger_i::SortRow(), SALOMEDS_AttributeTableOfReal_i::SortRow(), SALOMEDS_AttributeTableOfString_i::SortRow(), SALOMEDS_AttributeTableOfInteger_i::SwapCells(), SALOMEDS_AttributeTableOfReal_i::SwapCells(), SALOMEDS_AttributeTableOfString_i::SwapCells(), SALOMEDS_AttributeTableOfInteger_i::SwapColumns(), SALOMEDS_AttributeTableOfReal_i::SwapColumns(), SALOMEDS_AttributeTableOfString_i::SwapColumns(), SALOMEDS_AttributeTableOfInteger_i::SwapRows(), SALOMEDS_AttributeTableOfReal_i::SwapRows(), SALOMEDS_AttributeTableOfString_i::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