rqt_reconfigure.treenode_status module
- class rqt_reconfigure.treenode_status.TreenodeStatus(*args: Any, **kwargs: Any)
Bases:
QModelIndex
TreeNodeStatus.
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
- get_is_eval_done()
- get_nodename_full()
- get_shows()
- set_is_eval_done(v)
- set_nodename_full(nodename_full)
- set_shows(v)