controls/LibraryPanel.py
branchpython3
changeset 3765 88fe6fc9fd38
parent 3750 f62625418bff
child 3789 8def429216ca
equal deleted inserted replaced
3764:d92c1a3dafa7 3765:88fe6fc9fd38
   112         self.Controller = None
   112         self.Controller = None
   113 
   113 
   114         # Variable storing functions and function blocks library to display
   114         # Variable storing functions and function blocks library to display
   115         self.BlockList = None
   115         self.BlockList = None
   116 
   116 
   117     def __del__(self):
       
   118         """
       
   119         Destructor
       
   120         """
       
   121         # Remove reference to project controller
       
   122         self.Controller = None
       
   123 
       
   124     def SetController(self, controller):
   117     def SetController(self, controller):
   125         """
   118         """
   126         Set reference to project controller
   119         Set reference to project controller
   127         @param controller: Reference to project controller
   120         @param controller: Reference to project controller
   128         """
   121         """