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_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
);
24
~ColormapSelectorDialog
();
25
26
QString
selectedColorMap
()
const
;
27
28
private
slots:
29
void
on_buttonEditor_clicked
();
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 Sun Jan 26 2025 03:23:23