OpenLexocad
28.0
Task.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
OpenLxApp/Process.h
>
4
5
FORWARD_DECL
(App, Task)
6
7
namespace
OpenLxApp
8
{
9
class
LX_OPENLXAPP_EXPORT
Task
:
public
Process
10
{
11
PROXY_HEADER
(
Task
, App::Task, IFCTASK)
12
13
public
:
14
virtual
~Task
() =
default
;
15
16
protected
:
17
Task
() =
default
;
18
};
19
}
OpenLxApp::Task
Definition:
Task.h:10
OpenLxApp
Definition:
ActiveScript.h:10
FORWARD_DECL
#define FORWARD_DECL(x, y)
Definition:
Globals.h:93
OpenLxApp::Task::~Task
virtual ~Task()=default
Process.h
OpenLxApp::Process
Definition:
Process.h:10
OpenLxApp::Task::Task
Task()=default
PROXY_HEADER
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition:
Globals.h:146
lexocad
OpenLxApp
include
OpenLxApp
Task.h
Generated by
1.8.18