#include <SALOMEDSClient_AttributeParameter.hxx>
Public Member Functions | |
virtual void | SetInt (const std::string &theID, const int theValue)=0 |
virtual int | GetInt (const std::string &theID)=0 |
virtual void | SetReal (const std::string &theID, const double &theValue)=0 |
virtual double | GetReal (const std::string &theID)=0 |
virtual void | SetString (const std::string &theID, const std::string &theValue)=0 |
virtual std::string | GetString (const std::string &theID)=0 |
virtual void | SetBool (const std::string &theID, const bool &theValue)=0 |
virtual bool | GetBool (const std::string &theID)=0 |
virtual void | SetRealArray (const std::string &theID, const std::vector< double > &theArray)=0 |
virtual std::vector< double > | GetRealArray (const std::string &theID)=0 |
virtual void | SetIntArray (const std::string &theID, const std::vector< int > &theArray)=0 |
virtual std::vector< int > | GetIntArray (const std::string &theID)=0 |
virtual void | SetStrArray (const std::string &theID, const std::vector< std::string > &theArray)=0 |
virtual std::vector< std::string > | GetStrArray (const std::string &theID)=0 |
virtual bool | IsSet (const std::string &theID, const int theType)=0 |
virtual bool | RemoveID (const std::string &theID, const int theType)=0 |
virtual clt_shared_ptr < SALOMEDSClient_AttributeParameter > | GetFather ()=0 |
virtual bool | HasFather ()=0 |
virtual bool | IsRoot ()=0 |
virtual void | Clear ()=0 |
virtual std::vector< std::string > | GetIDs (const int theType)=0 |
virtual void | CheckLocked ()=0 |
virtual std::string | Type ()=0 |
virtual std::string | GetClassType ()=0 |
virtual clt_shared_ptr < SALOMEDSClient_SObject > | GetSObject ()=0 |
|
pure virtualinherited |
Implemented in SALOMEDS_GenericAttribute.
|
pure virtual |
Implemented in SALOMEDS_AttributeParameter.
|
pure virtual |
Implemented in SALOMEDS_AttributeParameter.
|
pure virtualinherited |
Implemented in SALOMEDS_GenericAttribute.
|
pure virtual |
|
pure virtual |
Implemented in SALOMEDS_AttributeParameter.
|
pure virtual |
Implemented in SALOMEDS_AttributeParameter.
|
pure virtual |
Implemented in SALOMEDS_AttributeParameter.
|
pure virtual |
Implemented in SALOMEDS_AttributeParameter.
|
pure virtual |
Implemented in SALOMEDS_AttributeParameter.
|
pure virtualinherited |
|
pure virtual |
Implemented in SALOMEDS_AttributeParameter.
|
pure virtual |
Implemented in SALOMEDS_AttributeParameter.
|
pure virtual |
Implemented in SALOMEDS_AttributeParameter.
|
pure virtual |
Implemented in SALOMEDS_AttributeParameter.
|
pure virtual |
Implemented in SALOMEDS_AttributeParameter.
|
pure virtual |
Implemented in SALOMEDS_AttributeParameter.
|
pure virtual |
Implemented in SALOMEDS_AttributeParameter.
|
pure virtual |
Implemented in SALOMEDS_AttributeParameter.
|
pure virtual |
Implemented in SALOMEDS_AttributeParameter.
|
pure virtual |
Implemented in SALOMEDS_AttributeParameter.
|
pure virtual |
Implemented in SALOMEDS_AttributeParameter.
|
pure virtual |
Implemented in SALOMEDS_AttributeParameter.
|
pure virtual |
Implemented in SALOMEDS_AttributeParameter.
|
pure virtualinherited |
Implemented in SALOMEDS_GenericAttribute.