Code_TYMPAN  4.2.0
Industrial site acoustic simulation
Public Member Functions | Protected Attributes | List of all members
TYPanel Class Reference

Classe de definition d'un panel d'information. More...

#include <TYPanel.h>

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

Public Member Functions

 TYPanel ()
 Constructeur. Le constructeur de la calsse TYPanel. More...
 
 TYPanel (const TYPanel &other)
 Constructeur par copie. Le constructeur par copie de la calsse TYPanel. More...
 
virtual ~TYPanel ()
 Destructeur. Le destructeur de la calsse TYPanel. More...
 
TYPaneloperator= (const TYPanel &other)
 Operateur =. More...
 
bool operator== (const TYPanel &other) const
 Operateur ==. More...
 
bool operator!= (const TYPanel &other) const
 Operateur !=. More...
 
virtual bool deepCopy (const TYElement *pOther, bool copyId=true, bool pUseCopyTag=false)
 
virtual std::string toString () const
 
std::string getFirstPos () const
 Get/set de la premiere position. More...
 
void setFirstPos (const std::string &firstPos)
 Set de la premiere position. More...
 
std::string getSecondPos () const
 Get de la seconde position. More...
 
void setSecondPos (const std::string &secondPos)
 Set de la seconde position. More...
 
std::string getValue () const
 Get de la valeur. More...
 
void setValue (const std::string &value)
 Set de la valeur. More...
 
- Public Member Functions inherited from TYElement
void * getAllUses ()
 
void setAllUses (void *allUses)
 
void cleanAllUses ()
 
 TYElement ()
 
 TYElement (TYElement *pParent, bool PutInInstanceList=true)
 
 TYElement (const TYElement &other, bool PutInInstanceList=true)
 
virtual ~TYElement ()
 
virtual DOM_Element toXML (DOM_Element &domElement)
 
virtual int fromXML (DOM_Element domElement)
 
void setID (TYUUID id)
 
void setID (const QString &str_id)
 
const TYUUIDgetID () const
 
QString getStringID () const
 
bool hasNullID () const
 
void regenerateID ()
 
void setName (QString name)
 
void setName (std::string name)
 
virtual QString getName () const
 
void setParent (TYElement *pParent)
 
TYElementgetParent () const
 
virtual void setIsAcousticModified (bool isModified)
 
bool getIsAcousticModified ()
 
virtual void setIsGeometryModified (bool isModified)
 
bool getIsGeometryModified ()
 
TYElementoperator= (const TYElement &other)
 
bool operator== (const TYElement &other) const
 
bool operator!= (const TYElement &other) const
 
bool callFromXMLIfEqual (DOM_Element &domElement, int *pRetVal=NULL)
 
std::string getMetierName ()
 
virtual void updateCurrentCalcul (TYListID &listID, bool recursif=true)
 
virtual void getChilds (LPTYElementArray &childs, bool recursif=true)
 
virtual void setInCurrentCalcul (bool state, bool recurschild=true, bool recursparent=true)
 
virtual bool isInCurrentCalcul ()
 
void addCopy ()
 Increment le compteur de nombre de copies. More...
 
void setCopyCount (const unsigned int copyCount)
 Modifie la vaeur du compteur. More...
 
- Public Member Functions inherited from IRefCount
 IRefCount ()
 
virtual ~IRefCount ()
 
virtual int incRef ()
 
virtual int decRef ()
 
int getRefCount () const
 
- Public Member Functions inherited from OPrototype
virtual ~OPrototype ()
 
virtual OPrototypeclone () const =0
 
virtual const char * getClassName () const
 
bool isA (const char *className) const
 

Protected Attributes

std::string _firstPos
 
std::string _secondPos
 
std::string _value
 
- Protected Attributes inherited from TYElement
QString _name
 Nom courant de l'element. More...
 
TYElement_pParent
 Reference sur l'element parent. More...
 
bool _bPutInInstanceList
 
unsigned int _copyCount
 
bool _inCurrentCalcul
 Indique si cet element est actif dans le Calcul courant. More...
 
bool _isAcousticModified
 Indicateur de modification acoustique. More...
 
bool _isGeometryModified
 Indicateur de modification de la geometrie. More...
 
LPTYElementGraphic _pGraphicObject
 L'object graphique metier associe a cet element. More...
 
void * _allUses
 Multi purpose void pointer (use for compatibility actually) More...
 
- Protected Attributes inherited from IRefCount
int m_refCount
 The reference counter. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from TYElement
static LPTYElementArray findTypeCollectionAndCallFromXML (DOM_Element parentElem, const char *type)
 
static void setLogInstances (bool log)
 
static bool getLogInstances ()
 
static TYElementgetInstance (TYUUID uuid)
 
static void purgeInstances ()
 
