7 #ifndef __FWGUIQT_LAYOUTMANAGER_LINELAYOUTMANAGER_HPP__ 8 #define __FWGUIQT_LAYOUTMANAGER_LINELAYOUTMANAGER_HPP__ 10 #include "fwGuiQt/config.hpp" 11 #include "fwGuiQt/container/QtContainer.hpp" 13 #include <fwCore/base.hpp> 15 #include <fwGui/layoutManager/LineLayoutManagerBase.hpp> 30 ::fwGui::factory::New< LineLayoutManager > );
41 FWGUIQT_API
virtual void createLayout( ::fwGui::container::fwContainer::sptr parent )
override;
47 FWGUIQT_API
virtual void destroyLayout()
override;
50 ::fwGuiQt::container::QtContainer::sptr m_parentContainer;
Defines the base for line layout manager.
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.
Defines the line layout manager.
#define fwCoreClassDefinitionsWithFactoryMacro(_classinfo_, _parameters_, _factory_)
Generate common construction methods for classes with one factory.