From: pascale.noyret Date: Thu, 21 Oct 2021 14:00:12 +0000 (+0200) Subject: retour arrière pour garder X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ff072d3ced26f60b02d06b9eb1e52706c7928121;p=tools%2Feficas.git retour arrière pour garder getDicoObjetsCompletsPourTree --- diff --git a/Ihm/I_JDC.py b/Ihm/I_JDC.py index 5ccf77eb..24a46945 100644 --- a/Ihm/I_JDC.py +++ b/Ihm/I_JDC.py @@ -984,6 +984,16 @@ class JDC(I_OBJECT.OBJECT): monDico['children']=listNodes return monDico + def getDicoObjetsCompletsPourTree(self): + monDico={} + monDico['text']=self.code + # self.editor.fichier ? + listNodes=[] + for e in self.etapes : + listNodes.append(e.getDicoObjetsCompletsPourTree()) + monDico['nodes']=listNodes + return monDico + #ATTENTION SURCHARGE : les methodes ci-dessus surchargent des methodes de Noyau et Validation : a reintegrer