9 #include "uiImageQt/config.hpp" 11 #include <fwData/Point.hpp> 13 #include <fwGui/editor/IEditor.hpp> 15 #include <fwTools/Failed.hpp> 68 virtual
void starting() override;
71 virtual
void stopping() override;
73 virtual
void updating() override;
75 virtual
void swapping() override;
77 virtual
void configuring() override;
79 virtual
void info(
std::ostream& _sstream ) override;
97 void onModifyVisibility(
bool value);
102 void onModifyVisibility(
int value);
107 void onModifyTransparency(
int value);
112 void notifyVisibility(
bool isVisible);
114 QPointer< QSlider > m_valueSlider;
115 QPointer< QCheckBox > m_valueCheckBox;
116 QPointer< QAction > m_action;
117 std::
string m_shortcut;
This class is a helper to define the connections of a service and its data.
ImageTransparency service allows to change image transparency.
Defines the service interface managing the editor service for object.
The namespace uiImageQt contains several editors on image written with Qt. This namespace is included...
::fwCom::helper::SigSlotConnection::KeyConnectionsType KeyConnectionsType
Returns proposals to connect service slots to associated object signals, this method is used for obj/...
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.