26 #ifndef ANGLESANDTRANSLATIONWIDGET_H
27 #define ANGLESANDTRANSLATIONWIDGET_H
29 #include "ui_AnglesAndTranslationWidget.h"
62 void translationSpinBoxChanged(
double);
63 void translationSliderChanged(
int);
66 void xAngleDialValueChanged(
int);
67 void yAngleDialValueChanged(
int);
68 void zAngleDialValueChanged(
int);
71 void showArbitraryViewer(
bool);
72 void show3DViewer(
bool);
73 void showAllViewer(
bool);
75 void resetTransform();
79 void updateAngleSliderLabel(QDial*);
82 Ui::AnglesAndTranslationWidget ui;
This action simply display the widget allowing the user to select an angle to orientate the arbitrary...
Definition: AnglesAndTranslationAction.h:42