NDEVR
API Documentation
CollimatorDesignTable.h
1#pragma once
2#include <NDEVR/DesignPropertyTable.h>
3#if NDEVR_IMAGE_MODEL
4namespace NDEVR
5{
7 class Button;
11 class CollimatorDesignTable : public DesignPropertyTable
12 {
13 public:
14 explicit CollimatorDesignTable(QWidget* parent = nullptr);
15 CollimatorDesignTable(QTModelManager* manager, QWidget* parent = nullptr);
16 virtual ~CollimatorDesignTable();
17 private:
18 void init();
19 DynamicPointer<QTDesignObject> m_object_parent;
20 };
21}
22#endif
A core widget that allows the user to click one of many button types.
Definition Button.h:68
A base class for tables wishing to show columns of DesignObject properties.
A dialog designed to allow the user to navigate a filesytem and select or create one or more files or...
The primary namespace for the NDEVR SDK.