OpenLexocad  27.0
MaterialDefinition.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <OpenLxApp/DocObject.h>
5 
6 
12 FORWARD_DECL(App, MaterialDefinition)
13 
14 namespace OpenLxApp
15 {
16 class Document;
17 
18 
26 {
27  PROXY_HEADER_ABSTRACT(MaterialDefinition, App::MaterialDefinition, IFCMATERIALDEFINITION)
28 
29 public:
30  virtual ~MaterialDefinition(void);
31 
32 protected:
34 };
35 
36 } // namespace OpenLxApp
Super-class of all Materials.
Definition: MaterialDefinition.h:25
DocObject is the base class of all persistent objects. The DocObject belongs to exactly one Document.
Definition: DocObject.h:36
#define PROXY_HEADER_ABSTRACT(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:140
#define OPENLXAPP_EXPORT
Definition: OpenLxApp_defines.h:12
Definition: ActiveScript.h:9
#define FORWARD_DECL(x, y)
Definition: Globals.h:96
MaterialDefinition()
Definition: MaterialDefinition.h:33