OpenLexocad  28.0
Process.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <OpenLxApp/Object.h>
4 
5 FORWARD_DECL(App, Process)
6 
7 namespace OpenLxApp
8 {
9 class LX_OPENLXAPP_EXPORT Process : public Object
10 {
11 PROXY_HEADER(Process, App::Process, IFCTASK)
12 
13 public:
14  virtual ~Process() = default;
15 
16 protected:
17  Process() = default;
18 };
19 }
OpenLxApp
Definition: ActiveScript.h:10
OpenLxApp::Process::~Process
virtual ~Process()=default
FORWARD_DECL
#define FORWARD_DECL(x, y)
Definition: Globals.h:93
OpenLxApp::Process::Process
Process()=default
OpenLxApp::Process
Definition: Process.h:10
OpenLxApp::Object
An IfcObject is the generalization of any semantically treated thing or process. Objects are things a...
Definition: Object.h:47
Object.h
PROXY_HEADER
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:146