Code_TYMPAN  4.2.0
Industrial site acoustic simulation
Classes | Functions
TYApplication.h File Reference

pour l'application Tympan (fichier header) More...

#include <qapplication.h>
#include "TYCalculManager.h"
#include "TYActionManager.h"
#include "TYMainWindow.h"
Include dependency graph for TYApplication.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TYApplication
 Classe principale pour l'application Tympan. More...
 

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 (fichier header)

Author
Projet_Tympan

Definition in file TYApplication.h.

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: