fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
IMenuBarBuilder.cpp
Go to the documentation of this file.
1
/* ***** BEGIN LICENSE BLOCK *****
2
* FW4SPL - Copyright (C) IRCAD, 2009-2015.
3
* Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4
* published by the Free Software Foundation.
5
* ****** END LICENSE BLOCK ****** */
6
15
#include "fwGui/builder/IMenuBarBuilder.hpp"
16
17
namespace
fwGui
18
{
19
namespace
builder
20
{
21
22
const
IMenuBarBuilder::RegistryKeyType IMenuBarBuilder::REGISTRY_KEY =
"::fwGui::MenuBarBuilder"
;
23
24
//-----------------------------------------------------------------------------
25
26
IMenuBarBuilder::IMenuBarBuilder
()
27
{
28
}
29
30
//-----------------------------------------------------------------------------
31
32
IMenuBarBuilder::~IMenuBarBuilder
()
33
{
34
}
35
36
//-----------------------------------------------------------------------------
37
38
void
IMenuBarBuilder::initialize
( ::fwRuntime::ConfigurationElement::sptr configuration)
39
{
40
41
}
42
43
//-----------------------------------------------------------------------------
44
45
::fwGui::container::fwMenuBar::sptr
IMenuBarBuilder::getMenuBar
()
46
{
47
return
this->
m_menuBar
;
48
}
49
50
//-----------------------------------------------------------------------------
51
52
}
// namespace builder
53
}
// namespace fwGui
54
55
56
fwGui
The namespace fwGui contains the base interface for IHM services.
Definition:
SJobBar.hpp:23
fwGui::builder::IMenuBarBuilder::initialize
virtual FWGUI_API void initialize(::fwRuntime::ConfigurationElement::sptr configuration)
Configure the layout before creation.
Definition:
IMenuBarBuilder.cpp:38
fwGui::builder::IMenuBarBuilder::getMenuBar
virtual FWGUI_API::fwGui::container::fwMenuBar::sptr getMenuBar()
Returns the builded menu bar.
Definition:
IMenuBarBuilder.cpp:45
fwGui::builder::IMenuBarBuilder::IMenuBarBuilder
FWGUI_API IMenuBarBuilder()
Constructor. Do nothing.
Definition:
IMenuBarBuilder.cpp:26
fwGui::builder::IMenuBarBuilder::m_menuBar
::fwGui::container::fwMenuBar::sptr m_menuBar
MenuBar.
Definition:
IMenuBarBuilder.hpp:70
fwGui::builder::IMenuBarBuilder::~IMenuBarBuilder
virtual FWGUI_API ~IMenuBarBuilder()
Destructor. Do nothing.
Definition:
IMenuBarBuilder.cpp:32
SrcLib
core
fwGui
src
fwGui
builder
IMenuBarBuilder.cpp
Generated on Wed Sep 5 2018 12:47:41 for fw4spl by
1.8.11