a whole lotta work!!

- refactoring
- completely changed the tooling (adding elements)
- better re-use for more stable editing
- new elements
- ui adjustments
- LINT for stair-editing
- many more changes
This commit is contained in:
2016-08-29 19:05:46 +02:00
parent 86c76b1284
commit fa06320219
51 changed files with 880 additions and 318 deletions

View File

@@ -7,6 +7,9 @@ class MapLayer;
class QPushButton;
class MapView2D;
/**
* gui element with actions to perform
*/
class ToolBoxWidget : public QWidget {
Q_OBJECT
@@ -28,13 +31,14 @@ private:
MapLayer* curLayer;
int r = 0;
QPushButton* btnSelect;
QPushButton* btnGround;
QPushButton* btnWall;
QPushButton* btnPillar;
QPushButton* btnDoor;
QPushButton* btnStair;
QPushButton* btnWifi;
QPushButton* btnBeacon;
QPushButton* btnPOI;
@@ -43,6 +47,8 @@ private:
private slots:
void onSelect();
void onNewGround();
void onNewWall();
void onNewPillar();