NDEVR
API Documentation
StationTable.h
1#pragma once
2#include <NDEVR/DesignPropertyTable.h>
3#if NDEVR_STATION_MODEL
4namespace NDEVR
5{
10 class NDEVR_API StationTable : public DesignPropertyTable
11 {
12 public:
18 StationTable(QTModelManager* manager, QWidget* parent = nullptr);
19 };
20}
21#endif
A base class for tables wishing to show columns of DesignObject properties.
The primary namespace for the NDEVR SDK.