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

Public Member Functions

def connecting (self, item)
 
- Public Member Functions inherited from gui.Items.ItemComposedNode
def __init__ (self, node)
 
def isExpandable (self)
 
def getChildren (self)
 
def dblselected (self)
 
def selected (self)
 
def getIconName (self)
 
def panel (self, parent)
 
def addNode (self, service)
 
def panel1 (self, parent)
 
def layout (self, rankdir)
 
def addLink (self, link)
 
- Public Member Functions inherited from gui.Item.Item
def father (self)
 
def box (self, parent)
 

Private Attributes

 _connecting
 

Additional Inherited Members

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

Detailed Description

Item pour la procedure

Definition at line 237 of file Items.py.

Member Function Documentation

◆ connecting()

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

Definition at line 239 of file Items.py.

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

Member Data Documentation

◆ _connecting

gui.Items.ItemProc._connecting
private

Definition at line 241 of file Items.py.


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