|
MeVisLab Scripting Reference
|
#include <mlabNetworkModelItem.h>
Inherited by , and .
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).
Referenced by setFrame().
|
virtualslot |
Sets the layout item frame (= position + size).
References frame().
|
slot |
Moves the child item frames by delta (if they are selected).
|
virtualslot |
Moves the network model item frame by delta.