fw4spl
ILoggerDialog.cpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2016.
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 #include "fwGui/dialog/ILoggerDialog.hpp"
8 
9 namespace fwGui
10 {
11 namespace dialog
12 {
13 
14 const ILoggerDialog::FactoryRegistryKeyType ILoggerDialog::REGISTRY_KEY = "::fwGui::dialog::LoggerDialog";
15 
16 //-----------------------------------------------------------------------------
17 
19 {
20 }
21 
22 //-----------------------------------------------------------------------------
23 
25 {
26 }
27 
28 //-----------------------------------------------------------------------------
29 
30 } // namespace dialog
31 } // namespace fwGui
32 
33 
The namespace fwGui contains the base interface for IHM services.
Definition: SJobBar.hpp:23
static FWGUI_API const FactoryRegistryKeyType REGISTRY_KEY
This unique key should be used for all factory for specific Selector(qt,wx,...)
virtual FWGUI_API ~ILoggerDialog()
Destructor.
FWGUI_API ILoggerDialog()
Constructor.