COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Application.hpp
Go to the documentation of this file.
1 // Copyright (C) 2010-2011 von Karman Institute for Fluid Dynamics, Belgium
2 //
3 // This software is distributed under the terms of the
4 // GNU Lesser General Public License version 3 (LGPLv3).
5 // See doc/lgpl.txt and doc/gpl.txt for the license text.
6 
7 #ifndef CF_ui_Graphics_Application_hpp
8 #define CF_ui_Graphics_Application_hpp
9 
10 #include <QApplication>
11 
13 
14 namespace cf3 {
15 namespace ui {
16 namespace graphics {
17 
19 
20 class Application : public QApplication
21 {
22  Q_OBJECT
23 
24 public:
25 
26  Application(int & argc, char** argv);
27 
28  virtual bool notify(QObject *, QEvent *);
29 
30 }; // Application
31 
33 
34 } // Graphics
35 } // ui
36 } // cf3
37 
39 
40 #endif // APPLICATION_HPP
Application(int &argc, char **argv)
Definition: Application.cpp:20
Top-level namespace for coolfluid.
Definition: Action.cpp:18
virtual bool notify(QObject *, QEvent *)
Definition: Application.cpp:27
Send comments to:
COOLFluiD Web Admin