added first version of LINT to the editor
fixed issue with incorrect stairs
This commit is contained in:
24
misc/LINTView.h
Normal file
24
misc/LINTView.h
Normal file
@@ -0,0 +1,24 @@
|
||||
#ifndef LINTVIEW_H
|
||||
#define LINTVIEW_H
|
||||
|
||||
#include <QListView>
|
||||
class QStringListModel;
|
||||
#include <Indoor/floorplan/v2/Floorplan.h>
|
||||
|
||||
class LINTView : public QListView {
|
||||
|
||||
private:
|
||||
|
||||
QStringListModel* mdl;
|
||||
|
||||
public:
|
||||
|
||||
LINTView();
|
||||
|
||||
public:
|
||||
|
||||
void update(Floorplan::IndoorMap* map);
|
||||
|
||||
};
|
||||
|
||||
#endif // LINTVIEW_H
|
||||
Reference in New Issue
Block a user