Version: 8.3.0
SALOMEDS_AttributeTableOfInteger_i Class Reference

#include <SALOMEDS_AttributeTableOfInteger_i.hxx>

Inheritance diagram for SALOMEDS_AttributeTableOfInteger_i:

Public Member Functions

 SALOMEDS_AttributeTableOfInteger_i (SALOMEDSImpl_AttributeTableOfInteger *theAttr, CORBA::ORB_ptr orb)
 
 ~SALOMEDS_AttributeTableOfInteger_i ()
 
virtual void SetTitle (const char *theTitle)
 
virtual charGetTitle ()
 
virtual void SetRowTitle (CORBA::Long theIndex, const char *theTitle) throw (SALOMEDS::AttributeTable::IncorrectIndex)
 
virtual charGetRowTitle (CORBA::Long theIndex) throw (SALOMEDS::AttributeTable::IncorrectIndex)
 
virtual void SetRowTitles (const SALOMEDS::StringSeq &theTitles) throw (SALOMEDS::AttributeTable::IncorrectArgumentLength)
 
virtual SALOMEDS::StringSeqGetRowTitles ()
 
virtual void SetColumnTitle (CORBA::Long theIndex, const char *theTitle) throw (SALOMEDS::AttributeTable::IncorrectIndex)
 
virtual charGetColumnTitle (CORBA::Long theIndex) throw (SALOMEDS::AttributeTable::IncorrectIndex)
 
virtual void SetColumnTitles (const SALOMEDS::StringSeq &theTitles) throw (SALOMEDS::AttributeTable::IncorrectArgumentLength)
 
virtual SALOMEDS::StringSeqGetColumnTitles ()
 
virtual void SetRowUnit (CORBA::Long theIndex, const char *theUnit) throw (SALOMEDS::AttributeTable::IncorrectIndex)
 
virtual charGetRowUnit (CORBA::Long theIndex) throw (SALOMEDS::AttributeTable::IncorrectIndex)
 
virtual void SetRowUnits (const SALOMEDS::StringSeq &theUnits) throw (SALOMEDS::AttributeTable::IncorrectArgumentLength)
 
virtual SALOMEDS::StringSeqGetRowUnits ()
 
virtual CORBA::Long GetNbRows ()
 
virtual CORBA::Long GetNbColumns ()
 
virtual void AddRow (const SALOMEDS::LongSeq &theData) throw (SALOMEDS::AttributeTable::IncorrectArgumentLength)
 
virtual void SetRow (CORBA::Long theRow, const SALOMEDS::LongSeq &theData) throw (SALOMEDS::AttributeTable::IncorrectArgumentLength, SALOMEDS::AttributeTable::IncorrectIndex)
 
virtual SALOMEDS::LongSeqGetRow (CORBA::Long theRow) throw (SALOMEDS::AttributeTable::IncorrectIndex)
 
virtual void AddColumn (const SALOMEDS::LongSeq &theData) throw (SALOMEDS::AttributeTable::IncorrectArgumentLength)
 
virtual void SetColumn (CORBA::Long theColumn, const SALOMEDS::LongSeq &theData) throw (SALOMEDS::AttributeTable::IncorrectArgumentLength, SALOMEDS::AttributeTable::IncorrectIndex)
 
virtual SALOMEDS::LongSeqGetColumn (CORBA::Long theColumn) throw (SALOMEDS::AttributeTable::IncorrectIndex)
 
virtual void PutValue (CORBA::Long theValue, CORBA::Long theRow, CORBA::Long theColumn) throw (SALOMEDS::AttributeTable::IncorrectIndex)
 
virtual CORBA::Boolean HasValue (CORBA::Long theRow, CORBA::Long theColumn)
 
virtual CORBA::Long GetValue (CORBA::Long theRow, CORBA::Long theColumn) throw (SALOMEDS::AttributeTable::IncorrectIndex)
 
virtual void RemoveValue (CORBA::Long theRow, CORBA::Long theColumn) throw (SALOMEDS::AttributeTable::IncorrectIndex)
 
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) throw (SALOMEDS::AttributeTable::IncorrectIndex)
 
virtual SALOMEDS::LongSeqSortColumn (CORBA::Long theColumn, SALOMEDS::AttributeTable::SortOrder sortOrder, SALOMEDS::AttributeTable::SortPolicy sortPolicy) throw (SALOMEDS::AttributeTable::IncorrectIndex)
 
