|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
pour l'application Tympan More...
#include <qdir.h>#include <qtimer.h>#include <qmessagebox.h>#include <signal.h>#include "Tympan/core/config.h"#include "Tympan/models/business/OLocalizator.h"#include "Tympan/models/business/TYPreferenceManager.h"#include "Tympan/models/business/TYXMLManager.h"#include "Tympan/models/business/TYProgressManager.h"#include "Tympan/models/business/TYPluginManager.h"#include "Tympan/models/business/infrastructure/TYSiteNode.h"#include "Tympan/gui/tools/TYImageManager.h"#include "Tympan/gui/app/OSplashScreen.h"#include "Tympan/gui/app/TYMessageManager.h"#include "Tympan/gui/app/TYOutputFrame.h"#include "Tympan/gui/app/TYProjetFrame.h"#include "Tympan/gui/app/TYMainWindow.h"#include "TYApplication.h"
Go to the source code of this file.
Macros | |
| #define | TR(id) OLocalizator::getString("TYApplication", (id)) |
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
Definition in file TYApplication.cpp.
| #define TR | ( | id | ) | OLocalizator::getString("TYApplication", (id)) |
Definition at line 43 of file TYApplication.cpp.
| 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.

