fw4spl
backend.hpp
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 
7 #ifndef __FWGUI_BACKEND_HPP__
8 #define __FWGUI_BACKEND_HPP__
9 
10 #include "fwGui/config.hpp"
11 
12 namespace fwGui
13 {
14 
15 FWGUI_API bool isBackendLoaded();
16 
17 } // namespace fwGui
18 
19 #endif /*__FWGUI_BACKEND_HPP__*/
20 
21 
The namespace fwGui contains the base interface for IHM services.
Definition: SJobBar.hpp:23