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