Version: 8.3.0
gui.Items.ItemOutGate Class Reference
Inheritance diagram for gui.Items.ItemOutGate:
Collaboration diagram for gui.Items.ItemOutGate:

Public Member Functions

def __init__
 
- Public Member Functions inherited from gui.Items.ItemPort
def __init__
 
def selected
 
def getIconName
 
def panel
 
def link
 
def connect
 
- Public Member Functions inherited from gui.Item.Item
def __init__
 
def isExpandable
 
def getChildren
 
def father
 
def getIconName
 
def panel
 
def box
 
def selected
 
def dblselected
 

Public Attributes

 port
 
- Public Attributes inherited from gui.Items.ItemPort
 port
 
 label
 
 root
 
 emitting
 
- Public Attributes inherited from gui.Item.Item
 label
 
 emitting
 

Additional Inherited Members

- Static Public Attributes inherited from gui.Items.ItemPort
list panels = []
 

Detailed Description

Item for OutGate

Definition at line 353 of file Items.py.

Constructor & Destructor Documentation

def gui.Items.ItemOutGate.__init__ (   self,
  port 
)

Definition at line 355 of file Items.py.

356  def __init__(self,port):
357  Item.Item.__init__(self)
358  self.port=port

Member Data Documentation

gui.Items.ItemOutGate.port

Definition at line 357 of file Items.py.

Referenced by gui.sessions.Sessions.getChildren().


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