7 #ifndef __FWGUIQT_CONTAINER_QTMENUBARCONTAINER_HPP__ 8 #define __FWGUIQT_CONTAINER_QTMENUBARCONTAINER_HPP__ 10 #include "fwGuiQt/config.hpp" 12 #include <fwCore/base.hpp> 14 #include <fwGui/container/fwMenuBar.hpp> 16 #include <fwTools/Object.hpp> 41 ::fwGui::factory::New< QtMenuBarContainer > );
47 FWGUIQT_API virtual
void clean() override;
48 FWGUIQT_API virtual
void destroyContainer() override;
50 FWGUIQT_API virtual
void setQtMenuBar(QMenuBar* menuBar);
51 FWGUIQT_API virtual QMenuBar* getQtMenuBar();
55 QPointer<QMenuBar> m_menuBar;
Key class used to restrict access to Object construction. See http://www.drdobbs.com/184402053.
The namespace fwGuiQt contains classes which provide the implementation of the Gui using Qt library...
#define fwCoreClassDefinitionsWithFactoryMacro(_classinfo_, _parameters_, _factory_)
Generate common construction methods for classes with one factory.