| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
sip.simplewrapper --+
|
sip.wrapper --+
|
PyQt4.QtGui.QStandardItem --+
|
GroupItem
The GroupItem stores the information about a group of nodes.
| Nested Classes | |
|
Inherited from |
| Instance Methods | |||
|
|||
|
|||
|
|||
| bool |
|
||
|
|||
| bool |
|
||
|
|||
dict(config : [str])
|
|
||
[QtGui.QStandardItem]
|
|
||
[QtGui.QStandardItem]
|
|
||
| GroupItem |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
[str]
|
|
||
|
|||
|
|||
str
|
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Class Variables | |
ITEM_TYPE = 57
|
|
|
Inherited from |
|
| Instance Variables | |
|
is_system_group dict(config : dict(namespace: dict(group:dict('type' : str, 'images' : [str], 'description' : str, 'nodes' : [str])))) |
|
| Properties | |
str
|
name The name of this group. |
int
|
state The state of this group. |
| is_group | |
| cfgs | |
|
Inherited from |
|
| Method Details |
Initialize the GroupItem object with given values.
|
Returns `True` if the group contains the node.
|
Add new capabilities. Based on this capabilities the node are grouped. The view will be updated.
|
Returns `True` if the group was changed by adding a new node.
|
Removes internal entry of the capability, so the new nodes are not grouped. To update view NodeTreeModel.removeConfigNodes() and GroupItem.clearUp() must be called.
|
Returns the names of groups, which contains the given node.
|
Since the same node can be included by different groups, this method searches for all nodes with given name and returns these items.
|
Returns all nodes in this group and subgroups.
|
Returns a GroupItem with given name. If no group with this name exists, a new one will be created. Assumption: No groups in group!!
|
Adds a new node with given name.
|
Removes not running and not configured nodes.
|
Updates the running state of the nodes given in a dictionary.
|
Returns the names of all running nodes. A running node is defined by his PID.
See Also: master_dicovery_fkie.NodeInfo |
While a synchronization same node on different hosts have the same name, the nodes with the same on other host are marked.
|
Creates a tooltip description based on text set by updateDescription() and all childs of this host with valid sensor description. The result is returned as a HTML part.
|
Sets the description of the robot. To update the tooltip of the host item use updateTooltip().
|
|
Compares the name of the group.
|
x!=y
|
Compares the name of the group.
|
| Property Details |
nameThe name of this group.
|
stateThe state of this group.
|
is_group
|
cfgs
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri May 3 02:27:57 2019 | http://epydoc.sourceforge.net |