10 #include "fwGuiQt/container/QtToolBarContainer.hpp" 25 QtToolBarContainer::~QtToolBarContainer() noexcept
31 void QtToolBarContainer::clean()
33 SLM_ASSERT(
"The Qt toolBar is not yet initialized, cleaning is thus impossible", m_toolBar);
40 void QtToolBarContainer::destroyContainer()
42 SLM_ASSERT(
"The Qt toolBar is not yet initialized, cleaning is thus impossible", m_toolBar);
49 void QtToolBarContainer::setQtToolBar(QToolBar *toolBar)
51 this->m_toolBar = toolBar;
56 QToolBar* QtToolBarContainer::getQtToolBar()
58 return this->m_toolBar;
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 SLM_ASSERT(message, cond)
work like 'assert' from 'cassert', with in addition a message logged by spylog (with FATAL loglevel) ...