Public Member Functions | Private Attributes
rqt_reconfigure.treenode_status.TreenodeStatus Class Reference
Inheritance diagram for rqt_reconfigure.treenode_status.TreenodeStatus:
Inheritance graph
[legend]

List of all members.

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

Detailed Description


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 42 of file treenode_status.py.


Constructor & Destructor Documentation

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 60 of file treenode_status.py.


Member Function Documentation

Definition at line 85 of file treenode_status.py.

Definition at line 79 of file treenode_status.py.

Definition at line 91 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.


Member Data Documentation

Definition at line 68 of file treenode_status.py.

Definition at line 68 of file treenode_status.py.

Definition at line 68 of file treenode_status.py.


The documentation for this class was generated from the following file:


rqt_reconfigure
Author(s): Isaac Saito, Ze'ev Klapow
autogenerated on Sat Jul 6 2019 03:49:38