API Documentation
Loading...
Searching...
No Matches
LineOfSightTable.h
Go to the documentation of this file.
1
#pragma once
2
#include <NDEVR/DesignPropertyTable.h>
3
#if NDEVR_LINE_OF_SITE
4
namespace
NDEVR
5
{
6
/**--------------------------------------------------------------------------------------------------
7
\brief A table showing a list of LineOfSights
8
**/
9
class
NDEVR_API
LineOfSightTable :
public
DesignPropertyTable
10
{
11
public
:
12
LineOfSightTable(QTModelManager* manager, QWidget* parent =
nullptr
);
13
virtual
~LineOfSightTable();
14
};
15
}
16
#endif
NDEVR_API
#define NDEVR_API
Definition
DLLInfo.h:50
NDEVR
Definition
ACIColor.h:37
NDEVR
Headers
LineOfSightTable.h