|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
pour l'application Tympan (fichier header) More...
#include <qapplication.h>#include "TYCalculManager.h"#include "TYActionManager.h"#include "TYMainWindow.h"

Go to the source code of this file.
Classes | |
| class | TYApplication |
| Classe principale pour l'application Tympan. More... | |
Functions | |
| TYApplication * | getTYApp () |
| Retourne le pointeur sur l'application. More... | |
| TYMainWindow * | getTYMainWnd () |
| Retourne le pointeur sur la fenetre principale. More... | |
| void | writeOutputMsg (QString msg) |
| Affiche un message dans la fenetre de sortie. More... | |
| void | writeDebugMsg (QString msg) |
| Affiche un message de debug dans la fenetre de sortie. More... | |
| void | signalHandler (int signum) |
| Handle segmentation fault and warn user before app terminates. More... | |
pour l'application Tympan (fichier header)
Definition in file TYApplication.h.
| TYApplication* getTYApp | ( | ) |
Retourne le pointeur sur l'application.
Definition at line 45 of file TYApplication.cpp.

| TYMainWindow* getTYMainWnd | ( | ) |
Retourne le pointeur sur la fenetre principale.
Definition at line 62 of file TYApplication.cpp.


| void signalHandler | ( | int | signum | ) |
Handle segmentation fault and warn user before app terminates.
Definition at line 517 of file TYApplication.cpp.

| void writeDebugMsg | ( | QString | msg | ) |
Affiche un message de debug dans la fenetre de sortie.
Definition at line 82 of file TYApplication.cpp.


| void writeOutputMsg | ( | QString | msg | ) |
Affiche un message dans la fenetre de sortie.
Definition at line 74 of file TYApplication.cpp.

