#include <ros_topic_tree.h>
Signals | |
void | selectedTopicChanged (std::string new_topic) |
void | topicActivated (std::string topic) |
Public Member Functions | |
std::string | getSelectedTopic () |
RosTopicTree (const std::string &message_type, QWidget *parent=0) | |
Private Slots | |
void | onItemActivated (QTreeWidgetItem *item, int column) |
void | onSelectionChanged () |
void | refreshTopics () |
Private Attributes | |
std::string | message_type_ |
std::string | selected_topic_ |
Definition at line 37 of file ros_topic_tree.h.
rviz::RosTopicTree::RosTopicTree | ( | const std::string & | message_type, |
QWidget * | parent = 0 |
||
) |
Definition at line 55 of file ros_topic_tree.cpp.
std::string rviz::RosTopicTree::getSelectedTopic | ( | ) | [inline] |
Definition at line 42 of file ros_topic_tree.h.
void rviz::RosTopicTree::onItemActivated | ( | QTreeWidgetItem * | item, |
int | column | ||
) | [private, slot] |
Definition at line 158 of file ros_topic_tree.cpp.
void rviz::RosTopicTree::onSelectionChanged | ( | ) | [private, slot] |
Definition at line 136 of file ros_topic_tree.cpp.
void rviz::RosTopicTree::refreshTopics | ( | ) | [private, slot] |
Definition at line 66 of file ros_topic_tree.cpp.
void rviz::RosTopicTree::selectedTopicChanged | ( | std::string | new_topic | ) | [signal] |
void rviz::RosTopicTree::topicActivated | ( | std::string | topic | ) | [signal] |
std::string rviz::RosTopicTree::message_type_ [private] |
Definition at line 54 of file ros_topic_tree.h.
std::string rviz::RosTopicTree::selected_topic_ [private] |
Definition at line 55 of file ros_topic_tree.h.