9 #include "uiVisuQt/config.hpp" 11 #include <fwCom/Signal.hpp> 12 #include <fwCom/Signals.hpp> 14 #include <fwGui/editor/IEditor.hpp> 16 #include <fwTools/Failed.hpp> 50 typedef ::
fwRuntime::ConfigurationElement::sptr Configuration;
55 virtual
void starting() override;
60 virtual
void stopping() override;
63 virtual
void updating() override;
66 virtual
void swapping() override;
76 virtual
void configuring() override;
79 virtual
void info(
std::ostream& _sstream ) override;
88 std::
string requestFileName();
96 static const ::
fwCom::Signals::SignalKeyType s_SNAPPED_SIG;
98 SnappedSignalType::sptr m_sigSnapped;
103 QPointer< QPushButton > m_snapButton;
Namespace containing fw4spl communication tools.
Defines the service interface managing the editor service for object.
The namespace uiVisuQt supplies user interface editors done with Qt.
The namespace fwRuntime contains classes to manage bundle, configuration element, extension point in ...
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.
SnapshotEditor service is represented by a button. It allows to snap shot a generic scene...