Inherits MLABNetworkModelItem.
Public Slots | |
Scripting methods | |
| QColor | backgroundColor () const |
| QString | groupName () const |
| QList< MLABModule * > | modules () |
| void | remove () |
| void | rename () |
| void | setBackgroundColor (const QColor &color) |
| bool | setGroupName (const QString &name) |
| QColor MLABNetworkModelItemGroup::backgroundColor | ( | ) | const [inline, slot] |
Returns the group color.
| QString MLABNetworkModelItemGroup::groupName | ( | ) | const [inline, slot] |
Returns the name of the group.
| QList<MLABModule*> MLABNetworkModelItemGroup::modules | ( | ) | [slot] |
Get the modules that are in this group.
| void MLABNetworkModelItemGroup::remove | ( | ) | [slot] |
Remove the group (and put the modules/items to the main network).
| void MLABNetworkModelItemGroup::rename | ( | ) | [slot] |
Rename the group with a dialog.
| void MLABNetworkModelItemGroup::setBackgroundColor | ( | const QColor & | color | ) | [inline, slot] |
Set the group color.
| bool MLABNetworkModelItemGroup::setGroupName | ( | const QString & | name | ) | [slot] |
Set a new name for the group (returns false if the name is already used by another group and keeps the previous name).
1.5.8