7 #ifndef __FWGUIQT_BUILDER_MENUBARBUILDER_HPP__ 8 #define __FWGUIQT_BUILDER_MENUBARBUILDER_HPP__ 10 #include "fwGuiQt/config.hpp" 11 #include "fwGuiQt/container/QtContainer.hpp" 13 #include <fwCore/base.hpp> 15 #include <fwGui/builder/IMenuBarBuilder.hpp> 16 #include <fwGui/container/fwContainer.hpp> 17 #include <fwGui/container/fwMenuBar.hpp> 19 #include <fwRuntime/ConfigurationElement.hpp> 34 ::fwGui::factory::New< MenuBarBuilder > );
45 FWGUIQT_API
virtual void createMenuBar( ::fwGui::container::fwContainer::sptr parent )
override;
51 FWGUIQT_API
virtual void destroyMenuBar()
override;
54 ::fwGuiQt::container::QtContainer::sptr m_parent;
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.