Code_TYMPAN  4.4.0
Industrial site acoustic simulation
Public Member Functions | Protected Slots | Protected Attributes | List of all members
TYAddLibraryDialog Class Reference

Boite de dialogue pour l'ajout d'un element dans la bibliotheque. More...

#include <TYAddLibraryDialog.h>

Inheritance diagram for TYAddLibraryDialog:
Inheritance graph
[legend]
Collaboration diagram for TYAddLibraryDialog:
Collaboration graph
[legend]

Public Member Functions

 TYAddLibraryDialog (QWidget *parent=0, const char *name=0, Qt::WindowFlags f=QFlag(0))
 Constructeur par defaut. More...
 
virtual ~TYAddLibraryDialog ()
 Destructeur. More...
 
void setElement (LPTYElement element)
 Acces a l'element. More...
 

Protected Slots

void save ()
 Sauvegarde. More...
 
void setEnableButton (const QString &)
 Active ou non le bouton _pSaveBtn. More...
 

Protected Attributes

LPTYElement _element
 Element a sauvegarder. More...
 
TYLibraryWidget_pLibrary
 La librarie. More...
 
QLineEdit * _lineEditName
 Le nom de sauvegarde. More...
 
QLabel * _labelName
 
QPushButton * _pSaveBtn
 Le bouton de sauvegarde. More...
 

Detailed Description

Boite de dialogue pour l'ajout d'un element dans la bibliotheque.

Definition at line 45 of file TYAddLibraryDialog.h.

Constructor & Destructor Documentation

◆ TYAddLibraryDialog()

TYAddLibraryDialog::TYAddLibraryDialog ( QWidget *  parent = 0,
const char *  name = 0,
Qt::WindowFlags  f = QFlag(0) 
)

Constructeur par defaut.

Definition at line 42 of file TYAddLibraryDialog.cpp.

Here is the call graph for this function:

◆ ~TYAddLibraryDialog()

TYAddLibraryDialog::~TYAddLibraryDialog ( )
virtual

Destructeur.

Definition at line 91 of file TYAddLibraryDialog.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ save

void TYAddLibraryDialog::save ( )
protectedslot

Sauvegarde.

Definition at line 102 of file TYAddLibraryDialog.cpp.

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

◆ setElement()

void TYAddLibraryDialog::setElement ( LPTYElement  element)

Acces a l'element.

Definition at line 97 of file TYAddLibraryDialog.cpp.

Here is the caller graph for this function:

◆ setEnableButton

void TYAddLibraryDialog::setEnableButton ( const QString &  str)
protectedslot

Active ou non le bouton _pSaveBtn.

Definition at line 165 of file TYAddLibraryDialog.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ _element

LPTYElement TYAddLibraryDialog::_element
protected

Element a sauvegarder.

Definition at line 76 of file TYAddLibraryDialog.h.

◆ _labelName

QLabel* TYAddLibraryDialog::_labelName
protected

Definition at line 83 of file TYAddLibraryDialog.h.

◆ _lineEditName

QLineEdit* TYAddLibraryDialog::_lineEditName
protected

Le nom de sauvegarde.

Definition at line 82 of file TYAddLibraryDialog.h.

◆ _pLibrary

TYLibraryWidget* TYAddLibraryDialog::_pLibrary
protected

La librarie.

Definition at line 79 of file TYAddLibraryDialog.h.

◆ _pSaveBtn

QPushButton* TYAddLibraryDialog::_pSaveBtn
protected

Le bouton de sauvegarde.

Definition at line 86 of file TYAddLibraryDialog.h.


The documentation for this class was generated from the following files: