- def doPaste(self,node_selected,pos):
- objet_a_copier = self.item.getCopieObjet()
- # before est un effet de bord heureux sur l index
- child=self.appendBrother(objet_a_copier,'before')
- if self.editor.fenetreCentraleAffichee : self.editor.fenetreCentraleAffichee.node.affichePanneau()
- self.update_NodeLabelInBlack()
- self.parent().buildChildren()
- return child
+ #def doPaste(self,node_selected,pos):
+ # objet_a_copier = self.item.getCopieObjet()
+ # # before est un effet de bord heureux sur l index
+ # child=self.appendBrother(objet_a_copier,'before')
+ # if self.editor.fenetreCentraleAffichee : self.editor.fenetreCentraleAffichee.node.affichePanneau()
+ # self.update_NodeLabelInBlack()
+ # self.parent().buildChildren()
+ # return child
- return self.idUnique
+ def getIdUnique(self):
+ #---------------------
++ return 3