#include <ros_topic_editor.h>
Public Member Functions | |
ros::master::TopicInfo | getTopic () |
RosTopicEditor (QWidget *parent=0) | |
void | setTopic (ros::master::TopicInfo new_topic) |
Protected Member Functions | |
virtual void | onButtonClick () |
Private Attributes | |
ros::master::TopicInfo | topic_ |
Definition at line 38 of file ros_topic_editor.h.
rviz::RosTopicEditor::RosTopicEditor | ( | QWidget * | parent = 0 | ) |
Definition at line 38 of file ros_topic_editor.cpp.
Definition at line 69 of file ros_topic_editor.cpp.
void rviz::RosTopicEditor::onButtonClick | ( | ) | [protected, virtual] |
Override this to do something when the button is clicked.
Reimplemented from rviz::LineEditWithButton.
Definition at line 43 of file ros_topic_editor.cpp.
void rviz::RosTopicEditor::setTopic | ( | ros::master::TopicInfo | new_topic | ) |
Definition at line 63 of file ros_topic_editor.cpp.
Definition at line 51 of file ros_topic_editor.h.