OpenLexocad  27.1
Object.h
Go to the documentation of this file.
1 #pragma once
2 
3 
5 #include <memory>
6 
7 FORWARD_DECL(App, Object)
8 
9 namespace OpenLxApp
10 {
46 class LX_OPENLXAPP_EXPORT Object : public ObjectDefinition
47 {
48  PROXY_HEADER_ABSTRACT(Object, App::Object, IFCOBJECT)
49 
50 public:
53 
55 
56 
59 
61 
62 
63 
64  virtual ~Object(void);
65 
66 protected:
67  Object();
68 };
69 
70 } // namespace OpenLxApp
An IfcObject is the generalization of any semantically treated thing or process. Objects are things a...
Definition: Object.h:46
#define PROXY_HEADER_ABSTRACT(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:137
Definition: ActiveScript.h:7
An ObjectDefinition is the generalization of any semantically treated thing or process,...
Definition: ObjectDefinition.h:29
#define FORWARD_DECL(x, y)
Definition: Globals.h:93