CFx SDK Documentation  2020SP3
2/IfcEventAutoImpl.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2019, Open Design Alliance (the "Alliance").
3 // All rights reserved.
4 //
5 // This software and its documentation and related materials are owned by
6 // the Alliance. The software may only be incorporated into application
7 // programs owned by members of the Alliance, subject to a signed
8 // Membership Agreement and Supplemental Software License Agreement with the
9 // Alliance. The structure and organization of this software are the valuable
10 // trade secrets of the Alliance and its suppliers. The software is also
11 // protected by copyright law and international treaty provisions. Application
12 // programs incorporating this software must include the following statement
13 // with their copyright notices:
14 //
15 // This application incorporates Open Design Alliance software pursuant to a license
16 // agreement with Open Design Alliance.
17 // Open Design Alliance Copyright (C) 2002-2019 by Open Design Alliance.
18 // All rights reserved.
19 //
20 // By use of this software, its documentation or related materials, you
21 // acknowledge and accept the above terms.
23 
24 // This file is generated automatically.
25 
26 #ifndef _IFCEVENT_AUTO_IMPL_4x2_H
27 #define _IFCEVENT_AUTO_IMPL_4x2_H
28 
29 #include "IfcProcessAutoImpl.h"
30 
35 namespace OdIfc4x2 {
36 
38 {
39  //DOM-IGNORE-BEGIN
41  //DOM-IGNORE-END
42 
43 public:
44 
45 
46  //
47  // OdDAI early binding accessors
48  //
50  void setPredefinedType(IfcEventTypeEnum PredefinedType);
53  OdAnsiString getUserDefinedEventTriggerType() const;
54  void setUserDefinedEventTriggerType(OdAnsiString UserDefinedEventTriggerType);
56  void setEventOccurenceTime(OdDAIObjectId EventOccurenceTime);
57 
59  virtual OdResult inFields(OdDAI::OdSpfFilerBase* rdFiler);
60  virtual OdResult outFields(OdDAI::OdSpfFilerBase* wrFiler);
61  virtual bool isKindOf(OdIfcEntityType entityType) const;
62  virtual bool isInstanceOf(OdIfcEntityType entityType) const;
63  virtual OdDAI::Entity* getInstanceType() const;
64  virtual OdIfcEntityType type() const;
65  virtual OdAnsiString typeName() const;
66  virtual OdRxValue getAttr(const OdAnsiString &attrName) const;
67  virtual void unsetAttr(const OdAnsiString &explicitAttrName);
68  virtual bool testAttr(const OdAnsiString &explicitAttrName) const;
69  virtual bool putAttr(const OdAnsiString &explicitAttrName, const OdRxValue &val);
70  virtual OdRxValue getAttr(const OdIfcAttribute attrDef) const;
71  virtual void unsetAttr(const OdIfcAttribute explicitAttrDef);
72  virtual bool testAttr(const OdIfcAttribute explicitAttrDef) const;
73  virtual bool putAttr(const OdIfcAttribute explicitAttrDef, const OdRxValue &val);
74 
75 protected:
76  // Fields declaration:
79  OdAnsiString m_UserDefinedEventTriggerType; // optional
80  OdDAIObjectId m_EventOccurenceTime; // IfcEventTime // optional
81 };
82 
83 } // namespace
84 
85 #endif // _IFCEVENT_AUTO_IMPL_4x2_H
OdResult
OdResult
Definition: OdResult.h:29
OdIfc4x2::OdIfcEventAuto::m_PredefinedType
IfcEventTypeEnum m_PredefinedType
Definition: 2/IfcEventAutoImpl.h:77
OdIfc::OdIfcAttribute
OdIfcAttribute
Definition: IfcAttributesEnum.h:34
OdIfc4x2::OdIfcEventAuto::testAttr
virtual bool testAttr(const OdAnsiString &explicitAttrName) const
OdIfc4x2::OdIfcEventAuto::setPredefinedType
void setPredefinedType(IfcEventTypeEnum PredefinedType)
OdIfc4x2::OdIfcEventAuto::unsetAttr
virtual void unsetAttr(const OdIfcAttribute explicitAttrDef)
OdIfc4x2::OdIfcEventAuto
Definition: 2/IfcEventAutoImpl.h:38
OdDAIObjectId
Definition: daiObjectId.h:67
IfcProcessAutoImpl.h
OdIfc4x2::OdIfcEventAuto::getEventOccurenceTime
OdDAIObjectId getEventOccurenceTime() const
OdIfc4x2
Definition: Ifc4x2CollectionTypes.h:33
OdIfc4x2::OdIfcEventAuto::setEventTriggerType
void setEventTriggerType(IfcEventTriggerTypeEnum EventTriggerType)
OdIfc4x2::OdIfcEventAuto::getUserDefinedEventTriggerType
OdAnsiString getUserDefinedEventTriggerType() const
OdIfc4x2::OdIfcEventAuto::inFields
virtual OdResult inFields(OdDAI::OdSpfFilerBase *rdFiler)
IFC4X2_EXPORT
#define IFC4X2_EXPORT
Definition: IfcBuildOptions.h:52
OdIfc4x2::OdIfcEventAuto::getEventTriggerType
IfcEventTriggerTypeEnum getEventTriggerType() const
OdIfc4x2::OdIfcEventAuto::putAttr
virtual bool putAttr(const OdIfcAttribute explicitAttrDef, const OdRxValue &val)
OdIfc4x2::OdIfcEventAuto::OdIfcEventAuto
OdIfcEventAuto()
OdIfc4x2::OdIfcEventAuto::unsetAttr
virtual void unsetAttr(const OdAnsiString &explicitAttrName)
OdRxValue
Definition: RxValue.h:64
OdIfc4x2::OdIfcEventAuto::isInstanceOf
virtual bool isInstanceOf(OdIfcEntityType entityType) const
OdIfc4x2::OdIfcEventAuto::m_EventTriggerType
IfcEventTriggerTypeEnum m_EventTriggerType
Definition: 2/IfcEventAutoImpl.h:78
OD_EXP_DECLARE_MEMBERS
#define OD_EXP_DECLARE_MEMBERS(ClassName)
Definition: daiRTTI.h:95
OdIfc4x2::OdIfcEventAuto::getInstanceType
virtual OdDAI::Entity * getInstanceType() const
OdIfc4x2::OdIfcEventAuto::setUserDefinedEventTriggerType
void setUserDefinedEventTriggerType(OdAnsiString UserDefinedEventTriggerType)
OdIfc4x2::OdIfcEventAuto::setEventOccurenceTime
void setEventOccurenceTime(OdDAIObjectId EventOccurenceTime)
OdIfc4x2::OdIfcEventAuto::getAttr
virtual OdRxValue getAttr(const OdIfcAttribute attrDef) const
OdIfc4x2::OdIfcProcessAuto
Definition: Ifc4x2/IfcProcessAutoImpl.h:38
OdIfc4x2::OdIfcEventAuto::m_EventOccurenceTime
OdDAIObjectId m_EventOccurenceTime
Definition: 2/IfcEventAutoImpl.h:80
OdIfc4x2::OdIfcEventAuto::testAttr
virtual bool testAttr(const OdIfcAttribute explicitAttrDef) const
OdIfc4x2::OdIfcEventAuto::typeName
virtual OdAnsiString typeName() const
OdIfc4x2::OdIfcEventAuto::putAttr
virtual bool putAttr(const OdAnsiString &explicitAttrName, const OdRxValue &val)
OdIfc4x2::OdIfcEventAuto::getPredefinedType
IfcEventTypeEnum getPredefinedType() const
OdIfc4x2::IfcEventTriggerTypeEnum
Definition: Ifc4x2Enum.h:2778
OdIfc4x2::OdIfcEntityType
OdIfcEntityType
Definition: Ifc4x2EntityTypes.h:34
OdIfc4x2::OdIfcEventAuto::m_UserDefinedEventTriggerType
OdAnsiString m_UserDefinedEventTriggerType
Definition: 2/IfcEventAutoImpl.h:79
OdIfc4x2::OdIfcEventAuto::type
virtual OdIfcEntityType type() const
OdIfc4x2::IfcEventTypeEnum
Definition: Ifc4x2Enum.h:2806
OdIfc4x2::OdIfcEventAuto::isKindOf
virtual bool isKindOf(OdIfcEntityType entityType) const
OdIfc4x2::OdIfcEventAuto::getAttr
virtual OdRxValue getAttr(const OdAnsiString &attrName) const
OdIfc4x2::OdIfcEventAuto::outFields
virtual OdResult outFields(OdDAI::OdSpfFilerBase *wrFiler)