General KERNEL Documentation     End User KERNEL Services  


SALOMEDS_AttributeStudyProperties Class Reference

#include <SALOMEDS_AttributeStudyProperties.hxx>

Inheritance diagram for SALOMEDS_AttributeStudyProperties:

Inheritance graph
Collaboration diagram for SALOMEDS_AttributeStudyProperties:

Collaboration graph

Public Member Functions

 SALOMEDS_AttributeStudyProperties (const Handle(SALOMEDSImpl_AttributeStudyProperties)&theAttr)
 SALOMEDS_AttributeStudyProperties (SALOMEDS::AttributeStudyProperties_ptr theAttr)
 ~SALOMEDS_AttributeStudyProperties ()
virtual void SetUserName (const std::string &theName)
virtual std::string GetUserName ()
virtual void SetCreationDate (int theMinute, int theHour, int theDay, int theMonth, int theYear)
virtual bool GetCreationDate (int &theMinute, int &theHour, int &theDay, int &theMonth, int &theYear)
virtual void SetCreationMode (const std::string &theMode)
virtual std::string GetCreationMode ()
virtual void SetModified (int theModified)
virtual bool IsModified ()
virtual int GetModified ()
virtual void SetLocked (bool theLocked)
virtual bool IsLocked ()
virtual void SetModification (const std::string &theName, int theMinute, int theHour, int theDay, int theMonth, int theYear)
virtual void GetModificationsList (std::vector< std::string > &theNames, std::vector< int > &theMinutes, std::vector< int > &theHours, std::vector< int > &theDays, std::vector< int > &theMonths, std::vector< int > &theYears, bool theWithCreator)
void CheckLocked ()
std::string Type ()
std::string GetClassType ()
 _PTR (SObject) GetSObject()
virtual clt_shared_ptr< SALOMEDSClient_SObjectGetSObject ()=0

Static Public Member Functions

static SALOMEDS_GenericAttributeCreateAttribute (const Handle(SALOMEDSImpl_GenericAttribute)&theGA)
static SALOMEDS_GenericAttributeCreateAttribute (SALOMEDS::GenericAttribute_ptr theGA)

Protected Member Functions

 Handle (SALOMEDSImpl_GenericAttribute) _local_impl

Protected Attributes

bool _isLocal
SALOMEDS::GenericAttribute_var _corba_impl

Constructor & Destructor Documentation

SALOMEDS_AttributeStudyProperties::SALOMEDS_AttributeStudyProperties const Handle(SALOMEDSImpl_AttributeStudyProperties)&  theAttr  ) 
 

SALOMEDS_AttributeStudyProperties::SALOMEDS_AttributeStudyProperties SALOMEDS::AttributeStudyProperties_ptr  theAttr  ) 
 

SALOMEDS_AttributeStudyProperties::~SALOMEDS_AttributeStudyProperties  ) 
 


Member Function Documentation

void SALOMEDS_AttributeStudyProperties::SetUserName const std::string &  theName  )  [virtual]
 

Implements SALOMEDSClient_AttributeStudyProperties.

std::string SALOMEDS_AttributeStudyProperties::GetUserName  )  [virtual]
 

Implements SALOMEDSClient_AttributeStudyProperties.

void SALOMEDS_AttributeStudyProperties::SetCreationDate int  theMinute,
int  theHour,
int  theDay,
int  theMonth,
int  theYear
[virtual]
 

Implements SALOMEDSClient_AttributeStudyProperties.

bool SALOMEDS_AttributeStudyProperties::GetCreationDate int &  theMinute,
int &  theHour,
int &  theDay,
int &  theMonth,
int &  theYear
[virtual]
 

Implements SALOMEDSClient_AttributeStudyProperties.

void SALOMEDS_AttributeStudyProperties::SetCreationMode const std::string &  theMode  )  [virtual]
 

Implements SALOMEDSClient_AttributeStudyProperties.

std::string SALOMEDS_AttributeStudyProperties::GetCreationMode  )  [virtual]
 

Implements SALOMEDSClient_AttributeStudyProperties.

void SALOMEDS_AttributeStudyProperties::SetModified int  theModified  )  [virtual]
 

Implements SALOMEDSClient_AttributeStudyProperties.

bool SALOMEDS_AttributeStudyProperties::IsModified  )  [virtual]
 

Implements SALOMEDSClient_AttributeStudyProperties.

int SALOMEDS_AttributeStudyProperties::GetModified  )  [virtual]
 

Implements SALOMEDSClient_AttributeStudyProperties.

void SALOMEDS_AttributeStudyProperties::SetLocked bool  theLocked  )  [virtual]
 

Implements SALOMEDSClient_AttributeStudyProperties.

bool SALOMEDS_AttributeStudyProperties::IsLocked  )  [virtual]
 

Implements SALOMEDSClient_AttributeStudyProperties.

void SALOMEDS_AttributeStudyProperties::SetModification const std::string &  theName,
int  theMinute,
int  theHour,
int  theDay,
int  theMonth,
int  theYear
[virtual]
 

Implements SALOMEDSClient_AttributeStudyProperties.

void SALOMEDS_AttributeStudyProperties::GetModificationsList std::vector< std::string > &  theNames,
std::vector< int > &  theMinutes,
std::vector< int > &  theHours,
std::vector< int > &  theDays,
std::vector< int > &  theMonths,
std::vector< int > &  theYears,
bool  theWithCreator
[virtual]
 

Implements SALOMEDSClient_AttributeStudyProperties.

SALOMEDS_GenericAttribute::Handle SALOMEDSImpl_GenericAttribute   )  [protected, inherited]
 

void SALOMEDS_GenericAttribute::CheckLocked  )  [virtual, inherited]
 

Implements SALOMEDSClient_GenericAttribute.

std::string SALOMEDS_GenericAttribute::Type  )  [virtual, inherited]
 

Implements SALOMEDSClient_GenericAttribute.

std::string SALOMEDS_GenericAttribute::GetClassType  )  [virtual, inherited]
 

Implements SALOMEDSClient_GenericAttribute.

SALOMEDS_GenericAttribute::_PTR SObject   )  [inherited]
 

SALOMEDS_GenericAttribute * SALOMEDS_GenericAttribute::CreateAttribute const Handle(SALOMEDSImpl_GenericAttribute)&  theGA  )  [static, inherited]
 

SALOMEDS_GenericAttribute * SALOMEDS_GenericAttribute::CreateAttribute SALOMEDS::GenericAttribute_ptr  theGA  )  [static, inherited]
 

virtual clt_shared_ptr<SALOMEDSClient_SObject > SALOMEDSClient_GenericAttribute::GetSObject  )  [pure virtual, inherited]
 


Field Documentation

bool SALOMEDS_GenericAttribute::_isLocal [protected, inherited]
 

SALOMEDS::GenericAttribute_var SALOMEDS_GenericAttribute::_corba_impl [protected, inherited]