Code_TYMPAN  4.2.0
Industrial site acoustic simulation
Macros | Functions
TYApplication.cpp File Reference

pour l'application Tympan More...

#include <qdir.h>
#include <qtimer.h>
#include <qmessagebox.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"
Include dependency graph for TYApplication.cpp:

Go to the source code of this file.

Macros

#define TR(id)   OLocalizator::getString("TYApplication", (id))
 

Functions

TYApplicationgetTYApp ()
 Retourne le pointeur sur l'application. More...
 
TYMainWindowgetTYMainWnd ()
 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...
 

Detailed Description

pour l'application Tympan

Definition in file TYApplication.cpp.

Macro Definition Documentation

◆ TR

#define TR (   id)    OLocalizator::getString("TYApplication", (id))

Definition at line 44 of file TYApplication.cpp.

Function Documentation

◆ getTYApp()

TYApplication* getTYApp ( )

Retourne le pointeur sur l'application.

Definition at line 47 of file TYApplication.cpp.

Here is the caller graph for this function:

◆ getTYMainWnd()

TYMainWindow* getTYMainWnd ( )

Retourne le pointeur sur la fenetre principale.

Definition at line 61 of file TYApplication.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeDebugMsg()

void writeDebugMsg ( QString  msg)

Affiche un message de debug dans la fenetre de sortie.

Definition at line 78 of file TYApplication.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeOutputMsg()

void writeOutputMsg ( QString  msg)

Affiche un message dans la fenetre de sortie.

Definition at line 70 of file TYApplication.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: