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
suggest_dialog.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 SUGGEST_DIALOG_H
8
#define SUGGEST_DIALOG_H
9
10
#include <QDialog>
11
12
namespace
Ui
13
{
14
class
SuggestDialog
;
15
}
16
17
class
SuggestDialog
:
public
QDialog
18
{
19
Q_OBJECT
20
21
public
:
22
explicit
SuggestDialog
(
const
std::string& name_x,
const
std::string& name_y,
23
QWidget* parent =
nullptr
);
24
~SuggestDialog
();
25
26
QString
nameX
()
const
;
27
QString
nameY
()
const
;
28
QString
suggestedName
()
const
;
29
30
void
updateSuggestion
();
31
32
private
slots:
33
void
on_pushButtonSwap_pressed
();
34
35
private
:
36
Ui::SuggestDialog*
ui
;
37
};
38
39
#endif // SUGGEST_DIALOG_H
SuggestDialog::updateSuggestion
void updateSuggestion()
Definition:
suggest_dialog.cpp:47
SuggestDialog::nameX
QString nameX() const
Definition:
suggest_dialog.cpp:32
SuggestDialog::SuggestDialog
SuggestDialog(const std::string &name_x, const std::string &name_y, QWidget *parent=nullptr)
Definition:
suggest_dialog.cpp:11
SuggestDialog::~SuggestDialog
~SuggestDialog()
Definition:
suggest_dialog.cpp:25
Ui
Definition:
cheatsheet_dialog.h:6
SuggestDialog
Definition:
suggest_dialog.h:17
SuggestDialog::suggestedName
QString suggestedName() const
Definition:
suggest_dialog.cpp:42
SuggestDialog::ui
Ui::SuggestDialog * ui
Definition:
suggest_dialog.h:36
SuggestDialog::nameY
QString nameY() const
Definition:
suggest_dialog.cpp:37
SuggestDialog::on_pushButtonSwap_pressed
void on_pushButtonSwap_pressed()
Definition:
suggest_dialog.cpp:67
plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Jan 26 2025 03:23:27