7 #ifndef __SCENE2D_ADAPTOR_SHISTOGRAM_HPP__ 8 #define __SCENE2D_ADAPTOR_SHISTOGRAM_HPP__ 10 #include "scene2D/config.hpp" 12 #include <fwData/Point.hpp> 14 #include <fwRenderQt/IAdaptor.hpp> 59 SCENE2D_API
void configuring() override;
60 SCENE2D_API
void starting() override;
61 SCENE2D_API
void updating() override;
62 SCENE2D_API
void stopping() override;
64 SCENE2D_API
void processInteraction( ::
fwRenderQt::data::Event& _event ) override;
75 static const
float SCALE;
93 QGraphicsItemGroup* m_layer;
100 #endif // __SCENE2D_ADAPTOR_SHISTOGRAM_HPP__ Root class for all scene2d adaptors.
This class is a helper to define the connections of a service and its data.
Namespace fwServices is dedicated to (mimic) the dynamic affectation of methods to (pure data) object...
This bundles contains data and services used to display a 2D Qt scene.
IAdaptor implementation for histogram data.
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.
Contains the representation of the data objects used in the framework.
The namespace fwRenderQt contains classes for rendering with Qt.