|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
Boite de dialogue pour la lecture d'un element dans la bibliotheque. More...
#include <TYGetLibraryDialog.h>


Public Member Functions | |
| TYGetLibraryDialog (int filter, QWidget *parent=0, const char *name=0, Qt::WindowFlags f=QFlag(0)) | |
| virtual | ~TYGetLibraryDialog () |
| LPTYElementArray | getElements () |
Protected Slots | |
| void | openSelected () |
| Lit la selection. More... | |
| void | setEnableButton (const QString &) |
| Active ou non le bouton _pOpenBtn. More... | |
Protected Attributes | |
| LPTYElementArray | _elements |
| La collection d'element. More... | |
| QPushButton * | _pOpenBtn |
| Le bouton open. More... | |
| TYLibraryWidget * | _pLibrary |
| La librarie. More... | |
Boite de dialogue pour la lecture d'un element dans la bibliotheque.
Definition at line 41 of file TYGetLibraryDialog.h.
| TYGetLibraryDialog::TYGetLibraryDialog | ( | int | filter, |
| QWidget * | parent = 0, |
||
| const char * | name = 0, |
||
| Qt::WindowFlags | f = QFlag(0) |
||
| ) |
Constructeur par defaut.
Definition at line 39 of file TYGetLibraryDialog.cpp.

|
virtual |
Destructeur.
Definition at line 71 of file TYGetLibraryDialog.cpp.

| LPTYElementArray TYGetLibraryDialog::getElements | ( | ) |
Accesseur a la collection d'elements
Definition at line 77 of file TYGetLibraryDialog.cpp.

|
protectedslot |
Lit la selection.
Definition at line 82 of file TYGetLibraryDialog.cpp.


|
protectedslot |
Active ou non le bouton _pOpenBtn.
Definition at line 148 of file TYGetLibraryDialog.cpp.

|
protected |
La collection d'element.
Definition at line 69 of file TYGetLibraryDialog.h.
|
protected |
La librarie.
Definition at line 75 of file TYGetLibraryDialog.h.
|
protected |
Le bouton open.
Definition at line 72 of file TYGetLibraryDialog.h.