7 #ifndef __MONITORQT_ACTION_COMPONENTSTREE_HPP__ 8 #define __MONITORQT_ACTION_COMPONENTSTREE_HPP__ 10 #include "monitorQt/config.hpp" 12 #include <fwGui/IActionSrv.hpp> 17 #include <QTreeWidget> 43 void configuring() override;
46 void starting() override;
49 void updating() override;
52 void stopping() override;
57 QPointer< QDialog > m_dialog;
60 QPointer< QTreeWidget > m_treeContainer;
66 #endif //__MONITORQT_ACTION_COMPONENTSTREE_HPP__ Implements an action that show bundle information.
Defines the service interface managing the menu items.
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.