Loading [MathJax]/extensions/tex2jax.js
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
cf3
ui
graphics
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
cf3::ui::graphics::Application
Definition:
Application.hpp:20
cf3::ui::graphics::Application::Application
Application(int &argc, char **argv)
Definition:
Application.cpp:20
cf3
Top-level namespace for coolfluid.
Definition:
Action.cpp:18
cf3::ui::graphics::Application::notify
virtual bool notify(QObject *, QEvent *)
Definition:
Application.cpp:27
Generated on Sun Jun 14 2015 21:20:15 for COOLFluiD by
1.8.9.1
Send comments to:
COOLFluiD Web Admin