#include <line_panel.hpp>
Definition at line 31 of file line_panel.hpp.
◆ LinePanel()
graph_rviz_plugin::LinePanel::LinePanel |
( |
QWidget * |
parent = 0 | ) |
|
◆ ~LinePanel()
graph_rviz_plugin::LinePanel::~LinePanel |
( |
| ) |
|
|
virtual |
◆ displayMessageBox
void graph_rviz_plugin::LinePanel::displayMessageBox |
( |
const QString |
, |
|
|
const QString |
, |
|
|
const QString |
, |
|
|
const QMessageBox::Icon |
|
|
) |
| |
|
signal |
◆ displayMessageBoxHandler
void graph_rviz_plugin::LinePanel::displayMessageBoxHandler |
( |
const QString |
title, |
|
|
const QString |
text, |
|
|
const QString |
info = "" , |
|
|
const QMessageBox::Icon |
icon = QMessageBox::Icon::Information |
|
) |
| |
|
protectedslot |
◆ enable
void graph_rviz_plugin::LinePanel::enable |
( |
const bool |
| ) |
|
|
signal |
◆ enableLegend
void graph_rviz_plugin::LinePanel::enableLegend |
( |
bool |
legend_enable | ) |
|
|
protectedslot |
◆ exportClicked
void graph_rviz_plugin::LinePanel::exportClicked |
( |
| ) |
|
|
protectedslot |
◆ graphInit
void graph_rviz_plugin::LinePanel::graphInit |
( |
| ) |
|
|
protectedslot |
◆ graphSettingsClicked
void graph_rviz_plugin::LinePanel::graphSettingsClicked |
( |
| ) |
|
|
protectedslot |
◆ graphSettingsUpdate
void graph_rviz_plugin::LinePanel::graphSettingsUpdate |
( |
| ) |
|
|
protectedslot |
◆ graphUpdate
void graph_rviz_plugin::LinePanel::graphUpdate |
( |
| ) |
|
|
protectedslot |
◆ load
void graph_rviz_plugin::LinePanel::load |
( |
const rviz::Config & |
config | ) |
|
|
protectedvirtualslot |
◆ resetClicked
void graph_rviz_plugin::LinePanel::resetClicked |
( |
| ) |
|
|
protectedslot |
◆ save
void graph_rviz_plugin::LinePanel::save |
( |
rviz::Config |
config | ) |
const |
|
protectedvirtualslot |
◆ settingsClicked
void graph_rviz_plugin::LinePanel::settingsClicked |
( |
| ) |
|
|
protectedslot |
◆ startPauseClicked
void graph_rviz_plugin::LinePanel::startPauseClicked |
( |
| ) |
|
|
protectedslot |
◆ stopClicked
void graph_rviz_plugin::LinePanel::stopClicked |
( |
| ) |
|
|
protectedslot |
◆ topicsSelectionClicked
void graph_rviz_plugin::LinePanel::topicsSelectionClicked |
( |
| ) |
|
|
protectedslot |
◆ displayed_topics_
std::deque<std::shared_ptr<TopicData> > graph_rviz_plugin::LinePanel::displayed_topics_ |
|
private |
◆ export_button_
QPushButton* graph_rviz_plugin::LinePanel::export_button_ |
|
private |
◆ export_directory_
QString graph_rviz_plugin::LinePanel::export_directory_ = "" |
|
private |
◆ graph_refresh_timer_
QTimer* graph_rviz_plugin::LinePanel::graph_refresh_timer_ |
|
private |
◆ graph_settings_button_
QPushButton* graph_rviz_plugin::LinePanel::graph_settings_button_ |
|
private |
◆ graph_stopped_
std::atomic<bool> graph_rviz_plugin::LinePanel::graph_stopped_ |
|
private |
◆ legend_enable_
std::atomic<bool> graph_rviz_plugin::LinePanel::legend_enable_ |
|
private |
◆ nh_
◆ plot_
◆ refresh_freq_
unsigned graph_rviz_plugin::LinePanel::refresh_freq_ = 40 |
|
private |
◆ start_pause_button_
QPushButton* graph_rviz_plugin::LinePanel::start_pause_button_ |
|
private |
◆ stop_button_
QPushButton* graph_rviz_plugin::LinePanel::stop_button_ |
|
private |
◆ topic_button_
QPushButton* graph_rviz_plugin::LinePanel::topic_button_ |
|
private |
◆ topic_color_class_
TopicColor graph_rviz_plugin::LinePanel::topic_color_class_ |
|
private |
◆ w_time_
double graph_rviz_plugin::LinePanel::w_time_ = 1 |
|
private |
◆ window_time_enable_
std::atomic<bool> graph_rviz_plugin::LinePanel::window_time_enable_ |
|
private |
◆ y_max_
double graph_rviz_plugin::LinePanel::y_max_ = 1 |
|
private |
◆ y_min_
double graph_rviz_plugin::LinePanel::y_min_ = 0 |
|
private |
◆ yaxis_rescale_auto_
std::atomic<bool> graph_rviz_plugin::LinePanel::yaxis_rescale_auto_ |
|
private |
The documentation for this class was generated from the following files: