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
class
NDEVR_API
LineOfSightTable :
public
DesignPropertyTable
7
{
8
public
:
9
LineOfSightTable(QTModelManager* manager, QWidget* parent =
nullptr
);
10
virtual
~LineOfSightTable();
11
};
12
}
13
#endif
NDEVR_API
#define NDEVR_API
Definition
DLLInfo.h:67
NDEVR
Definition
ACIColor.h:37
NDEVR
Headers
LineOfSightTable.h