focused elements always on top

indicate connected walls
fixes int/float issues
refactoring
This commit is contained in:
2018-07-22 17:33:55 +02:00
parent c4fce6c90d
commit 423fbfc545
6 changed files with 121 additions and 69 deletions

View File

@@ -10,12 +10,13 @@ class MV2DElementFloorObstacleLine : public MV2DElement, public HasMoveableNodes
private:
Floorplan::Floor* f;
Floorplan::FloorObstacleLine* fo;
public:
/** ctor */
MV2DElementFloorObstacleLine(Floorplan::FloorObstacleLine* fo);
MV2DElementFloorObstacleLine(Floorplan::Floor* f, Floorplan::FloorObstacleLine* fo);
/** get the element's 3D bounding box */
BBox2 getBoundingBox() const override;