| 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)]
|
|
||
|
|||
|
|||
|
|||
| Class Variables | |
ITEM_TYPE = 1035
|
|
NAME_ROLE = 33
|
|
COL_CFG = 1
|
|
STATE_OFF = 0
|
|
STATE_RUN = 1
|
|
STATE_WARNING = 2
|
|
STATE_GHOST = 3
|
|
STATE_DUPLICATE = 4
|
|
|
Inherited from |
|
| Properties | |
| state | |
| name | |
| masteruri | |
| published | |
| subscribed | |
| services | |
| 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.
|
[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
|
node_infoReturns the NodeInfo instance of this node.
|
uri
|
pid
|
has_runningReturns
|
is_ghostReturns
|
cfgsReturns the list with all launch configurations assigned to this item.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Apr 27 02:41:55 2017 | http://epydoc.sourceforge.net |