OpenLexocad
28.0
Slab.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
OpenLxApp/Element.h
>
4
5
#include <memory>
6
7
FORWARD_DECL
(App, Slab)
8
9
namespace
OpenLxApp
10
{
18
class
LX_OPENLXAPP_EXPORT
Slab
:
public
Element
19
{
20
PROXY_HEADER
(
Slab
, App::Slab, IFCSLAB)
21
22
public
:
23
enum class
SlabTypeEnum
24
{
25
FLOOR,
// Display name Floor
26
ROOF,
// Display name Roof
27
LANDING,
28
BASESLAB,
29
USERDEFINED,
// Display name Slab
30
NOTDEFINED
31
};
32
33
void
setPredefinedType
(
SlabTypeEnum
aType);
34
SlabTypeEnum
getPredefinedType
()
const
;
35
36
virtual
~Slab
(
void
);
37
38
39
protected
:
40
Slab
() {}
41
};
42
43
}
// namespace OpenLxApp
OpenLxApp
Definition:
ActiveScript.h:10
Element.h
OpenLxApp::Slab::setPredefinedType
void setPredefinedType(SlabTypeEnum aType)
FORWARD_DECL
#define FORWARD_DECL(x, y)
Definition:
Globals.h:93
OpenLxApp::Element
An element is a generalization of all components that make up an AEC product. Those elements can be l...
Definition:
Element.h:30
OpenLxApp::Slab::getPredefinedType
SlabTypeEnum getPredefinedType() const
OpenLxApp::Slab
A slab is a component of the construction that normally encloses a space vertically....
Definition:
Slab.h:19
OpenLxApp::Slab::Slab
Slab()
Definition:
Slab.h:40
OpenLxApp::Slab::SlabTypeEnum
SlabTypeEnum
Definition:
Slab.h:24
OpenLxApp::Slab::~Slab
virtual ~Slab(void)
PROXY_HEADER
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition:
Globals.h:146
lexocad
OpenLxApp
include
OpenLxApp
Slab.h
Generated by
1.8.18