Code_TYMPAN  4.2.0
Industrial site acoustic simulation
Public Member Functions | Static Public Member Functions | Static Private Attributes | List of all members
TYPickingTable Class Reference

classe graphique pour la gestion de la table de correspondanceindice/element pour le picking More...

#include <TYPickingTable.h>

Collaboration diagram for TYPickingTable:
Collaboration graph
[legend]

Public Member Functions

 TYPickingTable ()
 
virtual ~TYPickingTable ()
 

Static Public Member Functions

static TYElementgetElement (int index)
 
static TYTabPtrElement getElements ()
 
static void purgeElements ()
 
static void addElement (TYElement *pElt)
 
static int getIndex ()
 

Static Private Attributes

static TYTabPtrElement _elements
 Collection de toutes les Elements de type TYPickingTable et derivees. More...
 
static int _index
 indice courant More...
 

Detailed Description

classe graphique pour la gestion de la table de correspondanceindice/element pour le picking

Definition at line 45 of file TYPickingTable.h.

Constructor & Destructor Documentation

◆ TYPickingTable()

TYPickingTable::TYPickingTable ( )

Constructeur.

Definition at line 35 of file TYPickingTable.cpp.

◆ ~TYPickingTable()

TYPickingTable::~TYPickingTable ( )
virtual

Destructeur.

Definition at line 40 of file TYPickingTable.cpp.

Member Function Documentation

◆ addElement()

void TYPickingTable::addElement ( TYElement pElt)
static

Ajoute une Element au tableau d'enregistrement des elements.

Parameters
pEltL'element a ajouter.

Definition at line 45 of file TYPickingTable.cpp.

Here is the caller graph for this function:

◆ getElement()

TYElement * TYPickingTable::getElement ( int  index)
static

Recherche un element particulier a partir de son indice.

Parameters
indexL'indice de l'element a rechercher.
Returns
L'Element ayant l'indice correspondant, sinon NULL.

Definition at line 52 of file TYPickingTable.cpp.

Here is the caller graph for this function:

◆ getElements()

static TYTabPtrElement TYPickingTable::getElements ( )
inlinestatic

Retourne l'ensemble des elements enregistrees.

Returns
L'ensemble des elements enregistrees.

Definition at line 75 of file TYPickingTable.h.

Here is the call graph for this function:

◆ getIndex()

static int TYPickingTable::getIndex ( )
inlinestatic

Get de l'indice courant.

Definition at line 92 of file TYPickingTable.h.

Here is the caller graph for this function:

◆ purgeElements()

void TYPickingTable::purgeElements ( )
static

Vide le tableau de l'enregistrement des elements.

Definition at line 64 of file TYPickingTable.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ _elements

TYTabPtrElement TYPickingTable::_elements
staticprivate

Collection de toutes les Elements de type TYPickingTable et derivees.

Definition at line 97 of file TYPickingTable.h.

◆ _index

int TYPickingTable::_index
staticprivate

indice courant

Definition at line 100 of file TYPickingTable.h.


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