plotjuggler_app
colormap_editor.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 COLOR_MAP_EDITOR_H
8
#define COLOR_MAP_EDITOR_H
9
10
#include <QDialog>
11
#include <QListWidgetItem>
12
13
#include "QLuaCompleter"
14
#include "QLuaHighlighter"
15
#include "QSyntaxStyle"
16
17
namespace
Ui
18
{
19
class
colormap_editor;
20
}
21
22
class
ColorMapEditor
:
public
QDialog
23
{
24
Q_OBJECT
25
26
public
:
27
explicit
ColorMapEditor
(QWidget* parent =
nullptr
);
28
29
~ColorMapEditor
();
30
31
public
slots:
32
void
on_stylesheetChanged
(QString theme);
33
34
private
slots:
35
36
void
on_buttonSave_clicked
();
37
38
void
on_buttonDelete_clicked
();
39
40
void
on_listWidget_itemDoubleClicked
(QListWidgetItem* item);
41
42
private
:
43
Ui::colormap_editor*
ui
;
44
45
void
selectRow
(
int
row);
46
};
47
48
#endif // COLOR_MAP_EDITOR_H
ColorMapEditor::selectRow
void selectRow(int row)
Definition:
colormap_editor.cpp:121
ColorMapEditor::on_stylesheetChanged
void on_stylesheetChanged(QString theme)
Definition:
colormap_editor.cpp:41
ColorMapEditor::on_buttonDelete_clicked
void on_buttonDelete_clicked()
Definition:
colormap_editor.cpp:99
ColorMapEditor
Definition:
colormap_editor.h:22
ColorMapEditor::ColorMapEditor
ColorMapEditor(QWidget *parent=nullptr)
Definition:
colormap_editor.cpp:16
ColorMapEditor::on_buttonSave_clicked
void on_buttonSave_clicked()
Definition:
colormap_editor.cpp:47
Ui
Definition:
cheatsheet_dialog.h:6
ColorMapEditor::ui
Ui::colormap_editor * ui
Definition:
colormap_editor.h:43
ColorMapEditor::on_listWidget_itemDoubleClicked
void on_listWidget_itemDoubleClicked(QListWidgetItem *item)
Definition:
colormap_editor.cpp:128
ColorMapEditor::~ColorMapEditor
~ColorMapEditor()
Definition:
colormap_editor.cpp:35
plotjuggler
Author(s): Davide Faconti
autogenerated on Mon Nov 11 2024 03:23:43