27 #ifndef SALOMEDS_AttributeStudyProperties_HeaderFile
28 #define SALOMEDS_AttributeStudyProperties_HeaderFile
38 #include <SALOMEconfig.h>
39 #include CORBA_SERVER_HEADER(SALOMEDS)
40 #include CORBA_SERVER_HEADER(SALOMEDS_Attributes)
54 virtual void SetUserName(
const std::string& theName);
56 virtual void SetCreationDate(
int theMinute,
int theHour,
int theDay,
int theMonth,
int theYear);
57 virtual bool GetCreationDate(
int& theMinute,
int& theHour,
int& theDay,
int& theMonth,
int& theYear);
72 std::vector<int>& theMinutes,
73 std::vector<int>& theHours,
74 std::vector<int>& theDays,
75 std::vector<int>& theMonths,
76 std::vector<int>& theYears,
79 virtual void SetUnits(
const std::string& theUnits);
82 virtual void SetComment(
const std::string& theComment);
#define Standard_EXPORT
Definition: DF_definitions.hxx:53
Definition: SALOMEDSClient_AttributeStudyProperties.hxx:36
virtual void SetModification(const std::string &theName, int theMinute, int theHour, int theDay, int theMonth, int theYear)=0
virtual std::vector< std::string > GetComponentVersions(const std::string &theComponent)=0
virtual bool IsModified()=0
virtual void SetModified(int theModified)=0
virtual int GetModified()=0
virtual bool GetCreationDate(int &theMinute, int &theHour, int &theDay, int &theMonth, int &theYear)=0
virtual std::string GetUserName()=0
virtual void SetCreationDate(int theMinute, int theHour, int theDay, int theMonth, int theYear)=0
virtual void SetCreationMode(const std::string &theMode)=0
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)=0
virtual bool IsLocked()=0
virtual std::string GetCreationMode()=0
virtual std::string GetComponentVersion(const std::string &theComponent)=0
virtual std::vector< std::string > GetStoredComponents()=0
virtual void SetComment(const std::string &theComment)=0
virtual std::string GetUnits()=0
virtual std::string GetComment()=0
virtual void SetUserName(const std::string &theName)=0
virtual void SetUnits(const std::string &theUnits)=0
virtual void SetLocked(bool theLocked)=0
Definition: SALOMEDSImpl_AttributeStudyProperties.hxx:39
Definition: SALOMEDS_AttributeStudyProperties.hxx:47
Definition: SALOMEDS_GenericAttribute.hxx:40