Public Member Functions | Private Member Functions | Private Attributes
rqt_console.filters.list_filter_widget.ListFilterWidget Class Reference
Inheritance diagram for rqt_console.filters.list_filter_widget.ListFilterWidget:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def handle_item_changed
def repopulate
def restore_settings
def save_settings
def select_item

Private Member Functions

def _add_item

Private Attributes

 _display_list
 _list_populate_function
 _parentfilter

Detailed Description

Generic List widget to be used when implementing filters that require
limited dynamic selections

Definition at line 43 of file list_filter_widget.py.


Constructor & Destructor Documentation

def rqt_console.filters.list_filter_widget.ListFilterWidget.__init__ (   self,
  parentfilter,
  rospack,
  item_provider 
)
:param parentfilter: The filter object, must implement set_list and
contain _list ''QObject''
:param item_provider: a function designed to provide a list or dict

Definition at line 48 of file list_filter_widget.py.


Member Function Documentation

Insert item in alphabetical order.

Definition at line 105 of file list_filter_widget.py.

Definition at line 79 of file list_filter_widget.py.

Repopulates the display widgets based on the function arguments passed
in during initialization

Definition at line 82 of file list_filter_widget.py.

Restores the settings for this filter from an ini file.
:param settings: used to extract the settings from an ini file ''qt_gui.settings.Settings''

Definition at line 122 of file list_filter_widget.py.

Saves the settings for this filter.
:param settings: used to write the settings to an ini file ''qt_gui.settings.Settings''

Definition at line 115 of file list_filter_widget.py.

All items matching text will be selected in the list_widget
:param item: a string to be matched against the list ''str''

Definition at line 69 of file list_filter_widget.py.


Member Data Documentation

Definition at line 52 of file list_filter_widget.py.

Definition at line 52 of file list_filter_widget.py.

Definition at line 52 of file list_filter_widget.py.


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


rqt_console
Author(s): Aaron Blasdel
autogenerated on Wed Sep 16 2015 06:57:57