Version: 8.3.0
gui.panels.PanelOutPort Class Reference
Inheritance diagram for gui.panels.PanelOutPort:
Collaboration diagram for gui.panels.PanelOutPort:

Public Member Functions

def handleRestore
 
- Public Member Functions inherited from gui.panels.PanelInPort
def __init__
 
def handleSave
 
def handleRestore
 

Additional Inherited Members

- Public Attributes inherited from gui.panels.PanelInPort
 item
 
 value
 

Detailed Description

Definition at line 159 of file panels.py.

Member Function Documentation

def gui.panels.PanelOutPort.handleRestore (   self)

Definition at line 160 of file panels.py.

161  def handleRestore(self):
162  try:
163  self.value.setText(self.item.port.dump())
164  except:
165  traceback.print_exc()

The documentation for this class was generated from the following file: