#include <curvelist_panel.h>
Definition at line 22 of file curvelist_panel.h.
| CurveListPanel::CurveListPanel |
( |
const CustomPlotMap & |
mapped_math_plots, |
|
|
QWidget * |
parent |
|
) |
| |
|
explicit |
| CurveListPanel::~CurveListPanel |
( |
| ) |
|
|
override |
| void CurveListPanel::addCurve |
( |
const QString & |
item_name | ) |
|
| void CurveListPanel::addCustom |
( |
const QString & |
item_name | ) |
|
| void CurveListPanel::changeFontSize |
( |
int |
point_size | ) |
|
| void CurveListPanel::clear |
( |
| ) |
|
| void CurveListPanel::clearSelections |
( |
| ) |
|
|
slot |
| void CurveListPanel::createMathPlot |
( |
const std::string & |
linked_plot | ) |
|
|
signal |
| void CurveListPanel::deleteCurves |
( |
const std::vector< std::string > & |
curve_names | ) |
|
|
signal |
| void CurveListPanel::editMathPlot |
( |
const std::string & |
plot_name | ) |
|
|
signal |
| void CurveListPanel::hiddenItemsChanged |
( |
| ) |
|
|
signal |
| bool CurveListPanel::is2ndColumnHidden |
( |
| ) |
const |
| void CurveListPanel::keyPressEvent |
( |
QKeyEvent * |
event | ) |
|
|
overridevirtual |
| void CurveListPanel::on_buttonAddCustom_clicked |
( |
| ) |
|
|
privateslot |
| void CurveListPanel::on_buttonEditCustom_clicked |
( |
| ) |
|
|
privateslot |
| void CurveListPanel::on_checkBoxShowValues_toggled |
( |
bool |
show | ) |
|
|
privateslot |
| void CurveListPanel::on_lineEditFilter_textChanged |
( |
const QString & |
search_string | ) |
|
|
privateslot |
| void CurveListPanel::on_stylesheetChanged |
( |
QString |
theme | ) |
|
|
slot |
| void CurveListPanel::onCustomSelectionChanged |
( |
const QItemSelection & |
selected, |
|
|
const QItemSelection & |
deselected |
|
) |
| |
|
privateslot |
| void CurveListPanel::rebuildEntireList |
( |
const std::vector< std::string > & |
names | ) |
|
| void CurveListPanel::refreshColumns |
( |
| ) |
|
| void CurveListPanel::refreshMathPlot |
( |
const std::string & |
curve_name | ) |
|
|
signal |
| void CurveListPanel::refreshValues |
( |
| ) |
|
|
slot |
| void CurveListPanel::removeCurve |
( |
const std::string & |
name | ) |
|
| void CurveListPanel::removeSelectedCurves |
( |
| ) |
|
|
privateslot |
| void CurveListPanel::update2ndColumnValues |
( |
double |
time, |
|
|
std::unordered_map< std::string, PlotData > * |
numeric_data |
|
) |
| |
| void CurveListPanel::updateFilter |
( |
| ) |
|
| void CurveListPanel::updateTreeModel |
( |
| ) |
|
|
private |
| bool CurveListPanel::_column_width_dirty |
|
private |
| std::unordered_map<std::string, PlotData>* CurveListPanel::_numeric_data = nullptr |
|
private |
| QString CurveListPanel::_style_dir |
|
private |
| double CurveListPanel::_tracker_time = 0 |
|
private |
| Ui::CurveListPanel* CurveListPanel::ui |
|
private |
The documentation for this class was generated from the following files: