Package node_manager_fkie :: Module echo_dialog :: Class EchoDialog
[frames] | no frames]

Class EchoDialog

source code

PySide.QtGui.QDialog --+
                       |
                      EchoDialog

Instance Methods
 
__init__(self, topic, type, show_only_rate=False, parent=None)
Creates an input dialog.
source code
 
closeEvent(self, event) source code
 
create_field_filter(self, echo_nostr, echo_noarr) source code
 
on_no_str_checkbox_toggled(self, state) source code
 
on_no_arr_checkbox_toggled(self, state) source code
 
on_clear_btn_clicked(self) source code
Class Variables
  MESSAGE_HZ_LIMIT = 100
This dialog shows the output of a topic.
  finished_signal = QtCore.Signal(str)
finished_signal has as parameter the name of the topic and is emitted, if this dialog was closed.
  msg_signal = QtCore.Signal(str)
msg_signal is a signal, which is emitted, if a new message was received.
Method Details

__init__(self, topic, type, show_only_rate=False, parent=None)
(Constructor)

source code 

Creates an input dialog.

Parameters:
  • topic (str) - the name of the topic
  • type (str) - the type of the topic
Raises:
  • Exception - if no topic class was found for the given type