Version: 9.15.0
gui.CItems.OutStreamItem Class Reference
Inheritance diagram for gui.CItems.OutStreamItem:
Collaboration diagram for gui.CItems.OutStreamItem:

Public Member Functions

def __init__ (self, node, port, canvas)
 
- Public Member Functions inherited from gui.CItems.OutPortItem
def myMove (self, dx, dy)
 
def link (self, obj)
 
def addOutLink (self, link)
 
def links (self)
 
- Public Member Functions inherited from gui.CItems.PortItem
def moveBy (self, dx, dy)
 
def getObj (self)
 
def popup (self, canvasView)
 
def connect (self)
 
def tooltip (self, view, pos)
 
def selected (self)
 

Additional Inherited Members

- Public Attributes inherited from gui.CItems.PortItem
 port
 
 item
 
 node
 
 context
 

Detailed Description

Definition at line 480 of file CItems.py.

Constructor & Destructor Documentation

◆ __init__()

def gui.CItems.OutStreamItem.__init__ (   self,
  node,
  port,
  canvas 
)

Reimplemented from gui.CItems.OutPortItem.

Definition at line 481 of file CItems.py.

481  def __init__(self,node,port,canvas):
482  OutPortItem.__init__(self,node,port,canvas)
483  self.setBrush(QBrush(Qt.green))
484 

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