7 #ifndef __FWGUIQT_BUILDER_TOOLBARBUILDER_HPP__ 8 #define __FWGUIQT_BUILDER_TOOLBARBUILDER_HPP__ 10 #include "fwGuiQt/config.hpp" 11 #include "fwGuiQt/container/QtContainer.hpp" 13 #include <fwCore/base.hpp> 15 #include <fwGui/builder/IToolBarBuilder.hpp> 16 #include <fwGui/container/fwContainer.hpp> 17 #include <fwGui/container/fwToolBar.hpp> 19 #include <fwRuntime/ConfigurationElement.hpp> 35 ::fwGui::factory::New< ToolBarBuilder >);
46 FWGUIQT_API
virtual void createToolBar( ::fwGui::container::fwContainer::sptr parent )
override;
52 FWGUIQT_API
virtual void destroyToolBar()
override;
55 ::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.