Example #1
0
 def undoCmd(self):
     """
         Undoes the creation of the node.
         Just calls the function undoCmd() of the class CmdCreateNode.
     """
     CmdCreateNode.undoCmd(self)
Example #2
0
 def undoCmd(self):
     """
         Undoes the creation of the node.
         Just calls the function undoCmd() of the class CmdCreateNode.
     """
     CmdCreateNode.undoCmd(self)