API Documentation
Loading...
Searching...
No Matches
DeploymentTable.h
Go to the documentation of this file.
1#pragma once
2#include <NDEVR/DesignPropertyTable.h>
3#if NDEVR_DEPLOYMENT
4namespace NDEVR
5{
6 class NDEVR_API DeploymentTable : public DesignPropertyTable
7 {
8 public:
9 DeploymentTable(QTModelManager* manager, QWidget* parent = nullptr);
10 DeploymentTable(const DynamicPointer<QTDesignObject>& design_parent, QWidget* parent = nullptr);
11 ~DeploymentTable();
12 protected:
13 //QStringList columnTitleList() const final override;
14 void init();
15 protected:
16 DynamicPointer<QTDesignObject> m_parent;
17 };
18}
19#endif
#define NDEVR_API
Definition DLLInfo.h:67
Definition ACIColor.h:37