fw4spl
Bundles/core/gui/include/gui/Namespace.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2018.
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 
11 #pragma once
12 
13 namespace gui
14 {
15 
19 namespace action
20 {
21 
22 } // namespace action
23 
27 namespace aspect
28 {
29 
30 } // namespace aspect
31 
35 namespace editor
36 {
37 
38 }
39 
43 namespace frame
44 {
45 
46 }
47 
51 namespace view
52 {
53 
54 }
55 
56 } // namespace gui
The namespace gui contains the basic services to build the application IHM.