static bool testId (const TYUUID &id, const TYElement *pElem)
 
static TYUUID newID ()
 
static TYUUID fromString (QString id)
 
static QString toString (TYUUID &uuid)
 
static uint64 getConstructorCount ()
 
static uint64 getDestructorCount ()
 
static uint64 getIdGenerationCount ()
 
static bool getIsSavedOk ()
 
static void setIsSavedOk (const bool &toSave)
 
static void setRegenerateID (const bool &bRegenerate)
 
static bool getRegenerateID ()
 
- Static Public Member Functions inherited from OPrototype
static OPrototypefindAndClone (const char *className)
 
static int findPrototype (const char *className)
 
static OPrototypesafeDownCast (OPrototype *pObject)
 
static void add_factory (const char *, IOProtoFactory::ptr_type factory)
 
- Protected Member Functions inherited from OPrototype
 OPrototype ()
 

Detailed Description

Classe de definition d'un panel d'information.

Version
v1.0
Author
Projet_Tympan
Date

Definition at line 33 of file TYPanel.h.

Constructor & Destructor Documentation

◆ TYPanel() [1/2]

TYPanel::TYPanel ( )

Constructeur. Le constructeur de la calsse TYPanel.

Definition at line 23 of file TYPanel.cpp.

Here is the call graph for this function:

◆ TYPanel() [2/2]

TYPanel::TYPanel ( const TYPanel other)

Constructeur par copie. Le constructeur par copie de la calsse TYPanel.

Definition at line 32 of file TYPanel.cpp.

◆ ~TYPanel()

TYPanel::~TYPanel ( )
virtual

Destructeur. Le destructeur de la calsse TYPanel.

Definition at line 37 of file TYPanel.cpp.

Member Function Documentation

◆ deepCopy()

bool TYPanel::deepCopy ( const TYElement pOther,
bool  copyId = true,
bool  pUseCopyTag = false 
)
virtual

Effectue une copie en allouant de la memoire (deep copy) et non pas en copiant seulement les pointeurs (shallow copy). Cette methode s'utilise comme l'operateur egal. L'ID peut ne pas etre copie, le parent n'est jamais copie.

Parameters
pOtherL'element a copier.
copyIdCopie l'identifiant unique ou pas.
Returns
true si la copie est possible; false sinon.

Reimplemented from TYElement.

Definition at line 71 of file TYPanel.cpp.

Here is the call graph for this function:

◆ getFirstPos()

std::string TYPanel::getFirstPos ( ) const
inline

Get/set de la premiere position.

Returns
_firstPos

Definition at line 79 of file TYPanel.h.

◆ getSecondPos()

std::string TYPanel::getSecondPos ( ) const
inline

Get de la seconde position.

Returns
_secondPos

Definition at line 92 of file TYPanel.h.

◆ getValue()

std::string TYPanel::getValue ( ) const
inline

Get de la valeur.

Returns
_value

Definition at line 105 of file TYPanel.h.

◆ operator!=()

bool TYPanel::operator!= ( const TYPanel other) const

Operateur !=.

Definition at line 66 of file TYPanel.cpp.

Here is the call graph for this function:

◆ operator=()

TYPanel & TYPanel::operator= ( const TYPanel other)

Operateur =.

Definition at line 42 of file TYPanel.cpp.

Here is the call graph for this function:

◆ operator==()

bool TYPanel::operator== ( const TYPanel other) const

Operateur ==.

Definition at line 54 of file TYPanel.cpp.

Here is the caller graph for this function:

◆ setFirstPos()

void TYPanel::setFirstPos ( const std::string &  firstPos)
inline

Set de la premiere position.

Definition at line 85 of file TYPanel.h.

Here is the caller graph for this function:

◆ setSecondPos()

void TYPanel::setSecondPos ( const std::string &  secondPos)
inline

Set de la seconde position.

Definition at line 98 of file TYPanel.h.

Here is the caller graph for this function:

◆ setValue()

void TYPanel::setValue ( const std::string &  value)
inline

Set de la valeur.

Definition at line 111 of file TYPanel.h.

Here is the caller graph for this function:

◆ toString()

std::string TYPanel::toString ( ) const
virtual

Retourne une chaine de caractere donnant des informations sur cet objet (utile pour le debugage).

Returns
Une chaine de caractere informative sur cet objet.

Reimplemented from TYElement.

Definition at line 84 of file TYPanel.cpp.

Member Data Documentation

◆ _firstPos

std::string TYPanel::_firstPos
protected

Definition at line 114 of file TYPanel.h.

◆ _secondPos

std::string TYPanel::_secondPos
protected

Definition at line 115 of file TYPanel.h.

◆ _value

std::string TYPanel::_value
protected

Definition at line 116 of file TYPanel.h.


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