virtual SALOMEDS::LongSeqSortByRow (CORBA::Long theRow, SALOMEDS::AttributeTable::SortOrder sortOrder, SALOMEDS::AttributeTable::SortPolicy sortPolicy) throw (SALOMEDS::AttributeTable::IncorrectIndex)
 
virtual SALOMEDS::LongSeqSortByColumn (CORBA::Long theColumn, SALOMEDS::AttributeTable::SortOrder sortOrder, SALOMEDS::AttributeTable::SortPolicy sortPolicy) throw (SALOMEDS::AttributeTable::IncorrectIndex)
 
virtual void SwapCells (CORBA::Long theRow1, CORBA::Long theColumn1, CORBA::Long theRow2, CORBA::Long theColumn2) throw (SALOMEDS::AttributeTable::IncorrectIndex)
 
virtual void SwapRows (CORBA::Long theRow1, CORBA::Long theRow2) throw (SALOMEDS::AttributeTable::IncorrectIndex)
 
virtual void SwapColumns (CORBA::Long theColumn1, CORBA::Long theColumn2) throw (SALOMEDS::AttributeTable::IncorrectIndex)
 
virtual bool ReadFromFile (const SALOMEDS::TMPFile &theStream)
 
virtual SALOMEDS::TMPFileSaveToFile ()
 
void CheckLocked () throw (SALOMEDS::GenericAttribute::LockProtection)
 
virtual charType ()
 
charGetClassType ()
 
SALOMEDS::SObject_ptr GetSObject ()
 
virtual DF_AttributeGetImpl ()
 
virtual CORBA::LongLong GetLocalImpl (const char *theHostname, CORBA::Long thePID, CORBA::Boolean &isLocal)
 
virtual PortableServer::POA_ptr _default_POA ()
 Get default POA for the servant object. More...
 
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_AttributeTableOfInteger_i::SALOMEDS_AttributeTableOfInteger_i ( SALOMEDSImpl_AttributeTableOfInteger theAttr,
CORBA::ORB_ptr  orb 
)
SALOMEDS_AttributeTableOfInteger_i::~SALOMEDS_AttributeTableOfInteger_i ( )

Member Function Documentation

PortableServer::POA_ptr SALOME::GenericObj_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

References SALOME::GenericObj_i::myPOA.

void SALOMEDS_GenericAttribute_i::CheckLocked ( ) throw (SALOMEDS::GenericAttribute::LockProtection)
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_AttributeTreeNode_i::Append(), SALOMEDS_AttributeSequenceOfReal_i::Assign(), SALOMEDS_AttributeSequenceOfInteger_i::Assign(), SALOMEDS_AttributeSequenceOfReal_i::ChangeValue(), SALOMEDS_AttributeSequenceOfInteger_i::ChangeValue(), SALOMEDS_AttributeTreeNode_i::InsertAfter(), SALOMEDS_AttributeTreeNode_i::InsertBefore(), SALOMEDS_AttributeTreeNode_i::Prepend(), SALOMEDS_AttributeSequenceOfReal_i::Remove(), SALOMEDS_AttributeSequenceOfInteger_i::Remove(), SALOMEDS_AttributeTreeNode_i::Remove(), SALOMEDS_AttributeParameter_i::RemoveID(), SALOMEDS_AttributeParameter_i::SetBool(), 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::SetInt(), 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_AttributeParameter_i::SetStrArray(), SALOMEDS_AttributeParameter_i::SetString(), SALOMEDS_AttributeTextColor_i::SetTextColor(), SALOMEDS_AttributeTextHighlightColor_i::SetTextHighlightColor(), SetTitle(), SALOMEDS_AttributeTableOfReal_i::SetTitle(), SALOMEDS_AttributeTableOfString_i::SetTitle(), SALOMEDS_AttributeTreeNode_i::SetTreeID(), SALOMEDS_AttributeStudyProperties_i::SetUnits(), SALOMEDS_AttributeStudyProperties_i::SetUserName(), SALOMEDS_AttributeFileType_i::SetValue(), SALOMEDS_AttributePersistentRef_i::SetValue(), SALOMEDS_AttributeIOR_i::SetValue(), SALOMEDS_AttributeString_i::SetValue(), SALOMEDS_AttributeUserID_i::SetValue(), SALOMEDS_AttributeExternalFileDef_i::SetValue(), SALOMEDS_AttributeReal_i::SetValue(), SALOMEDS_AttributeComment_i::SetValue(), SALOMEDS_AttributeName_i::SetValue(), SALOMEDS_AttributeLocalID_i::SetValue(), and SALOMEDS_AttributeInteger_i::SetValue().

