Defines the Qt menu bar container for GUI.
More...
#include <QtMenuBarContainer.hpp>
|
virtual bool | isA (const std::string &type) const override |
|
FWGUIQT_API | QtMenuBarContainer (::fwGui::GuiBaseObject::Key key) noexcept |
|
virtual FWGUIQT_API void | clean () override |
|
virtual FWGUIQT_API void | destroyContainer () override |
|
virtual FWGUIQT_API void | setQtMenuBar (QMenuBar *menuBar) |
|
virtual FWGUIQT_API QMenuBar * | getQtMenuBar () |
|
|
static bool | isTypeOf (const std::string &type) |
|
static bool | isTypeOf (const std::string &type) |
|
static const std::string & | classname () |
| return full object's classname with its namespace, i.e. fwCore::BaseObject
|
|
static bool | isTypeOf (const std::string &type) |
|
static const std::string & | leafClassname () |
| return object's classname without its namespace, i.e. BaseObject
|
|
static const std::string & | classname () |
| return object's classname without its namespace, i.e. BaseObject
|
|
|
template<class , class , class > |
class | ::fwTools::ClassFactory |
|
class | ::fwTools::Factory |
|
|
virtual const std::string & | getLeafClassname () const override |
| return object's classname without its namespace, i.e. BaseObject
|
|
virtual const std::string & | getClassname () const override |
| return full object's classname with its namespace, i.e. fwCore::BaseObject
|
|
static const std::string & | leafClassname () |
| return object's classname without its namespace, i.e. BaseObject
|
|
static const std::string & | classname () |
| return object's classname without its namespace, i.e. BaseObject
|
|
Defines the Qt menu bar container for GUI.
Definition at line 34 of file QtMenuBarContainer.hpp.
The documentation for this class was generated from the following files: