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

List of all members.

Public Member Functions

def __init__
def get_regexp
def get_text
def set_text
def test_message

Public Attributes

 regex

Private Attributes

 _qregexp
 _regexp

Detailed Description

Provides a filtering feature for text set by set_text.

Inheriting rqt_console.filters.MessageFilter, this class provides timeout
effect to the input widget (eg. QLineEdit) that contains this class.

Definition at line 39 of file text_filter.py.


Constructor & Destructor Documentation

def rqt_reconfigure.text_filter.TextFilter.__init__ (   self,
  qregexp = None 
)

Definition at line 47 of file text_filter.py.


Member Function Documentation

Definition at line 89 of file text_filter.py.

Definition at line 105 of file text_filter.py.

Setter for _text
:param text: text to set ''str''
:emits filter_changed_signal: If _enabled is true

Definition at line 92 of file text_filter.py.

Overridden.

:param message: the message to be tested against the filters.
:type message: str.
:rtype: bool

Definition at line 51 of file text_filter.py.


Member Data Documentation

Definition at line 57 of file text_filter.py.

Definition at line 47 of file text_filter.py.

Definition at line 96 of file text_filter.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 15 2017 02:25:06