Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Enumerator
a
b
c
d
f
g
h
i
l
m
n
o
p
r
s
t
u
v
x
y
Classes
Class List
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
w
x
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Properties
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Related Functions
:
a
b
c
d
e
f
g
i
m
o
q
r
s
v
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
x
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
b
c
d
e
f
h
k
l
o
p
r
s
t
u
x
z
Enumerator
b
c
d
f
h
i
k
l
n
o
p
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
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 Sun Jan 26 2025 03:23:23