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
cheatsheet
cheatsheet_dialog.h
Go to the documentation of this file.
1
#ifndef CHEATSHEET_DIALOG_H
2
#define CHEATSHEET_DIALOG_H
3
4
#include <QDialog>
5
6
namespace
Ui
7
{
8
class
CheatsheetDialog
;
9
}
10
11
class
CheatsheetDialog
:
public
QDialog
12
{
13
Q_OBJECT
14
15
public
:
16
explicit
CheatsheetDialog
(QWidget* parent =
nullptr
);
17
~CheatsheetDialog
();
18
19
private
slots:
20
void
on_listWidget_currentRowChanged
(
int
currentRow);
21
22
private
:
23
Ui::CheatsheetDialog*
ui
;
24
};
25
26
#endif // CHEATSHEET_DIALOG_H
CheatsheetDialog::CheatsheetDialog
CheatsheetDialog(QWidget *parent=nullptr)
Definition:
cheatsheet_dialog.cpp:4
CheatsheetDialog::on_listWidget_currentRowChanged
void on_listWidget_currentRowChanged(int currentRow)
Definition:
cheatsheet_dialog.cpp:53
Ui
Definition:
cheatsheet_dialog.h:6
CheatsheetDialog::~CheatsheetDialog
~CheatsheetDialog()
Definition:
cheatsheet_dialog.cpp:48
CheatsheetDialog::ui
Ui::CheatsheetDialog * ui
Definition:
cheatsheet_dialog.h:23
CheatsheetDialog
Definition:
cheatsheet_dialog.h:11
plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Jan 26 2025 03:23:23