fw4spl
SrcLib/core/fwGui/include/fwGui/Namespace.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2017.
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 
7 #ifndef __FWGUI_NAMESPACE_HPP__
8 #define __FWGUI_NAMESPACE_HPP__
9 
11 namespace fwGui
12 {
13 
15 namespace builder
16 {
17 } // namespace builder
18 
20 namespace container
21 {
22 } // namespace container
23 
25 namespace dialog
26 {
27 } // namespace dialog
28 
30 namespace factory
31 {
32 } // namespace factory
33 
36 namespace layoutManager
37 {
38 } // namespace layoutManager
39 
41 namespace registrar
42 {
43 } // namespace registrar
44 
46 namespace registry
47 {
48 } // namespace registry
49 
50 } // namespace fwGui
51 #endif /* __FWGUI_NAMESPACE_HPP__ */
Contains fwAtomsFilter::registry details.
The namespace fwGui contains the base interface for IHM services.
Definition: SJobBar.hpp:23
Contains fwAtomsFilter::factory utilities.