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

Public Member Functions

def connecting
 
- Public Member Functions inherited from gui.Items.ItemComposedNode
def __init__
 
def isExpandable
 
def getChildren
 
def dblselected
 
def selected
 
def getIconName
 
def panel
 
def addNode
 
def panel1
 
def layout
 
def addLink
 
- 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
 

Private Attributes

 _connecting
 

Additional Inherited Members

- Public Attributes inherited from gui.Items.ItemComposedNode
 node
 
 graph
 
 label
 
 datalinks
 
 controllinks
 
 emitting
 
- Static Public Attributes inherited from gui.Items.ItemComposedNode
int n = 0
 

Detailed Description

Item pour la procedure

Definition at line 237 of file Items.py.

Member Function Documentation

def gui.Items.ItemProc.connecting (   self,
  item 
)

Definition at line 239 of file Items.py.

240  def connecting(self,item):
241  print "ItemProc.connecting",item
242  self._connecting=item

Member Data Documentation

gui.Items.ItemProc._connecting
private

Definition at line 241 of file Items.py.


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