7 #ifndef __FWGUIQT_LAYOUTMANAGER_CARDINALLAYOUTMANAGER_HPP__ 8 #define __FWGUIQT_LAYOUTMANAGER_CARDINALLAYOUTMANAGER_HPP__ 10 #include "fwGuiQt/config.hpp" 11 #include "fwGuiQt/container/QtContainer.hpp" 13 #include <fwCore/base.hpp> 15 #include <fwGui/layoutManager/CardinalLayoutManagerBase.hpp> 36 ::fwGui::factory::New< CardinalLayoutManager > );
47 FWGUIQT_API
virtual void createLayout( ::fwGui::container::fwContainer::sptr parent )
override;
53 FWGUIQT_API
virtual void destroyLayout()
override;
57 ::fwGuiQt::container::QtContainer::sptr m_parentContainer;
60 QPointer<QMainWindow> m_qtWindow;
The namespace fwGui contains the base interface for IHM services.
Defines the cardinal layout manager.
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.
Defines the base for cardinal layout manager.