API Documentation
Loading...
Searching...
No Matches
DeploymentSegmentWidget.h
Go to the documentation of this file.
1#pragma once
2#include <NDEVR/QTDesignObject.h>
3#if NDEVR_DEPLOYMENT
4#include <NDEVR/Pointer.h>
5#include <QWidget>
6namespace Ui
7{
8 class DeploymentSegmentWidgetUI;
9}
10namespace NDEVR
11{
12 class DeploymentSegmentWidget : public QWidget
13 {
14 Q_OBJECT
15 public:
16 DeploymentSegmentWidget(QWidget* parent = nullptr);
17 void setDeploymentSegment(DynamicPointer<QTDesignObject> deployment, uint04 segment_index);
18 protected slots:
19 void modelUpdatedSlot();
20 signals:
21 void requestHideSignal();
22 protected:
23 DynamicPointer<QTDesignObject> m_deployment;
24 uint04 m_segment_index;
25 Ui::DeploymentSegmentWidgetUI* ui;
26 };
27}
28#endif
Definition ACIColor.h:37
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...
Definition BaseValues.hpp:115
Definition FontEditor.h:6