controls/DebugVariablePanel/DebugVariableViewer.py
changeset 1202 3d8c87ab2b5d
parent 1200 501cb0bb4c05
child 1206 35046bc74554
equal deleted inserted replaced
1201:3907f10efcf4 1202:3d8c87ab2b5d
    99     def GetItems(self):
    99     def GetItems(self):
   100         """
   100         """
   101         Return items displayed by Viewer
   101         Return items displayed by Viewer
   102         @return: List of items displayed in Viewer
   102         @return: List of items displayed in Viewer
   103         """
   103         """
   104         return self.Items
   104         return self.ItemsDict.values()
   105     
   105     
   106     def AddItem(self, item):
   106     def AddItem(self, item):
   107         """
   107         """
   108         Add an item to the list of items displayed by Viewer
   108         Add an item to the list of items displayed by Viewer
   109         @param item: Item to add to the list
   109         @param item: Item to add to the list