9 #include "uiReconstructionQt/config.hpp" 11 #include <fwGui/editor/IEditor.hpp> 13 #include <fwTools/Failed.hpp> 55 typedef ::
fwRuntime::ConfigurationElement::sptr Configuration;
58 virtual
void starting() override;
61 virtual
void stopping() override;
64 virtual
void updating() override;
67 virtual
void configuring() override;
78 void refreshMaterial( );
81 void materialNotification( );
85 void onOpacitySlider(
int value);
90 QPointer<QPushButton> m_colourButton;
91 QPointer<QSlider> m_opacitySlider;
92 QPointer<QLabel> m_transparencyValue;
This class is a helper to define the connections of a service and its data.
The namespace uiReconstructionQt contains several editors using Qt related on reconstruction.
Defines the service interface managing the editor service for object.
The namespace fwRuntime contains classes to manage bundle, configuration element, extension point in ...
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.
Display a widget to change the reconstruction material (color and transparency).