NDEVR
API Documentation
DeploymentTable.h
1#pragma once
2#include <NDEVR/DesignPropertyTable.h>
3#if NDEVR_DEPLOYMENT
4namespace NDEVR
5{
10 class NDEVR_API DeploymentTable : public DesignPropertyTable
11 {
12 public:
18 DeploymentTable(QTModelManager* manager, QWidget* parent = nullptr);
24 DeploymentTable(const DynamicPointer<QTDesignObject>& design_parent, QWidget* parent = nullptr);
28 ~DeploymentTable();
29 protected:
30 //QStringList columnTitleList() const final override;
34 void init();
35 protected:
36 DynamicPointer<QTDesignObject> m_parent;
37 };
38}
39#endif
A base class for tables wishing to show columns of DesignObject properties.
The primary namespace for the NDEVR SDK.