fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
IApplication.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/IApplication.hpp"
9
10
namespace
fwGui
11
{
12
13
const
IApplication::FactoryRegistryKeyType IApplication::REGISTRY_KEY =
"::fwGui::Application"
;
14
15
//-----------------------------------------------------------------------------
16
17
IApplication::IApplication
() : m_confirm(false)
18
{
19
}
20
21
//-----------------------------------------------------------------------------
22
23
IApplication::~IApplication
()
24
{
25
}
26
27
//-----------------------------------------------------------------------------
28
29
}
// namespace fwGui
30
31
32
fwGui
The namespace fwGui contains the base interface for IHM services.
Definition:
SJobBar.hpp:23
fwGui::IApplication::IApplication
FWGUI_API IApplication()
Constructor. Do nothing.
Definition:
IApplication.cpp:17
fwGui::IApplication::~IApplication
virtual FWGUI_API ~IApplication()
Destructor. Do nothing.
Definition:
IApplication.cpp:23
SrcLib
core
fwGui
src
fwGui
IApplication.cpp
Generated on Wed Sep 5 2018 12:47:40 for fw4spl by
1.8.11