The NodeItem stores the information about the node using the
ExtendedNodeInfo class and represents it in a PySide.QtGui.QTreeModel using the PySide.QtGui.QStandardItemModel
|
|
|
|
|
|
bool
|
is_valid(self)
Returns True if the node has no configuration and is not
running, so the pid and node URI are None |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
has_running(self,
state)
Sets however other node with the same name are running or not (on
other hosts) and updates the view oth this item. |
source code
|
|
|
|
updateDispayedName(self)
Updates the name representation of the Item |
source code
|
|
|
|
updateDisplayedURI(self)
Updates the URI representation in other column. |
source code
|
|
[str]
|
cfgs(self)
Returns the list with all launch configurations assigned to this
item. |
source code
|
|
|
|
|
|
|
|
|
|
updateDisplayedConfig(self)
Updates the configuration representation in other column. |
source code
|
|
|
|
|
|
|
__eq__(self,
item)
Compares the name of the node. |
source code
|
|
|
|
__gt__(self,
item)
Compares the name of the node. |
source code
|
|