NDEVR
API Documentation
LineOfSightTable.h
1#pragma once
2#include <NDEVR/DesignPropertyTable.h>
3#if NDEVR_LINE_OF_SIGHT
4namespace NDEVR
5{
9 class NDEVR_API LineOfSightTable : public DesignPropertyTable
10 {
11 public:
17 LineOfSightTable(QTModelManager* manager, QWidget* parent = nullptr);
18 virtual ~LineOfSightTable();
19 };
20}
21#endif
DesignPropertyTable(QWidget *parent=nullptr)
Constructs a DesignPropertyTable without a model manager.
LineOfSightTable(QTModelManager *manager, QWidget *parent=nullptr)
Constructs a LineOfSightTable displaying line-of-sight analyses from the given model manager.
A wrapper around DesignObjectLookup that provides signal and slot functionality and adds rendering ca...
The primary namespace for the NDEVR SDK.