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 /**--------------------------------------------------------------------------------------------------
13 \brief A widget allowing the user to offset a vertex.
14 **/
15 class VertexOffsetWidget : public QWidget
16 {
17 public:
18 VertexOffsetWidget(QWidget* parent = nullptr);
19 void setController(ModelEditController* controller);
20 void updateFromManager();
21 void init();
22 protected:
23 ModelEditController* m_controller;
24 Ui::VertexOffsetWidgetUI* ui;
25 };
26}
27#endif
Definition ACIColor.h:37
Definition FontEditor.h:6