fw4spl
IContainerBuilder.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/IContainerBuilder.hpp"
16 
17 namespace fwGui
18 {
19 namespace builder
20 {
21 
22 const IContainerBuilder::RegistryKeyType IContainerBuilder::REGISTRY_KEY = "::fwGui::ContainerBuilder";
23 
24 //-----------------------------------------------------------------------------
25 
27 {
28 }
29 
30 //-----------------------------------------------------------------------------
31 
33 {
34 }
35 
36 //-----------------------------------------------------------------------------
37 
38 void IContainerBuilder::initialize( ::fwRuntime::ConfigurationElement::sptr configuration)
39 {
40 }
41 
42 //-----------------------------------------------------------------------------
43 
44 ::fwGui::container::fwContainer::sptr IContainerBuilder::getContainer()
45 {
46  return this->m_container;
47 }
48 
49 //-----------------------------------------------------------------------------
50 
51 } // namespace builder
52 } // namespace fwGui
53 
54 
55 
FWGUI_API IContainerBuilder()
Constructor. Do nothing.
The namespace fwGui contains the base interface for IHM services.
Definition: SJobBar.hpp:23
virtual FWGUI_API::fwGui::container::fwContainer::sptr getContainer()
Returns the builded menu bar.
virtual FWGUI_API ~IContainerBuilder()
Destructor. Do nothing.
::fwGui::container::fwContainer::sptr m_container
Container.
virtual FWGUI_API void initialize(::fwRuntime::ConfigurationElement::sptr configuration)
Configure the layout before creation. Does nothing.