colormap_selector.h
Go to the documentation of this file.
1 /*
2  * This Source Code Form is subject to the terms of the Mozilla Public
3  * License, v. 2.0. If a copy of the MPL was not distributed with this
4  * file, You can obtain one at https://mozilla.org/MPL/2.0/.
5  */
6 
7 #ifndef COLORMAP_SELECTOR_H
8 #define COLORMAP_SELECTOR_H
9 
10 #include <QDialog>
11 
12 namespace Ui
13 {
14 class colormap_selector;
15 }
16 
17 class ColormapSelectorDialog : public QDialog
18 {
19  Q_OBJECT
20 
21 public:
22  explicit ColormapSelectorDialog(QString series, QString default_colormap,
23  QWidget* parent = nullptr);
25 
26  QString selectedColorMap() const;
27 
28 private slots:
30 
31  void on_comboBox_currentTextChanged(const QString& arg1);
32 
33 private:
34  Ui::colormap_selector* ui;
35  QString _selected;
36 };
37 
38 #endif // COLORMAP_SELECTOR_H
ColormapSelectorDialog::on_comboBox_currentTextChanged
void on_comboBox_currentTextChanged(const QString &arg1)
Definition: colormap_selector.cpp:74
ColormapSelectorDialog::on_buttonEditor_clicked
void on_buttonEditor_clicked()
Definition: colormap_selector.cpp:56
ColormapSelectorDialog::_selected
QString _selected
Definition: colormap_selector.h:35
ColormapSelectorDialog::ui
Ui::colormap_selector * ui
Definition: colormap_selector.h:34
ColormapSelectorDialog
Definition: colormap_selector.h:17
Ui
Definition: cheatsheet_dialog.h:6
ColormapSelectorDialog::~ColormapSelectorDialog
~ColormapSelectorDialog()
Definition: colormap_selector.cpp:43
ColormapSelectorDialog::ColormapSelectorDialog
ColormapSelectorDialog(QString series, QString default_colormap, QWidget *parent=nullptr)
Definition: colormap_selector.cpp:13
ColormapSelectorDialog::selectedColorMap
QString selectedColorMap() const
Definition: colormap_selector.cpp:51


plotjuggler
Author(s): Davide Faconti
autogenerated on Mon Nov 11 2024 03:23:43