SALOMEDS::GenericAttribute_ptr SALOMEDS_GenericAttribute_i::CreateAttribute ( DF_Attribute theAttr,
CORBA::ORB_ptr  theOrb 
)
staticinherited
void SALOME::GenericObj_i::Destroy ( )
virtualinherited

Decrement reference counter.

Deprecated:
Use UnRegister() instead.

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

char * SALOMEDS_GenericAttribute_i::GetClassType ( )
inherited
char * SALOMEDS_AttributeTableOfInteger_i::GetColumnTitle ( CORBA::Long  theIndex) throw (SALOMEDS::AttributeTable::IncorrectIndex)
virtual
virtual DF_Attribute* SALOMEDS_GenericAttribute_i::GetImpl ( )
virtualinherited
CORBA::LongLong SALOMEDS_GenericAttribute_i::GetLocalImpl ( const char theHostname,
CORBA::Long  thePID,
CORBA::Boolean &  isLocal 
)
virtualinherited
CORBA::Long SALOMEDS_AttributeTableOfInteger_i::GetNbColumns ( )
virtual
CORBA::Long SALOMEDS_AttributeTableOfInteger_i::GetNbRows ( )
virtual
char * SALOMEDS_AttributeTableOfInteger_i::GetRowTitle ( CORBA::Long  theIndex) throw (SALOMEDS::AttributeTable::IncorrectIndex)
virtual
char * SALOMEDS_AttributeTableOfInteger_i::GetRowUnit ( CORBA::Long  theIndex) throw (SALOMEDS::AttributeTable::IncorrectIndex)
virtual
char * SALOMEDS_AttributeTableOfInteger_i::GetTitle ( )
virtual
CORBA::Long SALOMEDS_AttributeTableOfInteger_i::GetValue ( CORBA::Long  theRow,
CORBA::Long  theColumn 
) throw (SALOMEDS::AttributeTable::IncorrectIndex)
virtual
CORBA::Boolean SALOMEDS_AttributeTableOfInteger_i::HasValue ( CORBA::Long  theRow,
CORBA::Long  theColumn 
)
virtual
void SALOMEDS_AttributeTableOfInteger_i::PutValue ( CORBA::Long  theValue,
CORBA::Long  theRow,
CORBA::Long  theColumn 
) throw (SALOMEDS::AttributeTable::IncorrectIndex)
virtual
bool SALOMEDS_AttributeTableOfInteger_i::ReadFromFile ( const SALOMEDS::TMPFile theStream)
virtual
void SALOME::GenericObj_i::Register ( )
virtualinherited

Increment reference counter.

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

void SALOMEDS_AttributeTableOfInteger_i::RemoveValue ( CORBA::Long  theRow,
CORBA::Long  theColumn 
) throw (SALOMEDS::AttributeTable::IncorrectIndex)
virtual
SALOMEDS::TMPFile * SALOMEDS_AttributeTableOfInteger_i::SaveToFile ( )
virtual
void SALOMEDS_AttributeTableOfInteger_i::SetColumn ( CORBA::Long  theColumn,
const SALOMEDS::LongSeq theData 
) throw (SALOMEDS::AttributeTable::IncorrectArgumentLength, SALOMEDS::AttributeTable::IncorrectIndex)
virtual
void SALOMEDS_AttributeTableOfInteger_i::SetColumnTitle ( CORBA::Long  theIndex,
const char theTitle 
) throw (SALOMEDS::AttributeTable::IncorrectIndex)
virtual
void SALOMEDS_AttributeTableOfInteger_i::SetNbColumns ( CORBA::Long  theNbColumns)
virtual
void SALOMEDS_AttributeTableOfInteger_i::SetRow ( CORBA::Long  theRow,
const SALOMEDS::LongSeq theData 
) throw (SALOMEDS::AttributeTable::IncorrectArgumentLength, SALOMEDS::AttributeTable::IncorrectIndex)
virtual
void SALOMEDS_AttributeTableOfInteger_i::SetRowTitle ( CORBA::Long  theIndex,
const char theTitle 
) throw (SALOMEDS::AttributeTable::IncorrectIndex)
virtual
void SALOMEDS_AttributeTableOfInteger_i::SetRowTitles ( const SALOMEDS::StringSeq theTitles) throw (SALOMEDS::AttributeTable::IncorrectArgumentLength)
virtual
void SALOMEDS_AttributeTableOfInteger_i::SetRowUnit ( CORBA::Long  theIndex,
const char theUnit 
) throw (SALOMEDS::AttributeTable::IncorrectIndex)
virtual
void SALOMEDS_AttributeTableOfInteger_i::SetTitle ( const char theTitle)
virtual
void SALOMEDS_AttributeTableOfInteger_i::SwapCells ( CORBA::Long  theRow1,
CORBA::Long  theColumn1,
CORBA::Long  theRow2,
CORBA::Long  theColumn2 
) throw (SALOMEDS::AttributeTable::IncorrectIndex)
virtual
void SALOMEDS_AttributeTableOfInteger_i::SwapColumns ( CORBA::Long  theColumn1,
CORBA::Long  theColumn2 
) throw (SALOMEDS::AttributeTable::IncorrectIndex)
virtual
void SALOMEDS_AttributeTableOfInteger_i::SwapRows ( CORBA::Long  theRow1,
CORBA::Long  theRow2 
) throw (SALOMEDS::AttributeTable::IncorrectIndex)
virtual
char * SALOMEDS_GenericAttribute_i::Type ( )
virtualinherited
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, MYDEBUG, SALOME::GenericObj_i::myPOA, and SALOME::GenericObj_i::myRefCounter.

