added elevator support

This commit is contained in:
2016-09-10 15:13:49 +02:00
parent fa06320219
commit 674f79c150
13 changed files with 353 additions and 14 deletions

View File

@@ -122,7 +122,10 @@ HEADERS += MainWindow.h \
mapview/elements/HasMoveableNodes.h \
mapview/2D/MapView2D.h \
mapview/2D/Painter.h \
mapview/2D/Scaler.h
mapview/2D/Scaler.h \
mapview/2D/MV2DElementElevator.h \
mapview/model/MMFloorElevators.h \
mapview/model/MMFloorElevator.h
FORMS += MainWindow.ui