7 #ifndef __SCENE2D_ADAPTOR_SVIEWPORTUPDATER_HPP__ 8 #define __SCENE2D_ADAPTOR_SVIEWPORTUPDATER_HPP__ 10 #include "scene2D/config.hpp" 12 #include <fwRenderQt/IAdaptor.hpp> 54 SCENE2D_API
void configuring() override;
55 SCENE2D_API
void starting() override;
56 SCENE2D_API
void updating() override;
57 SCENE2D_API
void stopping() override;
59 SCENE2D_API
void processInteraction( ::
fwRenderQt::data::Event& _event ) override;
66 #endif // __SCENE2D_ADAPTOR_SVIEWPORTUPDATER_HPP__ Root class for all scene2d adaptors.
This class is a helper to define the connections of a service and its data.
Adaptor implementation that manages the camera on the view (by updating the viewport object)...
This bundles contains data and services used to display a 2D Qt scene.
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.
The namespace fwRenderQt contains classes for rendering with Qt.