67 if (TYElement::operator!=(other))
136 bool epaisseurOk =
false;
137 bool matStructFound =
false;
138 bool matFace1Found =
false;
139 bool matFace2Found =
false;
143 QDomNodeList childs = domElement.childNodes();
144 for (
unsigned int i = 0; i < childs.length(); i++)
146 elemCur = childs.item(i).toElement();
153 else if (!matFace1Found)
157 else if (!matFace2Found)
TY_EXTENSION_INST(TYParoi)
virtual const char * getClassName() const
virtual bool deepCopy(const TYElement *pOther, bool copyId=true, bool pUseCopyTag=false)
virtual DOM_Element toXML(DOM_Element &domElement)
QString _name
Nom courant de l'element.
TYElement & operator=(const TYElement &other)
bool callFromXMLIfEqual(DOM_Element &domElement, int *pRetVal=NULL)
void setParent(TYElement *pParent)
virtual int fromXML(DOM_Element domElement)
virtual DOM_Element toXML(DOM_Element &domElement)
virtual bool deepCopy(const TYElement *pOther, bool copyId=true, bool pUseCopyTag=false)
QString generateName(const char *classname)
Retourne le nom de la classe associe a un nombre.
static TYNameManager * get()
Retourne l'instance singleton.
virtual DOM_Element toXML(DOM_Element &domElement)
LPTYMateriauConstruction _matStruct
Materiau interne.
TYParoi & operator=(const TYParoi &other)
Operateur =.
double _epaisseur
Epaisseur.
virtual int fromXML(DOM_Element domElement)
LPTYMateriauConstruction _matFace2
Materiau face 2 (exterieure)
bool operator!=(const TYParoi &other) const
Operateur !=.
bool operator==(const TYParoi &other) const
Operateur ==.
virtual bool deepCopy(const TYElement *pOther, bool copyId=true, bool pUseCopyTag=false)
LPTYMateriauConstruction _matFace1
Materiau face 1 (interieure)
virtual std::string toString() const