#include <selection_topics.hpp>
|
void | displayMessageBox (const QString, const QString, const QString, const QMessageBox::Icon) |
|
|
void | displayMessageBoxHandler (const QString title, const QString text, const QString info="", const QMessageBox::Icon icon=QMessageBox::Icon::Information) |
|
void | okClicked () |
|
Definition at line 19 of file selection_topics.hpp.
◆ SelectionTopics()
graph_rviz_plugin::SelectionTopics::SelectionTopics |
( |
std::shared_ptr< ros::NodeHandle > |
nh, |
|
|
std::deque< std::shared_ptr< TopicData >> |
already_displayed_topics, |
|
|
const std::vector< std::string > |
allowed_types, |
|
|
const bool |
single_choice, |
|
|
QDialog * |
parent = 0 |
|
) |
| |
◆ ~SelectionTopics()
graph_rviz_plugin::SelectionTopics::~SelectionTopics |
( |
| ) |
|
◆ detectTopics()
void graph_rviz_plugin::SelectionTopics::detectTopics |
( |
| ) |
|
|
private |
◆ displayMessageBox
void graph_rviz_plugin::SelectionTopics::displayMessageBox |
( |
const QString |
, |
|
|
const QString |
, |
|
|
const QString |
, |
|
|
const QMessageBox::Icon |
|
|
) |
| |
|
signal |
◆ displayMessageBoxHandler
void graph_rviz_plugin::SelectionTopics::displayMessageBoxHandler |
( |
const QString |
title, |
|
|
const QString |
text, |
|
|
const QString |
info = "" , |
|
|
const QMessageBox::Icon |
icon = QMessageBox::Icon::Information |
|
) |
| |
|
protectedslot |
◆ okClicked
void graph_rviz_plugin::SelectionTopics::okClicked |
( |
| ) |
|
|
protectedslot |
◆ allowed_types_
const std::vector<std::string> graph_rviz_plugin::SelectionTopics::allowed_types_ |
|
private |
◆ already_displayed_topics_
std::deque<std::shared_ptr<TopicData> > graph_rviz_plugin::SelectionTopics::already_displayed_topics_ |
|
private |
◆ displayed_topics_
std::deque<std::shared_ptr<TopicData> > graph_rviz_plugin::SelectionTopics::displayed_topics_ |
◆ nh_
◆ single_choice_
const bool graph_rviz_plugin::SelectionTopics::single_choice_ |
|
private |
◆ supported_topics_
◆ topic_buttons_
std::vector<QAbstractButton *> graph_rviz_plugin::SelectionTopics::topic_buttons_ |
|
private |
The documentation for this class was generated from the following files: