Package node_manager_fkie :: Module menu_rqt :: Class MenuRqt
[frames] | no frames]

Class MenuRqt

source code

python_qt_binding.QtWidgets.QMenu --+
                                    |
                                   MenuRqt

This creates a menu to start a several rqt plugins.

Instance Methods
 
__init__(self, menu_button) source code
 
on_show_console_clicked(self) source code
 
on_show_logger_level_clicked(self) source code
 
on_show_tf_tree_clicked(self) source code
 
on_show_ros_graph_clicked(self) source code
 
on_start_rosbag_clicked(self) source code
 
on_show_rviz_clicked(self) source code
 
on_start_rqt_clicked(self) source code
Class Variables
  start_rqt_plugin_signal = Signal(str, str)
The start_rqt_plugin_signal is emitted to start a rqt plugin (Name, Plugin).
Class Variable Details

start_rqt_plugin_signal

The start_rqt_plugin_signal is emitted to start a rqt plugin (Name, Plugin). The Plugin can be empty, in this case the RQT itself will be start.

Value:
Signal(str, str)