9 #include "uiVisuQt/config.hpp" 11 #include <fwData/Point.hpp> 13 #include <fwDataTools/PickingInfo.hpp> 15 #include <fwGui/editor/IEditor.hpp> 17 #include <fwTools/Failed.hpp> 46 typedef ::
fwRuntime::ConfigurationElement::sptr Configuration;
49 virtual
void starting() override;
52 virtual
void stopping() override;
54 void updating() override;
56 void swapping() override;
58 void configuring() override;
61 virtual
void info(
std::ostream& _sstream ) override;
66 void getInteraction(::
fwDataTools::PickingInfo info);
68 QPointer< QLineEdit > m_textCtrl_x;
69 QPointer< QLineEdit > m_textCtrl_y;
70 QPointer< QLineEdit > m_textCtrl_z;
PointEditor service allows to display point information.
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.