#include <settings.hpp>
|
| Settings (bool scale_auto, bool window_time_enable, bool legend_enable, double y_min, double y_max, double w_time, double refresh_freq, QDialog *parent=0) |
|
| ~Settings () |
|
Definition at line 17 of file settings.hpp.
◆ Settings()
graph_rviz_plugin::Settings::Settings |
( |
bool |
scale_auto, |
|
|
bool |
window_time_enable, |
|
|
bool |
legend_enable, |
|
|
double |
y_min, |
|
|
double |
y_max, |
|
|
double |
w_time, |
|
|
double |
refresh_freq, |
|
|
QDialog * |
parent = 0 |
|
) |
| |
◆ ~Settings()
graph_rviz_plugin::Settings::~Settings |
( |
| ) |
|
◆ okClicked
void graph_rviz_plugin::Settings::okClicked |
( |
| ) |
|
|
protectedslot |
◆ xAxisWindowTime
void graph_rviz_plugin::Settings::xAxisWindowTime |
( |
bool |
checked | ) |
|
|
protectedslot |
◆ yAxisAutoscale
void graph_rviz_plugin::Settings::yAxisAutoscale |
( |
bool |
checked | ) |
|
|
protectedslot |
◆ yMaxChanged
void graph_rviz_plugin::Settings::yMaxChanged |
( |
double |
y_max | ) |
|
|
protectedslot |
◆ yMinChanged
void graph_rviz_plugin::Settings::yMinChanged |
( |
double |
y_min | ) |
|
|
protectedslot |
◆ legend_enable_
bool graph_rviz_plugin::Settings::legend_enable_ |
◆ legend_enable_button_
QCheckBox* graph_rviz_plugin::Settings::legend_enable_button_ |
|
private |
◆ refresh_freq_
double graph_rviz_plugin::Settings::refresh_freq_ |
◆ refresh_frequency_spin_box_
QComboBox* graph_rviz_plugin::Settings::refresh_frequency_spin_box_ |
|
private |
◆ scale_auto_
bool graph_rviz_plugin::Settings::scale_auto_ |
◆ w_time_
double graph_rviz_plugin::Settings::w_time_ |
◆ w_time_double_spin_box_
QDoubleSpinBox* graph_rviz_plugin::Settings::w_time_double_spin_box_ |
|
private |
◆ window_time_enable_
bool graph_rviz_plugin::Settings::window_time_enable_ |
◆ y_max_
double graph_rviz_plugin::Settings::y_max_ |
◆ y_max_double_spin_box_
QDoubleSpinBox* graph_rviz_plugin::Settings::y_max_double_spin_box_ |
|
private |
◆ y_min_
double graph_rviz_plugin::Settings::y_min_ |
◆ y_min_double_spin_box_
QDoubleSpinBox* graph_rviz_plugin::Settings::y_min_double_spin_box_ |
|
private |
The documentation for this class was generated from the following files: