fw4spl
ICursor.cpp
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 
8 #include "fwGui/ICursor.hpp"
9 
10 namespace fwGui
11 {
12 
13 const ICursor::FactoryRegistryKeyType ICursor::REGISTRY_KEY = "::fwGui::Cursor";
14 
15 //-----------------------------------------------------------------------------
16 
18 {
19 }
20 
21 //-----------------------------------------------------------------------------
22 
24 {
25 }
26 
27 //-----------------------------------------------------------------------------
28 
29 } // namespace fwGui
30 
31 
32 
The namespace fwGui contains the base interface for IHM services.
Definition: SJobBar.hpp:23
FWGUI_API ICursor()
Constructor. Do nothing.
Definition: ICursor.cpp:17
virtual FWGUI_API ~ICursor()
Destructor. Do nothing.
Definition: ICursor.cpp:23