Referenced by SALOME::GenericObj_i::Destroy().

Field Documentation

DF_Attribute* SALOMEDS_GenericAttribute_i::_impl
protectedinherited

Referenced by SALOMEDS_AttributeTarget_i::Add(), SALOMEDS_AttributeSequenceOfReal_i::Add(), SALOMEDS_AttributeSequenceOfInteger_i::Add(), 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_AttributeSequenceOfReal_i::CorbaSequence(), SALOMEDS_AttributeSequenceOfInteger_i::CorbaSequence(), SALOMEDS_AttributeTreeNode_i::Depth(), SALOMEDS_AttributeTarget_i::Get(), SALOMEDS_AttributeFlags_i::Get(), SALOMEDS_GenericAttribute_i::GetClassType(), 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(), SALOMEDS_AttributeTreeNode_i::GetFather(), SALOMEDS_AttributeParameter_i::GetFather(), SALOMEDS_AttributeTreeNode_i::GetFirst(), SALOMEDS_AttributeFlags_i::GetFlags(), SALOMEDS_AttributeParameter_i::GetIDs(), SALOMEDS_GenericAttribute_i::GetLocalImpl(), SALOMEDS_AttributeStudyProperties_i::GetModificationsList(), SALOMEDS_AttributeStudyProperties_i::GetModified(), GetNbColumns(), SALOMEDS_AttributeTableOfReal_i::GetNbColumns(), SALOMEDS_AttributeTableOfString_i::GetNbColumns(), 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(), GetRowSetIndices(), SALOMEDS_AttributeTableOfReal_i::GetRowSetIndices(), SALOMEDS_AttributeTableOfString_i::GetRowSetIndices(), GetRowTitles(), SALOMEDS_AttributeTableOfReal_i::GetRowTitles(), SALOMEDS_AttributeTableOfString_i::GetRowTitles(), GetRowUnits(), SALOMEDS_AttributeTableOfReal_i::GetRowUnits(), SALOMEDS_AttributeTableOfString_i::GetRowUnits(), SALOMEDS_GenericAttribute_i::GetSObject(), SALOMEDS_AttributeStudyProperties_i::GetStoredComponents(), GetTitle(), SALOMEDS_AttributeTableOfReal_i::GetTitle(), SALOMEDS_AttributeTableOfString_i::GetTitle(), SALOMEDS_AttributeTreeNode_i::GetTreeID(), SALOMEDS_AttributeStudyProperties_i::GetUnits(), SALOMEDS_AttributeStudyProperties_i::GetUserName(), SALOMEDS_AttributeGraphic_i::GetVisibility(), SALOMEDS_AttributeTreeNode_i::HasFather(), SALOMEDS_AttributeParameter_i::HasFather(), SALOMEDS_AttributeTreeNode_i::HasFirst(), SALOMEDS_AttributeTreeNode_i::HasNext(), SALOMEDS_AttributePixMap_i::HasPixMap(), SALOMEDS_AttributeTreeNode_i::HasPrevious(), 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(), SALOMEDS_AttributeTreeNode_i::IsRoot(), SALOMEDS_AttributeParameter_i::IsRoot(), SALOMEDS_AttributePythonObject_i::IsScript(), SALOMEDS_AttributeSelectable_i::IsSelectable(), SALOMEDS_AttributeParameter_i::IsSet(), SALOMEDS_AttributeTreeNode_i::Label(), SALOMEDS_AttributeSequenceOfReal_i::Length(), SALOMEDS_AttributeSequenceOfInteger_i::Length(), SALOMEDS_AttributeTreeNode_i::Prepend(), ReadFromFile(), SALOMEDS_AttributeTableOfReal_i::ReadFromFile(), SALOMEDS_AttributeTableOfString_i::ReadFromFile(), SALOMEDS_AttributeTarget_i::Remove(), SALOMEDS_AttributeSequenceOfReal_i::Remove(), SALOMEDS_AttributeSequenceOfInteger_i::Remove(), SALOMEDS_AttributeTreeNode_i::Remove(), SALOMEDS_AttributeParameter_i::RemoveID(), SALOMEDS_GenericAttribute_i::SALOMEDS_GenericAttribute_i(), SaveToFile(), SALOMEDS_AttributeTableOfReal_i::SaveToFile(), SALOMEDS_AttributeTableOfString_i::SaveToFile(), SALOMEDS_AttributeFlags_i::Set(), SALOMEDS_AttributeParameter_i::SetBool(), 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::SetInt(), SALOMEDS_AttributeParameter_i::SetIntArray(), SALOMEDS_AttributeStudyProperties_i::SetLocked(), SALOMEDS_AttributeStudyProperties_i::SetModification(), SALOMEDS_AttributeStudyProperties_i::SetModified(), 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(), SALOMEDS_AttributeParameter_i::SetReal(), SALOMEDS_AttributeParameter_i::SetRealArray(), SALOMEDS_AttributeSelectable_i::SetSelectable(), SALOMEDS_AttributeParameter_i::SetStrArray(), SALOMEDS_AttributeParameter_i::SetString(), SALOMEDS_AttributeTextColor_i::SetTextColor(), SALOMEDS_AttributeTextHighlightColor_i::SetTextHighlightColor(), SetTitle(), SALOMEDS_AttributeTableOfReal_i::SetTitle(), SALOMEDS_AttributeTableOfString_i::SetTitle(), SALOMEDS_AttributeTreeNode_i::SetTreeID(), SALOMEDS_AttributeStudyProperties_i::SetUnits(), SALOMEDS_AttributeStudyProperties_i::SetUserName(), SALOMEDS_AttributeIOR_i::SetValue(), SALOMEDS_AttributePersistentRef_i::SetValue(), SALOMEDS_AttributeFileType_i::SetValue(), SALOMEDS_AttributeExternalFileDef_i::SetValue(), SALOMEDS_AttributeUserID_i::SetValue(), SALOMEDS_AttributeString_i::SetValue(), SALOMEDS_AttributeComment_i::SetValue(), SALOMEDS_AttributeReal_i::SetValue(), SALOMEDS_AttributeLocalID_i::SetValue(), SALOMEDS_AttributeInteger_i::SetValue(), SALOMEDS_AttributeName_i::SetValue(), SALOMEDS_AttributeGraphic_i::SetVisibility(), SALOMEDS_AttributeTextColor_i::TextColor(), SALOMEDS_AttributeTextHighlightColor_i::TextHighlightColor(), SALOMEDS_GenericAttribute_i::Type(), SALOMEDS_AttributeFileType_i::Value(), SALOMEDS_AttributePersistentRef_i::Value(), SALOMEDS_AttributeIOR_i::Value(), SALOMEDS_AttributeComment_i::Value(), SALOMEDS_AttributeUserID_i::Value(), SALOMEDS_AttributeString_i::Value(), SALOMEDS_AttributeReal_i::Value(), SALOMEDS_AttributeExternalFileDef_i::Value(), SALOMEDS_AttributeLocalID_i::Value(), SALOMEDS_AttributeInteger_i::Value(), SALOMEDS_AttributeName_i::Value(), SALOMEDS_AttributeSequenceOfReal_i::Value(), and SALOMEDS_AttributeSequenceOfInteger_i::Value().

PortableServer::POA_var SALOME::GenericObj_i::myPOA
protectedinherited
int SALOME::GenericObj_i::myRefCounter
protectedinherited