split line(old) and wall(new)

added new walling
started working on windows
This commit is contained in:
k-a-z-u
2018-07-25 16:20:34 +02:00
parent 4938987063
commit 8017241c6e
14 changed files with 703 additions and 122 deletions

View File

@@ -70,7 +70,8 @@ SOURCES += \
mapview/2D/MV2DElementStair.cpp \
mapview/2D/MV2DElementElevator.cpp \
mapview/2D/MV2DElementFloorObstacleCircle.cpp \
mapview/3D/floorplan/FloorplanRendererModel.cpp
mapview/3D/floorplan/FloorplanRendererModel.cpp \
mapview/2D/MV2DElementFloorObstacleWall.cpp
HEADERS += MainWindow.h \
@@ -204,7 +205,10 @@ HEADERS += MainWindow.h \
mapview/model/MMFloorObstacleObject.h \
mapview/3D/MV3DElementFloorObstacleObject.h \
mapview/2D/tools/ToolNewObject.h \
mapview/2D/tools/ToolNewPillar.h
mapview/2D/tools/ToolNewPillar.h \
mapview/model/MMFloorObstacleWall.h \
mapview/2D/MV2DElementFloorObstacleWall.h \
mapview/2D/tools/ToolNewLine.h
FORMS += MainWindow.ui