API Documentation
Loading...
Searching...
No Matches
VertexOffsetWidget.h
Go to the documentation of this file.
1#pragma once
2#include <NDEVRConfig.h>
3#if NDEVR_VIEWPORT
4#include "ui_VertexOffsetWidgetUI.h"
5namespace Ui
6{
7 class VertexOffsetWidgetUI;
8}
9namespace NDEVR
10{
11 class ModelEditController;
12 class VertexOffsetWidget : public QWidget
13 {
14 public:
15 VertexOffsetWidget(QWidget* parent = nullptr);
16 void setController(ModelEditController* controller);
17 void updateFromManager();
18 void init();
19 protected:
20 ModelEditController* m_controller;
21 Ui::VertexOffsetWidgetUI* ui;
22 };
23}
24#endif
Definition ACIColor.h:37
Definition FontEditor.h:6