| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
sip.simplewrapper --+
|
sip.wrapper --+
|
PyQt4.QtGui.QStandardItem --+
|
NodeItem
The NodeItem stores the information about the node using the ExtendedNodeInfo class and represents it in a QTreeView using the QStandardItemModel
| Nested Classes | |
|
Inherited from |
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Class Methods | |||
[NodeItem, QtGui.QStandardItem(Cofigurations), QtGui.QStandardItem(Node URI)]
|
|
||
|
|||
|
|||
|
|||
| Properties | |
| state | |
| name | |
| masteruri | |
| published | |
| subscribed | |
| services | |
| parent_item | |
| master_discovery_fkie.NodeInfo |
node_info Returns the NodeInfo instance of this node. |
| uri | |
| pid | |
bool
|
has_running Returns True, if there are exists other nodes with the
same name.
|
bool
|
is_ghost Returns True, if there are exists other runnig nodes
with the same name.
|
|
with_namespace Returns `True` if the node name contains a '/' in his name |
|
[str]
|
cfgs Returns the list with all launch configurations assigned to this item. |
|
Inherited from |
|
| Method Details |
Initialize the NodeItem instance.
|
|
Add the given configurations to the node.
|
Remove the given configurations from the node.
|
|
Creates a new node row and returns it as a list with items. This list is used for the visualization of node data as a table row.
|
Compares the name of the node.
|
Compares the name of the node.
|
| Property Details |
state
|
name
|
masteruri
|
published
|
subscribed
|
services
|
parent_item
|
node_infoReturns the NodeInfo instance of this node.
|
uri
|
pid
|
has_runningReturns
|
is_ghostReturns
|
with_namespaceReturns `True` if the node name contains a '/' in his name :rtype: bool
|
cfgsReturns the list with all launch configurations assigned to this item.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri May 3 02:27:57 2019 | http://epydoc.sourceforge.net |