Public Member Functions | |
def | __init__ |
def | get_is_eval_done |
def | get_nodename_full |
def | get_shows |
def | set_is_eval_done |
def | set_nodename_full |
def | set_shows |
Private Attributes | |
_is_eval_done | |
_nodename_full | |
_shows |
This class contains very similar information with rqt_reconfigure.ParameterItem. The purpose of this class is to enable FilterChildrenModel (subclassing QSortFilterProxyModel) to look up each node, which, afaik, is not possible via QSortFilterProxyModel and that's why I created this class. That said, to store an info about each treenode: - ParameterItem should be used to show on view. - This class should be used when you need to keep track from QAbstractProxyModel :author: Isaac Saito
Definition at line 39 of file treenode_status.py.
def rqt_reconfigure.treenode_status.TreenodeStatus.__init__ | ( | self, | |
nodename_full = None , |
|||
qmindex = None |
|||
) |
:param index_id: default value is -1, which indicates "not set". This can be set. :param nodename_full: default value is None, which indicates "not set". This can be set. :type index_id: qint64 :type nodename_full: str :type qmindex: QModelIndex
Definition at line 57 of file treenode_status.py.
Definition at line 82 of file treenode_status.py.
Definition at line 76 of file treenode_status.py.
Definition at line 88 of file treenode_status.py.
def rqt_reconfigure.treenode_status.TreenodeStatus.set_is_eval_done | ( | self, | |
v | |||
) |
Definition at line 79 of file treenode_status.py.
def rqt_reconfigure.treenode_status.TreenodeStatus.set_nodename_full | ( | self, | |
nodename_full | |||
) |
Definition at line 73 of file treenode_status.py.
def rqt_reconfigure.treenode_status.TreenodeStatus.set_shows | ( | self, | |
v | |||
) |
Definition at line 85 of file treenode_status.py.
Definition at line 65 of file treenode_status.py.
Definition at line 65 of file treenode_status.py.
Definition at line 65 of file treenode_status.py.