| 
    MeVisLab Scripting Reference
    
   | 
 
#include <mlabNetworkModelItem.h>
Inherits QObject.
Inherited by MLABBaseConnectionContainerItem, MLABConnectionContainerItemGroup, MLABConnectorItem, MLABModuleItem, MLABNetworkModelItemGroup, MLABNetworkModelRootItem, and MLABNoteItem.
Public Slots | |
Scripting methods  | |
  | |
| virtual void | translateFrame (const QPoint &delta, bool notifyParent=true) | 
| void | translateChildrenFrames (const QPoint &delta, bool selectedOnly, bool notifyParent=true) | 
| virtual void | setFrame (const QRect &frame, bool notifyParent=true) | 
| virtual QRect | frame () const | 
This is an item that is layouted in a network layout.
      
  | 
  inlinevirtualslot | 
Returns the layout item frame (= position + size).
      
  | 
  virtualslot | 
Sets the layout item frame (= position + size).
      
  | 
  slot | 
Moves the child item frames by delta (if they are selected). 
      
  | 
  virtualslot | 
Moves the network model item frame by delta.