Inherited by MLABBaseConnectionContainerItem, MLABConnectionContainerItem, MLABConnectionContainerItemGroup, MLABConnectorItem, MLABModuleItem, MLABNetworkModelItemGroup, MLABNetworkModelRootItem, and MLABNoteItem.
Public Slots | |
Scripting methods | |
| virtual QRect | frame () const |
| virtual void | setFrame (const QRect &frame, bool notifyParent=true) |
| void | translateChildrenFrames (const QPoint &delta, bool selectedOnly, bool notifyParent=true) |
| virtual void | translateFrame (const QPoint &delta, bool notifyParent=true) |
| virtual QRect MLABNetworkModelItem::frame | ( | ) | const [inline, virtual, slot] |
Returns the layout item frame (= position + size).
| virtual void MLABNetworkModelItem::setFrame | ( | const QRect & | frame, | |
| bool | notifyParent = true | |||
| ) | [virtual, slot] |
Sets the layout item frame (= position + size).
| void MLABNetworkModelItem::translateChildrenFrames | ( | const QPoint & | delta, | |
| bool | selectedOnly, | |||
| bool | notifyParent = true | |||
| ) | [slot] |
Moves the child item frames by delta (if they are selected).
| virtual void MLABNetworkModelItem::translateFrame | ( | const QPoint & | delta, | |
| bool | notifyParent = true | |||
| ) | [virtual, slot] |
Moves the network model item frame by delta.
1.5.8