7 #ifndef __FWGUIQT_LAYOUTMANAGER_TOOLBOXLAYOUTMANAGER_HPP__ 8 #define __FWGUIQT_LAYOUTMANAGER_TOOLBOXLAYOUTMANAGER_HPP__ 10 #include "fwGuiQt/config.hpp" 11 #include "fwGuiQt/widget/QfwToolbox.hpp" 13 #include <fwCore/base.hpp> 15 #include <fwGui/layoutManager/ToolboxLayoutManagerBase.hpp> 30 ::fwGui::factory::New< ToolboxLayoutManager > );
41 FWGUIQT_API
virtual void createLayout( ::fwGui::container::fwContainer::sptr parent )
override;
47 FWGUIQT_API
virtual void destroyLayout()
override;
The namespace fwGui contains the base interface for IHM services.
Key class used to restrict access to Object construction. See http://www.drdobbs.com/184402053.
#define fwCoreClassDefinitionsWithFactoryMacro(_classinfo_, _parameters_, _factory_)
Generate common construction methods for classes with one factory.