#include <SALOMEDS_AttributeTableOfReal_i.hxx>
Public Member Functions | |
SALOMEDS_AttributeTableOfReal_i (SALOMEDSImpl_AttributeTableOfReal *theAttr, CORBA::ORB_ptr orb) | |
~SALOMEDS_AttributeTableOfReal_i () | |
virtual void | SetTitle (const char *theTitle) |
virtual char * | GetTitle () |
virtual void | SetRowTitle (CORBA::Long theIndex, const char *theTitle) throw (SALOMEDS::AttributeTable::IncorrectIndex) |
virtual char * | GetRowTitle (CORBA::Long theIndex) throw (SALOMEDS::AttributeTable::IncorrectIndex) |
virtual void | SetRowTitles (const SALOMEDS::StringSeq &theTitles) throw (SALOMEDS::AttributeTable::IncorrectArgumentLength) |
virtual SALOMEDS::StringSeq * | GetRowTitles () |
virtual void | SetColumnTitle (CORBA::Long theIndex, const char *theTitle) throw (SALOMEDS::AttributeTable::IncorrectIndex) |
virtual char * | GetColumnTitle (CORBA::Long theIndex) throw (SALOMEDS::AttributeTable::IncorrectIndex) |
virtual void | SetColumnTitles (const SALOMEDS::StringSeq &theTitles) throw (SALOMEDS::AttributeTable::IncorrectArgumentLength) |
virtual SALOMEDS::StringSeq * | GetColumnTitles () |
virtual void | SetRowUnit (CORBA::Long theIndex, const char *theUnit) throw (SALOMEDS::AttributeTable::IncorrectIndex) |
virtual char * | GetRowUnit (CORBA::Long theIndex) throw (SALOMEDS::AttributeTable::IncorrectIndex) |
virtual void | SetRowUnits (const SALOMEDS::StringSeq &theUnits) throw (SALOMEDS::AttributeTable::IncorrectArgumentLength) |
virtual SALOMEDS::StringSeq * | GetRowUnits () |
virtual CORBA::Long | GetNbRows () |
virtual CORBA::Long | GetNbColumns () |
virtual void | AddRow (const SALOMEDS::DoubleSeq &theData) throw (SALOMEDS::AttributeTable::IncorrectArgumentLength) |
virtual void | SetRow (CORBA::Long theRow, const SALOMEDS::DoubleSeq &theData) throw (SALOMEDS::AttributeTable::IncorrectArgumentLength, SALOMEDS::AttributeTable::IncorrectIndex) |
virtual SALOMEDS::DoubleSeq * | GetRow (CORBA::Long theRow) throw (SALOMEDS::AttributeTable::IncorrectIndex) |
virtual void | AddColumn (const SALOMEDS::DoubleSeq &theData) throw (SALOMEDS::AttributeTable::IncorrectArgumentLength) |
virtual void | SetColumn (CORBA::Long theColumn, const SALOMEDS::DoubleSeq &theData) throw (SALOMEDS::AttributeTable::IncorrectArgumentLength, SALOMEDS::AttributeTable::IncorrectIndex) |
virtual SALOMEDS::DoubleSeq * | GetColumn (CORBA::Long theColumn) throw (SALOMEDS::AttributeTable::IncorrectIndex) |
virtual void | PutValue (CORBA::Double theValue, CORBA::Long theRow, CORBA::Long theColumn) throw (SALOMEDS::AttributeTable::IncorrectIndex) |
virtual CORBA::Boolean | HasValue (CORBA::Long theRow, CORBA::Long theColumn) |
virtual CORBA::Double | 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::LongSeq * | GetRowSetIndices (CORBA::Long theRow) |
virtual void | SetNbColumns (CORBA::Long theNbColumns) |
virtual SALOMEDS::LongSeq * | SortRow (CORBA::Long theRow, SALOMEDS::AttributeTable::SortOrder sortOrder, SALOMEDS::AttributeTable::SortPolicy sortPolicy) throw (SALOMEDS::AttributeTable::IncorrectIndex) |
virtual SALOMEDS::LongSeq * | SortColumn (CORBA::Long theColumn, SALOMEDS::AttributeTable::SortOrder sortOrder, SALOMEDS::AttributeTable::SortPolicy sortPolicy) throw (SALOMEDS::AttributeTable::IncorrectIndex) |
virtual SALOMEDS::LongSeq * | SortByRow (CORBA::Long theRow, SALOMEDS::AttributeTable::SortOrder sortOrder, SALOMEDS::AttributeTable::SortPolicy sortPolicy) throw (SALOMEDS::AttributeTable::IncorrectIndex) |
virtual SALOMEDS::LongSeq * | SortByColumn (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::TMPFile * | SaveToFile () |
void | CheckLocked () throw (SALOMEDS::GenericAttribute::LockProtection) |
virtual char * | Type () |
char * | GetClassType () |
SALOMEDS::SObject_ptr | GetSObject () |
virtual DF_Attribute * | GetImpl () |
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 |
SALOMEDS_AttributeTableOfReal_i::SALOMEDS_AttributeTableOfReal_i | ( | SALOMEDSImpl_AttributeTableOfReal * | theAttr, |
CORBA::ORB_ptr | orb | ||
) |
SALOMEDS_AttributeTableOfReal_i::~SALOMEDS_AttributeTableOfReal_i | ( | ) |
|
virtualinherited |
Get default POA for the servant object.
This function is implicitly called from "_this()" function. Default POA can be set via the constructor.
References SALOME::GenericObj_i::myPOA.
|
virtual |
|
virtual |
|
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_AttributeTableOfInteger_i::SetTitle(), SALOMEDS_AttributeTableOfString_i::SetTitle(), SALOMEDS_AttributeTreeNode_i::SetTreeID(), SALOMEDS_AttributeStudyProperties_i::SetUnits(), SALOMEDS_AttributeStudyProperties_i::SetUserName(), SALOMEDS_AttributePersistentRef_i::SetValue(), SALOMEDS_AttributeFileType_i::SetValue(), SALOMEDS_AttributeIOR_i::SetValue(), SALOMEDS_AttributeUserID_i::SetValue(), SALOMEDS_AttributeComment_i::SetValue(), SALOMEDS_AttributeString_i::SetValue(), SALOMEDS_AttributeReal_i::SetValue(), SALOMEDS_AttributeExternalFileDef_i::SetValue(), SALOMEDS_AttributeInteger_i::SetValue(), SALOMEDS_AttributeName_i::SetValue(), and SALOMEDS_AttributeLocalID_i::SetValue().
|
staticinherited |
|
virtualinherited |
Decrement reference counter.
References MESSAGE, and SALOME::GenericObj_i::UnRegister().
|
inherited |
|
virtual |
|
virtual |
|
virtual |
|
virtualinherited |
|
virtualinherited |
References SALOMEDS_GenericAttribute_i::_impl, and Kernel_Utils::GetHostname().
|
virtual |
References SALOMEDS_GenericAttribute_i::_impl, and SALOMEDS::lock().
|
virtual |
References SALOMEDS_GenericAttribute_i::_impl, and SALOMEDS::lock().
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
inherited |
|
virtual |
|
virtual |
|
virtual |
References SALOMEDS_GenericAttribute_i::_impl, and SALOMEDS::lock().
|
virtual |
References SALOMEDS::lock(), and SALOMEDSImpl_AttributeTableOfReal::PutValue().
|
virtual |
|
virtualinherited |
Increment reference counter.
References IS_OBJ_IN_QUESTION, MESSAGE, MYDEBUG, and SALOME::GenericObj_i::myRefCounter.
|
virtual |
|
virtual |
|
virtual |
References SALOMEDS::lock(), and SALOMEDSImpl_AttributeTableOfReal::SetColumnData().
|
virtual |
|
virtual |
|
virtual |
|
virtual |
References SALOMEDS::lock(), and SALOMEDSImpl_AttributeTableOfReal::SetRowData().
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtualinherited |
|
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().
|
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(), SALOMEDS_AttributeTableOfInteger_i::GetColumnTitles(), 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(), SALOMEDS_AttributeTableOfInteger_i::GetNbColumns(), GetNbColumns(), SALOMEDS_AttributeTableOfString_i::GetNbColumns(), SALOMEDS_AttributeTableOfInteger_i::GetNbRows(), GetNbRows(), SALOMEDS_AttributeTableOfString_i::GetNbRows(), SALOMEDS_AttributeTreeNode_i::GetNext(), SALOMEDS_AttributePythonObject_i::GetObject(), SALOMEDS_AttributePixMap_i::GetPixMap(), SALOMEDS_AttributeTreeNode_i::GetPrevious(), SALOMEDS_AttributeTableOfInteger_i::GetRowSetIndices(), GetRowSetIndices(), SALOMEDS_AttributeTableOfString_i::GetRowSetIndices(), SALOMEDS_AttributeTableOfInteger_i::GetRowTitles(), GetRowTitles(), SALOMEDS_AttributeTableOfString_i::GetRowTitles(), SALOMEDS_AttributeTableOfInteger_i::GetRowUnits(), GetRowUnits(), SALOMEDS_AttributeTableOfString_i::GetRowUnits(), SALOMEDS_GenericAttribute_i::GetSObject(), SALOMEDS_AttributeStudyProperties_i::GetStoredComponents(), SALOMEDS_AttributeTableOfInteger_i::GetTitle(), 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(), SALOMEDS_AttributeTableOfInteger_i::HasValue(), 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(), SALOMEDS_AttributeTableOfInteger_i::ReadFromFile(), 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(), SALOMEDS_AttributeTableOfInteger_i::SaveToFile(), 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_AttributeTableOfInteger_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_AttributeTableOfInteger_i::SetTitle(), SALOMEDS_AttributeTableOfString_i::SetTitle(), SALOMEDS_AttributeTreeNode_i::SetTreeID(), SALOMEDS_AttributeStudyProperties_i::SetUnits(), SALOMEDS_AttributeStudyProperties_i::SetUserName(), SALOMEDS_AttributePersistentRef_i::SetValue(), SALOMEDS_AttributeIOR_i::SetValue(), SALOMEDS_AttributeFileType_i::SetValue(), SALOMEDS_AttributeReal_i::SetValue(), SALOMEDS_AttributeComment_i::SetValue(), SALOMEDS_AttributeExternalFileDef_i::SetValue(), SALOMEDS_AttributeUserID_i::SetValue(), SALOMEDS_AttributeString_i::SetValue(), SALOMEDS_AttributeName_i::SetValue(), SALOMEDS_AttributeInteger_i::SetValue(), SALOMEDS_AttributeLocalID_i::SetValue(), SALOMEDS_AttributeGraphic_i::SetVisibility(), SALOMEDS_AttributeTextColor_i::TextColor(), SALOMEDS_AttributeTextHighlightColor_i::TextHighlightColor(), SALOMEDS_GenericAttribute_i::Type(), SALOMEDS_AttributeIOR_i::Value(), SALOMEDS_AttributePersistentRef_i::Value(), SALOMEDS_AttributeFileType_i::Value(), SALOMEDS_AttributeString_i::Value(), SALOMEDS_AttributeExternalFileDef_i::Value(), SALOMEDS_AttributeReal_i::Value(), SALOMEDS_AttributeUserID_i::Value(), SALOMEDS_AttributeComment_i::Value(), SALOMEDS_AttributeName_i::Value(), SALOMEDS_AttributeInteger_i::Value(), SALOMEDS_AttributeLocalID_i::Value(), SALOMEDS_AttributeSequenceOfReal_i::Value(), and SALOMEDS_AttributeSequenceOfInteger_i::Value().
|
protectedinherited |
Referenced by SALOMEDS_GenericAttribute_i::CheckLocked(), SALOMEDS_AttributeTarget_i::Get(), SALOMEDS_AttributeTreeNode_i::GetFather(), SALOMEDS_AttributeParameter_i::GetFather(), SALOMEDS_AttributeTreeNode_i::GetFirst(), SALOMEDS_AttributeTreeNode_i::GetNext(), SALOMEDS_AttributeTreeNode_i::GetPrevious(), SALOMEDS_GenericAttribute_i::GetSObject(), and SALOMEDS_GenericAttribute_i::SALOMEDS_GenericAttribute_i().
|
protectedinherited |
|
protectedinherited |
Referenced by SALOME::GenericObj_i::Register(), and SALOME::GenericObj_i::UnRegister().