9 #include "uiImageQt/config.hpp" 11 #include <fwData/Point.hpp> 13 #include <fwDataTools/PickingInfo.hpp> 15 #include <fwGui/editor/IEditor.hpp> 17 #include <fwTools/Failed.hpp> 45 class UIIMAGEQT_CLASS_API
ImageInfo :
public QObject,
56 UIIMAGEQT_API virtual ~
ImageInfo() noexcept;
61 virtual
void starting() override;
64 virtual
void stopping() override;
67 virtual
void updating() override;
70 virtual
void configuring() override;
72 virtual
void info(
std::ostream& _sstream ) override;
86 void getInteraction(::
fwDataTools::PickingInfo info);
89 QPointer< QLineEdit > m_valueText;
This class is a helper to define the connections of a service and its data.
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...
ImageInfo service allows to display image pixel information when it receives the mouse cursor coordin...
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.