2#include <NDEVR/QTDesignObject.h>
4#include <NDEVR/Pointer.h>
8 class DeploymentSegmentWidgetUI;
16 class DeploymentSegmentWidget :
public QWidget
24 DeploymentSegmentWidget(QWidget* parent =
nullptr);
30 void setDeploymentSegment(DynamicPointer<QTDesignObject> deployment, uint04 segment_index);
35 void modelUpdatedSlot();
40 void requestHideSignal();
42 DynamicPointer<QTDesignObject> m_deployment;
44 Ui::DeploymentSegmentWidgetUI* ui;
The primary namespace for the NDEVR SDK.
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...