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
7 class NDEVR_API DeploymentTable : public DesignPropertyTable
8 {
9 public:
10 DeploymentTable(QTModelManager* manager, QWidget* parent = nullptr);
11 DeploymentTable(const DynamicPointer<QTDesignObject>& design_parent, QWidget* parent = nullptr);
12 ~DeploymentTable();
13 protected:
14 //QStringList columnTitleList() const final override;
15 void init();
16 protected:
17 DynamicPointer<QTDesignObject> m_parent;
18 };
19}
20#endif
#define NDEVR_API
Definition DLLInfo.h:50
Definition ACIColor.h:37