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

Public Member Functions

def __init__ (self, qregexp=None)
 
def get_regexp (self)
 
def get_text (self)
 
def set_text (self, text)
 
def test_message (self, text)
 
- Public Member Functions inherited from rqt_console::filters::message_filter::MessageFilter
def __init__ (self)
 
def has_filter (self)
 
def set_regex (self, checked)
 
def set_text (self, text)
 
def test_message (self, message)
 

Public Attributes

 regex
 

Private Attributes

 _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 40 of file text_filter.py.

Constructor & Destructor Documentation

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

Definition at line 48 of file text_filter.py.

Member Function Documentation

def rqt_reconfigure.text_filter.TextFilter.get_regexp (   self)

Definition at line 74 of file text_filter.py.

def rqt_reconfigure.text_filter.TextFilter.get_text (   self)

Definition at line 90 of file text_filter.py.

def rqt_reconfigure.text_filter.TextFilter.set_text (   self,
  text 
)
Setter for _text
:param text: text to set ''str''
:emits filter_changed_signal: If _enabled is true

Definition at line 77 of file text_filter.py.

def rqt_reconfigure.text_filter.TextFilter.test_message (   self,
  text 
)
Overridden.

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

Definition at line 52 of file text_filter.py.

Member Data Documentation

rqt_reconfigure.text_filter.TextFilter._regexp
private

Definition at line 50 of file text_filter.py.

rqt_reconfigure.text_filter.TextFilter.regex

Definition at line 87 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 Wed Jul 10 2019 04:02:40