9 #include "uiVisuQt/config.hpp" 11 #include <fwGui/editor/IEditor.hpp> 60 UIVISUQT_API virtual
void configuring() override;
63 UIVISUQT_API virtual
void starting() override;
66 UIVISUQT_API virtual
void stopping() override;
69 UIVISUQT_API virtual
void updating() override;
74 void onSliderChanged(
int value);
82 void updateFromMatrix();
103 QPointer<QSlider> m_slider;
104 QPointer<QLabel> m_labelMin;
105 QPointer<QLabel> m_labelMax;
106 QPointer<QLabel> m_labelDefinition;
107 QPointer<QLineEdit> m_sliderValue;
111 SliderWidget m_sliders[ MAX_SLIDER_INDEX ];
114 std::string m_rotation;
117 std::string m_translation;
120 int m_translationRange[2];
123 int m_rotationRange[2];
Defines the service interface managing the editor service for object.
The namespace uiVisuQt supplies user interface editors done with Qt.
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.