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