fw4spl
t/include/fwGuiQt/Application.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 __FWGUIQT_APPLICATION_HPP__
8 #define __FWGUIQT_APPLICATION_HPP__
9 
10 #include <fwCore/base.hpp>
11 
12 #include <fwGui/Application.hpp>
13 
14 #include "fwGuiQt/config.hpp"
15 
16 namespace fwGuiQt
17 {
18 
26 class FWGUIQT_CLASS_API Application : public ::fwGui::Application
27 {
28 
29 public:
30 
32  {
33  }
34 
35  virtual ~Application()
36  {
37  }
38 
40  FWGUIQT_API virtual void exit( int returncode = 0);
41 
42 };
43 
44 } // namespace fwGuiQt
45 
46 #endif /*__FWGUIQT_APPLICATION_HPP__*/
47 
48 
Gives access to the qt application part.
Key class used to restrict access to Object construction. See http://www.drdobbs.com/184402053.
The namespace fwGuiQt contains classes which provide the implementation of the Gui using Qt library...
Definition: WindowLevel.hpp:32
Gives access to the underlayed application part.