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