7 #ifndef __SCENE2D_ADAPTOR_SVIEWPORTINTERACTOR_HPP__ 8 #define __SCENE2D_ADAPTOR_SVIEWPORTINTERACTOR_HPP__ 10 #include "scene2D/config.hpp" 12 #include <fwRenderQt/IAdaptor.hpp> 43 SCENE2D_API
void configuring() override;
45 SCENE2D_API
void starting() override;
47 SCENE2D_API
void updating() override;
49 SCENE2D_API
void stopping() override;
51 SCENE2D_API
void processInteraction( ::
fwRenderQt::data::Event& _event ) override;
53 SCENE2D_API
void zoom(
bool zoomIn );
57 bool m_viewportIsTranslated;
64 #endif // __SCENE2D_ADAPTOR_SVIEWPORTINTERACTOR_HPP__ Root class for all scene2d adaptors.
This bundles contains data and services used to display a 2D Qt scene.
Adaptor implementation that manages the camera on the view.
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.
The namespace fwRenderQt contains classes for rendering with Qt.